Opened 14 years ago

Last modified 13 years ago

#1715 closed defect (fixed)

rtsp streaming doesn't work with latest liveMedia release

Reported by: dcoppa@… Owned by: r_togni@…
Priority: normal Component: demuxer
Version: HEAD Severity: normal
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

in latest live release (live.2010.06.11), the function RTSPClient::playMediaSession has changed. Because of this, the check "if (!rtspClient->playMediaSession(*mediaSession)) break;" in libmpdemux/demux_rtp.cpp always fails.
Changing it to "if (rtspClient->playMediaSession(*mediaSession) != 0) break;" solves the problem.

Change History (4)

comment:1 by dcoppa@…, 14 years ago

rep_platform: OtherAll

comment:2 by kyl416@…, 14 years ago

I think it's a bug in liveMedia itself since starting with the 2010.05.29 release, streams that require rtsp over tcp haven't worked in mplayer, vlc or even their own openRTSP test program.

comment:3 by kyl416@…, 14 years ago

liveMedia located the bug and as of a few revisions ago it should be working again.

comment:4 by compn, 13 years ago

Resolution: fixed
Status: newclosed, patriotact@gmail.com

btw try your streams with mplayer ffmpeg://rtsp... now, as ffmpeg supports more streams than live555.

Note: See TracTickets for help on using tickets.