Problems When Using VLC With Live555 Libs?

*nix specific usage questions
djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Problems When Using VLC With Live555 Libs?

Postby djstava » 02 Jun 2010 06:01

I compiled the vlc tarball 1.0.6 with the configure

Code: Select all

./configure --enable-faad --enable-run-as-root --enable-realrtsp --enable-live555 --with-live555-tree=/home/djstava/Workshop/live --enable-lirc --enable-lua --enable-dvbpsi --enable-mkv --enable-x264
This the log when I play the RTSP stream by DarwinStreamingServer

Code: Select all

VLC media player 1.0.6 Goldeneye [0x8e8d668] main libvlc debug: VLC media player - version 1.0.6 Goldeneye - (c) 1996-2010 the VideoLAN team [0x8e8d668] main libvlc debug: libvlc was configured with ./configure '--enable-faad' '--enable-run-as-root' '--enable-realrtsp' '--enable-live555' '--with-live555-tree=/home/djstava/Workshop/live' '--enable-lirc' '--enable-lua' '--enable-dvbpsi' '--enable-mkv' '--enable-x264' [0x8e8d668] main libvlc debug: translation test: code is "C" [0x8e8d668] main libvlc debug: checking plugin modules [0x8e8d668] main libvlc debug: loading plugins cache file /home/djstava/.cache/vlc/plugins-04041e.dat [0x8e8d668] main libvlc debug: recursively browsing `/usr/local/lib/vlc' [0x8e8d668] main libvlc debug: recursively browsing `/home/djstava/Workshop/vlc-1.0.6/modules' [0x8e8d668] main libvlc warning: cannot load module `/home/djstava/Workshop/vlc-1.0.6/modules/access/dvb/.libs/libdvb_plugin.so' (/home/djstava/Workshop/vlc-1.0.6/modules/access/dvb/.libs/libdvb_plugin.so: undefined symbol: dvbpsi_DecodeTerrDelivSysDr) [0x8e8d668] main libvlc warning: cannot load module `/home/djstava/Workshop/vlc-1.0.6/modules/codec/.libs/libx264_plugin.so' (libx264.so.96: cannot open shared object file: No such file or directory) [0x8e8d668] main libvlc debug: module bank initialized (367 modules) [0x8e8d668] main libvlc debug: opening config file (/home/djstava/.config/vlc/vlcrc) [0x8e8d668] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU [0x8e8d668] main libvlc debug: looking for memcpy module: 3 candidates [0x8e8d668] main libvlc debug: using memcpy module "memcpymmxext" [0x8f451a0] main input debug: Creating an input for 'Media Library' [0x8f451a0] main input debug: Input is a meta file: disabling unneeded options [0x8f451a0] main input debug: using timeshift granularity of 50 MBytes [0x8f451a0] main input debug: using timeshift path '/tmp' [0x8f451a0] main input debug: `file/xspf-open:///home/djstava/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/djstava/.local/share/vlc/ml.xspf' [0x8f451a0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/djstava/.local/share/vlc/ml.xspf' [0x8f1dab8] main demux debug: looking for access_demux module: 0 candidates [0x8f1dab8] main demux debug: no access_demux module matched "file" [0x8f1dab8] main demux debug: TIMER module_need() : 0.083 ms - Total 0.083 ms / 1 intvls (Avg 0.083 ms) [0x8f451a0] main input debug: creating access 'file' path='/home/djstava/.local/share/vlc/ml.xspf' [0x8f1dab8] main access debug: looking for access module: 3 candidates [0x8f1dab8] access_file access debug: opening file `/home/djstava/.local/share/vlc/ml.xspf' [0x8f1dab8] main access debug: using access module "access_file" [0x8f1dab8] main access debug: TIMER module_need() : 11.705 ms - Total 11.705 ms / 1 intvls (Avg 11.705 ms) [0x8f1fc68] main stream debug: Using AStream*Stream [0x8f1fc68] main stream debug: pre buffering [0x8f1fc68] main stream debug: received first data after 0 ms [0x8f1fc68] main stream debug: pre-buffering done 296 bytes in 0s - 7606 kbytes/s [0x8f1e8b0] main stream debug: looking for stream_filter module: 5 candidates [0x8f1e8b0] main stream debug: TIMER module_need() : 27.792 ms - Total 27.792 ms / 1 intvls (Avg 27.792 ms) [0x8f21b00] main stream debug: looking for stream_filter module: 1 candidate [0x8f21b00] main stream debug: using stream_filter module "stream_filter_record" [0x8f21b00] main stream debug: TIMER module_need() : 5.074 ms - Total 5.074 ms / 1 intvls (Avg 5.074 ms) [0x8f451a0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/djstava/.local/share/vlc/ml.xspf' [0x8f20a80] main demux debug: looking for demux module: 1 candidate [0x8f20a80] playlist demux debug: using XSPF playlist reader [0x8f20a80] main demux debug: using demux module "playlist" [0x8f20a80] main demux debug: TIMER module_need() : 1.787 ms - Total 1.787 ms / 1 intvls (Avg 1.787 ms) [0x8f451a0] main input debug: `file/xspf-open:///home/djstava/.local/share/vlc/ml.xspf' successfully opened [0x8f221b0] main xml debug: looking for xml module: 2 candidates [0x8f221b0] main xml debug: using xml module "xml" [0x8f221b0] main xml debug: TIMER module_need() : 4.947 ms - Total 4.947 ms / 1 intvls (Avg 4.947 ms) [0x8f20a80] playlist demux debug: parsed 0 tracks successfully [0x8f221b0] main xml debug: removing module "xml" [0x8f451a0] main input debug: EOF reached [0x8f20a80] main demux debug: removing module "playlist" [0x8f21b00] main stream debug: removing module "stream_filter_record" [0x8f1dab8] main access debug: removing module "access_file" [0x8f451a0] main input debug: TIMER input launching for 'Media Library' : 52.361 ms - Total 52.361 ms / 1 intvls (Avg 52.361 ms) [0x8f48a30] main playlist debug: Activated [0x8f48a30] main playlist debug: rebuilding array of current - root Playlist [0x8f48a30] main playlist debug: rebuild done - 0 items, index -1 [0x8f45368] main interface debug: looking for interface module: 1 candidate [0x8f45368] main interface debug: using interface module "hotkeys" [0x8f45368] main interface debug: TIMER module_need() : 7.452 ms - Total 7.452 ms / 1 intvls (Avg 7.452 ms) [0x8f45368] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f45368] main interface debug: thread started [0x8f1fb40] main interface debug: looking for interface module: 1 candidate [0x8f1fb40] main interface debug: using interface module "inhibit" [0x8f1fb40] main interface debug: TIMER module_need() : 3.438 ms - Total 3.438 ms / 1 intvls (Avg 3.438 ms) [0x8f1fb40] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f1fb40] main interface debug: thread started [0x8f1cf80] main interface debug: looking for interface module: 1 candidate [0x8f1cf80] main interface debug: using interface module "screensaver" [0x8f1cf80] main interface debug: TIMER module_need() : 3.503 ms - Total 3.503 ms / 1 intvls (Avg 3.503 ms) [0x8f1cf80] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f1cf80] main interface debug: thread started [0x8f48a30] main playlist debug: adding item `rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4' ( rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4 ) [0x8f1dfb8] main interface debug: looking for interface module: 1 candidate [0x8f1dfb8] main interface debug: using interface module "signals" [0x8f1dfb8] main interface debug: TIMER module_need() : 6.326 ms - Total 6.326 ms / 1 intvls (Avg 6.326 ms) [0x8f1dfb8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f1dfb8] main interface debug: thread started [0x8f1dfb8] main interface debug: thread ended [0x8f23de8] main interface debug: looking for interface module: 1 candidate [0x8f23de8] main interface debug: using interface module "globalhotkeys" [0x8f23de8] main interface debug: TIMER module_need() : 20.211 ms - Total 20.211 ms / 1 intvls (Avg 20.211 ms) [0x8f23de8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f23de8] main interface debug: thread started [0x8f23de8] main interface debug: thread ended [0x8e8d668] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0x8f24c88] main interface debug: looking for interface module: 3 candidates /home/djstava/.themes/c2/gtk-2.0/gtkrc:54: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored. [0x8f24c88] qt4 interface debug: Error while initializing qt-specific localization [0x8f24c88] main interface debug: using interface module "qt4" [0x8f24c88] main interface debug: TIMER module_need() : 175.633 ms - Total 175.633 ms / 1 intvls (Avg 175.633 ms) [0x8f24c88] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151) [0x8f48a30] main playlist debug: rebuilding array of current - root Playlist [0x8f48a30] main playlist debug: rebuild done - 1 items, index -1 [0x8f48a30] main playlist debug: processing request item null node Playlist skip 0 [0x8f48a30] main playlist debug: starting new item [0x8f48a30] main playlist debug: creating new input thread [0x9167840] main input debug: Creating an input for 'rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4' [0x8f24c88] main interface debug: thread started [0x9167840] main input debug: thread (input) created at priority 10 (input/input.c:230) [0x8f24c88] main interface debug: thread ended [0x9167840] main input debug: thread started [0x9167840] main input debug: using timeshift granularity of 50 MBytes [0x9167840] main input debug: using timeshift path '/tmp' [0x9167840] main input debug: `rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4' gives access `rtsp' demux `' path `58.196.13.15/sitv/10031_E001071100000261.mp4' [0x9167840] main input debug: creating demux: access='rtsp' demux='' path='58.196.13.15/sitv/10031_E001071100000261.mp4' [0x9168040] main demux debug: looking for access_demux module: 1 candidate Sending request: OPTIONS rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4 RTSP/1.0 CSeq: 1 User-Agent: VLC media player (LIVE555 Streaming Media v2010.02.10) Received OPTIONS response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 1 Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS Sending request: DESCRIBE rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4 RTSP/1.0 CSeq: 2 Accept: application/sdp User-Agent: VLC media player (LIVE555 Streaming Media v2010.02.10) Received DESCRIBE response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 2 Last-Modified: Wed,2 Jun 2010 03:47:25 GMT Cache-Control: must-revalidate Content-length: 1166 Date: Wed,2 Jun 2010 03:47:25 GMT Expires: Wed,2 Jun 2010 03:47:25 GMT Content-Type: application/sdp x-Accept-Retransmit: our-retransmit x-Accept-Dynamic-Rate: 1 Content-Base: rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4/ Need to read 1166 extra bytes Read 1166 extra bytes: v=0 o=StreamingServer 3330517155 1118784660000 IN IP4 58.196.13.15 s=/10031_E001071100000261.mp4 u=http:/// e=admin@ c=IN IP4 0.0.0.0 t=0 0 a=control:* a=mpeg4-iod:"data:application/mpeg4-iod;base64,AoIvAE/+AQ/zAQOBQgABQKRkYXRhOmFwcGxpY2F0aW9uL21wZWc0LW9kLWF1O2Jhc2U2NCxBVjRCUFFVZkF6a0F5U0FBWlFRdklCRVVVQUFBS0tBQUFCUlFBQVVnQUFBQnNDSUFBQUcxRHFDZ29LQUFBQUVBQUFBQklBQ0VRUHdvb0NGYW93QUdBUVFCSFFLZkF4a0FaUUFFRVVBVkFBWUFBQU1BQUFBQmdBQUZBaElRQmdFRAQNAQUACCEAAAAAAAAAAAYJAQAAAAAAAAAAA2EAAkA+ZGF0YTphcHBsaWNhdGlvbi9tcGVnNC1iaWZzLWF1O2Jhc2U2NCx3QkFTZ1RBcUJYSmhCSWhRUlFVL0FBPT0EEgINAAAUAAAAAAAAAAAFAwAAQAYJAQAAAAAAAAAA" a=ISMA-compliance:1,1,1 a=range:npt=0-5331.000 m=audio 0 RTP/AVP 97 a=rtpmap:97 mpeg4-generic/44100/2 a=mpeg2-AudioPID:482 a=fmtp:97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1210; SizeLength=13; IndexLength=3; IndexDeltaLength=3; Profile=1 a=mpeg4-esid:101 a=x-envivio-verid:00001029 a=control:trackID=1 m=video 0 RTP/AVP 96 a=rtpmap:96 MP4V-ES/1008 a=fmtp:96 profile-level-id=243; config=000001B022000001B50EA0A0A0A00000010000000120008440FC28A0215AA300 a=mpeg4-esid:201 a=x-envivio-verid:0000102e a=control:trackID=2 [0x9168040] live555 demux debug: RTP subsession 'audio/MPEG4-GENERIC' Sending request: SETUP rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4/trackID=1 RTSP/1.0 CSeq: 3 Transport: RTP/AVP;unicast;client_port=42454-42455 User-Agent: VLC media player (LIVE555 Streaming Media v2010.02.10) Received SETUP response: RTSP/1.0 500 Internal Server Error Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 3 Session: 0 Connection: close [0x9168040] live555 demux error: SETUP of'audio/MPEG4-GENERIC' failed SETUP: cannot handle response: RTSP/1.0 500 Internal Server Error [0x9168040] live555 demux debug: RTP subsession 'video/MP4V-ES' Sending request: SETUP rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4/trackID=2 RTSP/1.0 CSeq: 4 Transport: RTP/AVP;unicast;client_port=36242-36243 User-Agent: VLC media player (LIVE555 Streaming Media v2010.02.10) Received SETUP response: RTSP/1.0 400 BadRequest Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 4 Session: 0 Connection: close [0x9168040] live555 demux error: SETUP of'video/MP4V-ES' failed SETUP: cannot handle response: RTSP/1.0 400 BadRequest [0x9168040] live555 demux debug: setup start: 0.000000 stop:5331.000000 [0x9168040] live555 demux error: Nothing to play for rtsp://58.196.13.15/sitv/10031_E001071100000261.mp4 [0x9168040] main demux warning: no access_demux module matching "rtsp" could be loaded [0x9168040] main demux debug: TIMER module_need() : 65.084 ms - Total 65.084 ms / 1 intvls (Avg 65.084 ms) [0x9167840] main input debug: creating access 'rtsp' path='58.196.13.15/sitv/10031_E001071100000261.mp4' [0x916cc30] main access debug: looking for access module: 1 candidate [0x916cc30] main access debug: net: connecting to 58.196.13.15 port 554 [0x916cc30] main access debug: connection: Operation now in progress [0x916cc30] main access debug: connection succeeded (socket = 24) [0x916cc30] main access debug: socket 24 polling interrupted [0x916cc30] main access debug: socket 24 polling interrupted [0x916cc30] access_realrtsp access debug: rtsp connected [0x916cc30] access_realrtsp access warning: only real/helix rtsp servers supported for now
Last edited by djstava on 10 Jun 2010 04:19, edited 1 time in total.

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: VLC SETUP failed with live555 libs?

