[Live-devel] RTSP client (VLC 1.0.6 Goldeneye branch)

Oancea Daniel doancea at gmail.com
Sat Jun 5 05:20:45 PDT 2010


Hello everybody,

I have a problem playing MPEG-4 and X.264 file via RTSP.

For playing this files, I'm using a VLC linux client application (1.0.6
version).
The error that I got is:

[0x8131058] live555 demux error: SETUP of'video/MP4V-ES' failed Missing or
bad "Transport:" header
[0x8131058] live555 demux error: SETUP of'audio/MPEG4-GENERIC' failed
Missing or bad "Transport:" header
[0x8131058] live555 demux error: Nothing to play for rtsp://@
127.0.0.1:8554/reklam_2
[0x81319f0] main access error: no access module matched "rtsp"
[0xa0757fc0] main input error: open of `rtsp://@127.0.0.1:8554/reklam_2'
failed: no access module matched "rtsp"
[0xa0757fc0] main input error: Your input can't be opened
[0xa0757fc0] main input error: VLC is unable to open the MRL 'rtsp://@
127.0.0.1:8554/reklam_2'. Check the log for details.
[0x8290168] main playlist: stopping playback

If I'm using a VLC windows client, everything work well.

The VLC VoD server is installed on a openSuse11.2 machine.
The VLC was compiled successfully with live555 support:
vlc -l | grep live
VLC media player 1.0.6 Goldeneye
  live555               RTP/RTSP/SDP demuxer (using Live555)
  live555               RTSP/RTP access and demux

I'v been using openRTSP client application that comes with live555 package
and I got:

./openRTSP rtsp://127.0.0.1:8554/reklam_2
Opening connection to 127.0.0.1, port 8554...
...remote connection opened
Sending request: OPTIONS rtsp://127.0.0.1:8554/reklam_2 RTSP/1.0
CSeq: 2
User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.05.29)


Received 124 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
Server: vlc 1.0.6
Content-Length: 0
Cseq: 2
Public: DESCRIBE,SETUP,TEARDOWN,PLAY,PAUSE,GET_PARAMETER


Sending request: DESCRIBE rtsp://127.0.0.1:8554/reklam_2 RTSP/1.0
CSeq: 3
User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.05.29)
Accept: application/sdp


Received 125 new bytes of response data.
Have received 125 total bytes of a DESCRIBE RTSP response; awaiting 584
bytes more.
Received 584 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
Content-type: application/sdp
Server: VLC Server
Content-Length: 584
CSeq: 3
Cache-Control: no-cache

v=0
o=- 61015973652 3 IN IP4 127.0.0.1
c=IN IP4 0.0.0.0
t=0 0
a=tool:vlc 1.0.6
a=range:npt=0-323.000
m=video 0 RTP/AVP 96
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=3;
config=000001b001000001b58913000001000000012000c48d8800cd0b041e1463000001b2617663322e302e31312e31313130;
a=control:rtsp://127.0.0.1:8554/reklam_2/trackID=0
m=audio 0 RTP/AVP 97
a=rtpmap:97 mpeg4-generic/48000
a=fmtp:97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1190;
SizeLength=13;IndexLength=3; IndexDeltaLength=3; Profile=1;
a=control:rtsp://127.0.0.1:8554/reklam_2/trackID=1

Opened URL "rtsp://127.0.0.1:8554/reklam_2", returning a SDP description:
v=0
o=- 61015973652 3 IN IP4 127.0.0.1
c=IN IP4 0.0.0.0
t=0 0
a=tool:vlc 1.0.6
a=range:npt=0-323.000
m=video 0 RTP/AVP 96
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=3;
config=000001b001000001b58913000001000000012000c48d8800cd0b041e1463000001b2617663322e302e31312e31313130;
a=control:rtsp://127.0.0.1:8554/reklam_2/trackID=0
m=audio 0 RTP/AVP 97
a=rtpmap:97 mpeg4-generic/48000
a=fmtp:97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1190;
SizeLength=13;IndexLength=3; IndexDeltaLength=3; Profile=1;
a=control:rtsp://127.0.0.1:8554/reklam_2/trackID=1

Created receiver for "video/MP4V-ES" subsession (client ports 48122-48123)
Created receiver for "audio/MPEG4-GENERIC" subsession (client ports
57872-57873)
Sending request: SETUP rtsp://127.0.0.1:8554/reklam_2/trackID=0 RTSP/1.0
CSeq: 4
User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.05.29)
Transport: RTP/AVP;unicast;client_port=48122-48123


Received 160 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;client_port=48122-48123
Server: VLC Server
Content-Length: 0
Cseq: 4
Cache-Control: no-cache
Session: 846930886


Failed to setup "video/MP4V-ES" subsession: Missing or bad "Transport:"
header
Sending request: SETUP rtsp://127.0.0.1:8554/reklam_2/trackID=1 RTSP/1.0
CSeq: 5
User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.05.29)
Transport: RTP/AVP;unicast;client_port=57872-57873
Session: 846930886


Received 160 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;client_port=57872-57873
Server: VLC Server
Content-Length: 0
Cseq: 5
Cache-Control: no-cache
Session: 846930886


Failed to setup "audio/MPEG4-GENERIC" subsession: Missing or bad
"Transport:" header
Sending request: TEARDOWN rtsp://127.0.0.1:8554/reklam_2 RTSP/1.0
CSeq: 6
User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.05.29)
Session: 846930886


Received 122 new bytes of response data.
Received a complete TEARDOWN response:
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 6
Cache-Control: no-cache
Session: 846930886;timeout=5

It seams that the problem is on the client side.

Could someone give some support on this matter?

Thank you very much!

-Daniel

-- 
________
Note:  If the reader of this message is not the intended recipient, or an
employee or agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this communication in error, please notify us immediately by replying to the
message and deleting it from your computer. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100605/1d480e92/attachment-0001.html>


More information about the live-devel mailing list