Postby xtophe » 02 Jun 2010 17:38

darwin answer with 500 internal error. so itms darwin problem
Xtophe

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: VLC SETUP failed with live555 libs?

Postby djstava » 08 Jun 2010 12:10

darwin answer with 500 internal error. so itms darwin problem
Thanks for your reply.
Yes,it's darwin's problem.I figured it out,and RTSP looks right but vlc cannot play yet.

Code: Select all

Sending request: DESCRIBE rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4 RTSP/1.0 CSeq: 1 Accept: application/sdp User-Agent: (v2008.07.24) Received DESCRIBE response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 1 Last-Modified: Tue,8 Jun 2010 09:45:52 GMT Cache-Control: must-revalidate Content-length: 1166 Date: Tue,8 Jun 2010 09:45:52 GMT Expires: Tue,8 Jun 2010 09:45:52 GMT Content-Type: application/sdp x-Accept-Retransmit: our-retransmit x-Accept-Dynamic-Rate: 1 Content-Base: rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4/ Need to read 1166 extra bytes Read 1166 extra bytes: v=0 o=StreamingServer 3330517155 1118784660000 IN IP4 58.196.13.15 s=/10084_E001070600002361.mp4 u=http:/// e=admin@ c=IN IP4 0.0.0.0 t=0 0 a=control:* a=mpeg4-iod:"data:application/mpeg4-iod;base64,AoIvAE/+AQ/zAQOBQgABQKRkYXRhOmFwcGxpY2F0aW9uL21wZWc0LW9kLWF1O2Jhc2U2NCxBVjRCUFFVZkF6a0F5U0FBWlFRdklCRVVVQUFBS0tBQUFCUlFBQVVnQUFBQnNDSUFBQUcxRHFDZ29LQUFBQUVBQUFBQklBQ0VRUHdvb0NGYW93QUdBUVFCSFFLZkF4a0FaUUFFRVVBVkFBWUFBQU1BQUFBQmdBQUZBaElRQmdFRAQNAQUACCEAAAAAAAAAAAYJAQAAAAAAAAAAA2EAAkA+ZGF0YTphcHBsaWNhdGlvbi9tcGVnNC1iaWZzLWF1O2Jhc2U2NCx3QkFTZ1RBcUJYSmhCSWhRUlFVL0FBPT0EEgINAAAUAAAAAAAAAAAFAwAAQAYJAQAAAAAAAAAA" a=ISMA-compliance:1,1,1 a=range:npt=0-5165.000 m=audio 0 RTP/AVP 97 a=rtpmap:97 mpeg4-generic/44100/2 a=mpeg2-AudioPID:482 a=fmtp:97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1210; SizeLength=13; IndexLength=3; IndexDeltaLength=3; Profile=1 a=mpeg4-esid:101 a=x-envivio-verid:00001029 a=control:trackID=1 m=video 0 RTP/AVP 96 a=rtpmap:96 MP4V-ES/1008 a=fmtp:96 profile-level-id=243; config=000001B022000001B50EA0A0A0A00000010000000120008440FC28A0215AA300 a=mpeg4-esid:201 a=x-envivio-verid:0000102e a=control:trackID=2 [0x9b0f470] live555 demux debug: RTP subsession 'audio/MPEG4-GENERIC' Sending request: SETUP rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4/trackID=1 RTSP/1.0 CSeq: 2 Transport: MP2T/UDP;unicast;destination=172.20.32.198;client_port=37668-37669,MP2T/RTP/UDP;unicast;destination=172.20.32.198;client_port=37668-37669,MP2T/TCP;unicast;destination=172.20.32.198;interleaved=0-1,MP2T/RTP/TCP;unicast;destination=172.20.32.198;interleaved=0-1 User-Agent: (v2008.07.24) Received SETUP response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 2 Last-Modified: Tue,8 Jun 2010 09:45:52 GMT Cache-Control: must-revalidat Session: 12340005 Date: Tue,8 Jun 2010 09:45:52 GMT Expires: Tue,8 Jun 2010 09:45:52 GMT Transport: MP2T/UDP;unicast;client_port=37668-37669;server_port=8889-8890;ssrc=12345677;mode=PLAY [0xb7300e88] main input debug: selecting program id=0 [0x9b0f470] live555 demux debug: RTP subsession 'video/MP4V-ES' Sending request: SETUP rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4/trackID=2 RTSP/1.0 CSeq: 3 Transport: MP2T/UDP;unicast;destination=172.20.32.198;client_port=47060-47061,MP2T/RTP/UDP;unicast;destination=172.20.32.198;client_port=47060-47061,MP2T/TCP;unicast;destination=172.20.32.198;interleaved=0-1,MP2T/RTP/TCP;unicast;destination=172.20.32.198;interleaved=0-1 Session: 12340005 User-Agent: (v2008.07.24) Received SETUP response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 3 Last-Modified: Tue,8 Jun 2010 09:45:52 GMT Cache-Control: must-revalidat Session: 12340005 Date: Tue,8 Jun 2010 09:45:52 GMT Expires: Tue,8 Jun 2010 09:45:52 GMT Transport: MP2T/UDP;unicast;client_port=47060-47061;server_port=8889-8890;ssrc=12345678;mode=PLAY [0x9b0f470] live555 demux debug: setup start: 0.000000 stop:5165.000000 Sending request: PLAY rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4/ RTSP/1.0 CSeq: 4 Session: 12340005 Scale: 1.000000 Range: npt=now- User-Agent: (v2008.07.24) [0x98e3050] qt4 interface debug: IM: Setting an input [0x98e3050] qt4 interface debug: Updating the geometry [0x98e3050] qt4 interface debug: Updating the geometry Received PLAY response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 4 Session: 12340005 Scale: 1.000000 [0x9b0f470] live555 demux debug: play start: 0.000000 stop:5165.000000 [0x9b0f470] main demux debug: using access_demux module "live555" [0x9b0f470] main demux debug: TIMER module_need() : 1110.356 ms - Total 1110.356 ms / 1 intvls (Avg 1110.356 ms) [0x99f0380] main decoder debug: looking for decoder module: 56 candidates [0x99f0380] main decoder debug: using decoder module "faad" [0x99f0380] main decoder debug: TIMER module_need() : 7.720 ms - Total 7.720 ms / 1 intvls (Avg 7.720 ms) [0x99f0380] main decoder debug: thread (decoder) created at priority 5 (input/decoder.c:315) [0x99f0380] main decoder debug: thread started [0x9b42e90] main decoder debug: looking for decoder module: 56 candidates [0x9b42e90] avcodec decoder debug: libavcodec initialized (interface 0x344200) [0x9b42e90] avcodec decoder debug: using direct rendering [0x98e3050] qt4 interface debug: Updating the geometry [0x9b42e90] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) started [0x9b42e90] main decoder debug: using decoder module "avcodec" [0x9b42e90] main decoder debug: TIMER module_need() : 18.044 ms - Total 18.044 ms / 1 intvls (Avg 18.044 ms) [0x9b42e90] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:315) [0x9b42e90] main decoder debug: thread started [0xb7300e88] main input debug: `rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4' successfully opened [0x98e3050] qt4 interface debug: Updating the geometry [0x98e3050] qt4 interface debug: Updating the geometry [0x98e3050] qt4 interface debug: Updating the geometry [0x9b0f470] live555 demux warning: no data received in 10s. Switching to TCP [0x99f0380] main decoder debug: removing module "faad" [0x99f0380] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [0x98e3050] qt4 interface debug: Updating the geometry [0x9b42e90] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [0x98e3050] qt4 interface debug: Updating the geometry [0x9b42e90] main decoder debug: removing module "avcodec" [0x9b42e90] main decoder debug: killing decoder fourcc `mp4v', 0 PES in FIFO [0xb7300e88] main input debug: Program doesn't contain anymore ES Sending request: TEARDOWN rtsp://58.196.13.15/sitv/10084_E001070600002361.mp4/ RTSP/1.0 CSeq: 5 Session: 12340005 User-Agent: (v2008.07.24) [0x98e3050] qt4 interface debug: Updating the geometry [0x98e3050] qt4 interface debug: Updating the geometry Received TEARDOWN response: RTSP/1.0 200 OK Server: DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; ) CSeq: 5 Session: 12340005 Date: Tue,8 Jun 2010 09:46:04 GMT Connection: Close
I googled this error "live555 demux warning: no data received in 10s. Switching to TCP",someone suggest try this,but that not work for me.

Code: Select all

Tools---> Preferences ---> Input/Codecs----> Input repetitions
Anyone has any ideas?

Rémi Denis-Courmont
Developer
Developer
Posts: 15328
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC SETUP failed with live555 libs?

Postby Rémi Denis-Courmont » 08 Jun 2010 18:54

That error means live555 did not receive any data (surprise surprise). This is usually due to firewall or NAT problems, so live555 tries to interleave the stream within the RTSP connection. This is suboptimal but plays nice with firewalls and NATs.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: VLC SETUP failed with live555 libs?

Postby djstava » 09 Jun 2010 03:39

I use ubuntu 10.04,there is no ufw process running.And here I use the real IP address,IPv4,NO NAT.

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: VLC SETUP failed with live555 libs?

Postby djstava » 09 Jun 2010 06:20

Using the wireshark to capture packets,I found that after I send the PLAY request,the DarwinStreamingServer do send the udp packets.But VLC cannot play the stream.
Does wireshark play a joke with me? :shock:


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 48 guests