Can't Stream RTSP to VLC

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
abhivlc
New Cone
New Cone
Posts: 1
Joined: 16 Jul 2014 16:34

Can't Stream RTSP to VLC

Postby abhivlc » 16 Jul 2014 16:43

Hi,

I am not able to stream RTSP H264 encoded video to the vlc. I am currently using gstreamer rtsp server to stream video to the vlc. VLC connects to the server and get the first frame but can't able to stream video. I can check the server is still running. I have attached the vlc log that might be helpful to troubleshoot this error.

Also, I could stream to mplayer on linux, OPlayerHD on ipad. I also tested the live555 testclient application and it is able to stream data as well.

If anyone can help me with the issue that will be really appreciated.

Regards,
ABHIVLC

VLC LOG:
[0x1fb6108] main libvlc debug: VLC media player - 2.0.8 Twoflower
[0x1fb6108] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN
[0x1fb6108] main libvlc debug: revision 2.0.8a-0-g68cf50b
[0x1fb6108] main libvlc debug: configured with ./configure '--enable-static' '--build=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' '--config-cache' '--disable-maintainer-mode' '--disable-silent-rules' '--disable-update-check' '--enable-fast-install' '--prefix=/usr' '--docdir=/usr/share/doc/vlc-nox' '--sysconfdir=/etc' '--with-binary-version=0ubuntu0.12.04.1' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' '--enable-caca' '--enable-dbus' '--enable-dca' '--enable-dirac' '--enable-directfb' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freetype' '--enable-fribidi' '--enable-gnutls' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libproxy' '--enable-libxml2' '--enable-lirc' '--enable-live555' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mpc' '--enable-mtp' '--enable-mux_ogg' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-oss' '--enable-pulse' '--enable-qt4' '--enable-realrtsp' '--enable-samplerate' '--enable-schroedinger' '--enable-sdl' '--enable-shout' '--enable-skins2' '--enable-smb' '--enable-speex' '--enable-svg' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vcd' '--enable-vcdx' '--enable-vorbis' '--enable-x264' '--enable-zvbi' '--with-kde-solid=/usr/share/kde4/apps/solid/actions/' '--disable-dxva2' '--disable-gnomevfs' '--disable-goom' '--disable-portaudio' '--disable-projectm' '--disable-sqlite' '--disable-telx' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv' '--enable-fbosd' '--enable-libva' '--enable-linsys' '--enable-omxil' '--enable-pvr' '--enable-udev' '--enable-v4l2' '--enable-crystalhd' '--enable-mmx' '--enable-sse' '--disable-neon' '--disable-altivec' 'build_alias=x86_64-linux-gnu'
[0x1fb6108] main libvlc debug: searching plug-in modules
[0x1fb6108] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
[0x1fb6108] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0x1fb6108] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat
[0x1fb6108] main libvlc debug: plug-ins loaded: 420 modules
[0x1fb6108] main libvlc debug: opening config file (/home/abhi/.config/vlc/vlcrc)
[0x1fb6108] main libvlc debug: translation test: code is "C"
[0x1fb6108] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE SSE2 SSE3 FPU
[0x1fb6108] main libvlc debug: looking for memcpy module: 4 candidates
[0x1fb6108] main libvlc debug: using memcpy module "memcpymmxext"
[0x20819c8] main input debug: Creating an input for 'Media Library'
[0x20819c8] main input debug: Input is a meta file: disabling unneeded options
[0x20819c8] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x20819c8] main input debug: `file/xspf-open:///home/abhi/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/abhi/.local/share/vlc/ml.xspf'
[0x20819c8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/abhi/.local/share/vlc/ml.xspf' file='/home/abhi/.local/share/vlc/ml.xspf'
[0x1fe6fa8] main demux debug: looking for access_demux module: 3 candidates
[0x1fe6fa8] main demux debug: no access_demux module matching "file" could be loaded
[0x1fe6fa8] main demux debug: TIMER module_need() : 1.038 ms - Total 1.038 ms / 1 intvls (Avg 1.038 ms)
[0x20819c8] main input debug: creating access 'file' location='/home/abhi/.local/share/vlc/ml.xspf', path='/home/abhi/.local/share/vlc/ml.xspf'
[0x20828e8] main access debug: looking for access module: 2 candidates
[0x20828e8] filesystem access debug: opening file `/home/abhi/.local/share/vlc/ml.xspf'
[0x20828e8] main access debug: using access module "filesystem"
[0x20828e8] main access debug: TIMER module_need() : 0.442 ms - Total 0.442 ms / 1 intvls (Avg 0.442 ms)
[0x20835e8] main stream debug: Using stream method for AStream*
[0x20835e8] main stream debug: starting pre-buffering
[0x20835e8] main stream debug: received first data after 0 ms
[0x20835e8] main stream debug: pre-buffering done 296 bytes in 0s - 8258 KiB/s
[0x2083848] main stream debug: looking for stream_filter module: 7 candidates
[0x2083848] main stream debug: no stream_filter module matching "any" could be loaded
[0x2083848] main stream debug: TIMER module_need() : 1.245 ms - Total 1.245 ms / 1 intvls (Avg 1.245 ms)
[0x2083848] main stream debug: looking for stream_filter module: 1 candidate
[0x2083848] main stream debug: using stream_filter module "stream_filter_record"
[0x2083848] main stream debug: TIMER module_need() : 0.241 ms - Total 0.241 ms / 1 intvls (Avg 0.241 ms)
[0x20819c8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/abhi/.local/share/vlc/ml.xspf' file='/home/abhi/.local/share/vlc/ml.xspf'
[0x2086ab8] main demux debug: looking for demux module: 1 candidate
[0x2086ab8] playlist demux debug: using XSPF playlist reader
[0x2086ab8] main demux debug: using demux module "playlist"
[0x2086ab8] main demux debug: TIMER module_need() : 0.326 ms - Total 0.326 ms / 1 intvls (Avg 0.326 ms)
[0x2087498] main demux meta debug: looking for meta reader module: 2 candidates
[0x2087498] lua demux meta debug: Trying Lua scripts in /home/abhi/.local/share/vlc/lua/meta/reader
[0x2087498] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x2087498] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x2087498] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x2087498] main demux meta debug: no meta reader module matching "any" could be loaded
[0x2087498] main demux meta debug: TIMER module_need() : 2.245 ms - Total 2.245 ms / 1 intvls (Avg 2.245 ms)
[0x20819c8] main input debug: `file/xspf-open:///home/abhi/.local/share/vlc/ml.xspf' successfully opened
[0x1fe96f8] main xml reader debug: looking for xml reader module: 1 candidate
[0x1fe96f8] main xml reader debug: using xml reader module "xml"
[0x1fe96f8] main xml reader debug: TIMER module_need() : 0.777 ms - Total 0.777 ms / 1 intvls (Avg 0.777 ms)
[0x2086ab8] playlist demux debug: parsed 0 tracks successfully
[0x20819c8] main input debug: EOF reached
[0x2086ab8] main demux debug: removing module "playlist"
[0x2083848] main stream debug: removing module "stream_filter_record"
[0x20828e8] main access debug: removing module "filesystem"
[0x20819c8] main input debug: TIMER input launching for 'Media Library' : 6.401 ms - Total 6.401 ms / 1 intvls (Avg 6.401 ms)
[0x1fe67b8] main interface debug: looking for interface module: 1 candidate
[0x1fe67b8] main interface debug: using interface module "hotkeys"
[0x1fe67b8] main interface debug: TIMER module_need() : 0.599 ms - Total 0.599 ms / 1 intvls (Avg 0.599 ms)
[0x1fe7188] main interface debug: looking for interface module: 1 candidate
[0x1fc9928] main playlist debug: playlist threads correctly activated
[0x1fe7188] main interface debug: using interface module "inhibit"
[0x1fc9928] main playlist debug: rebuilding array of current - root Playlist
[0x1fc9928] main playlist debug: rebuild done - 0 items, index -1
[0x1fe7188] main interface debug: TIMER module_need() : 5.094 ms - Total 5.094 ms / 1 intvls (Avg 5.094 ms)
[0x1fc9928] main playlist debug: adding item `rtsp://192.168.1.230:8554/test' ( rtsp://192.168.1.230:8554/test )
[0x1fc9928] main playlist debug: meta ok for (null), need to fetch art
[0x1fccb98] main interface debug: looking for interface module: 1 candidate
[0x7f550c000b78] main demux meta debug: looking for meta fetcher module: 1 candidate
[0x7f550c000b78] lua demux meta debug: Trying Lua scripts in /home/abhi/.local/share/vlc/lua/meta/fetcher
[0x7f550c000b78] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[0x7f550c000b78] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[0x1fccb98] main interface debug: using interface module "globalhotkeys"
[0x7f550c000b78] main demux meta debug: using meta fetcher module "lua"
[0x1fccb98] main interface debug: TIMER module_need() : 1.757 ms - Total 1.757 ms / 1 intvls (Avg 1.757 ms)
[0x7f550c000b78] main demux meta debug: TIMER module_need() : 1.826 ms - Total 1.826 ms / 1 intvls (Avg 1.826 ms)
[0x7f550c000b78] main demux meta debug: removing module "lua"
[0x1fb6108] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x1fc9928] main playlist debug: searching art for rtsp://192.168.1.230:8554/test
[0x1fe57f8] main interface debug: looking for interface module: 6 candidates
[0x7f550c005918] main art finder debug: looking for art finder module: 2 candidates
[0x7f550c005918] lua art finder debug: Trying Lua scripts in /home/abhi/.local/share/vlc/lua/meta/art
[0x7f550c005918] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[0x7f550c005918] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[0x7f550c005918] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[0x7f550c005918] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[0x7f550c005918] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[0x7f550c005918] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[0x7f550c005918] main art finder debug: no art finder module matching "any" could be loaded
[0x7f550c005918] main art finder debug: TIMER module_need() : 4.120 ms - Total 4.120 ms / 1 intvls (Avg 4.120 ms)
[0x1fc9928] main playlist debug: art not found for rtsp://192.168.1.230:8554/test
[0x7f5510377df8] main generic debug: looking for extension module: 1 candidate
[0x7f5510377df8] lua generic debug: Opening Lua Extension module
[0x7f5510377df8] lua generic debug: Trying Lua scripts in /home/abhi/.local/share/vlc/lua/extensions
[0x7f5510377df8] lua generic debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions
[0x7f5510377df8] lua generic debug: Trying Lua scripts in /usr/share/vlc/lua/extensions
[0x7f5510377df8] main generic debug: using extension module "lua"
[0x7f5510377df8] main generic debug: TIMER module_need() : 0.493 ms - Total 0.493 ms / 1 intvls (Avg 0.493 ms)
[0x1fe57f8] main interface debug: using interface module "qt4"
[0x1fe57f8] main interface debug: TIMER module_need() : 230.565 ms - Total 230.565 ms / 1 intvls (Avg 230.565 ms)
[0x1fc9928] main playlist debug: rebuilding array of current - root Playlist
[0x1fc9928] main playlist debug: rebuild done - 1 items, index -1
[0x1fc9928] main playlist debug: processing request item: null, node: Playlist, skip: 0
[0x1fc9928] main playlist debug: starting playback of the new playlist item
[0x1fc9928] main playlist debug: resyncing on rtsp://192.168.1.230:8554/test
[0x1fc9928] main playlist debug: rtsp://192.168.1.230:8554/test is at 0
[0x1fc9928] main playlist debug: creating new input thread
[0x7f5514000b78] main input debug: Creating an input for 'rtsp://192.168.1.230:8554/test'
[0x7f5514000b78] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x7f5514000b78] main input debug: `rtsp://192.168.1.230:8554/test' gives access `rtsp' demux `' path `192.168.1.230:8554/test'
[0x7f5514000b78] main input debug: creating demux: access='rtsp' demux='' location='192.168.1.230:8554/test' file='(null)'
[0x7f54f40010d8] main demux debug: looking for access_demux module: 1 candidate
[0x7f54f40010d8] live555 demux debug: version 2011.12.23
[0x1fe57f8] qt4 interface debug: IM: Setting an input
Opening connection to 192.168.1.230, port 8554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.1.230:8554/test RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.0.8 (LIVE555 Streaming Media v2011.12.23)


Received 183 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS, DESCRIBE, GET_PARAMETER, PAUSE, PLAY, SETUP, SET_PARAMETER, TEARDOWN
Server: GStreamer RTSP server
Date: Thu, 16 Jul 2015 09:27:37 GMT


Sending request: DESCRIBE rtsp://192.168.1.230:8554/test RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.0.8 (LIVE555 Streaming Media v2011.12.23)
Accept: application/sdp


Received 538 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.230:8554/test/
Server: GStreamer RTSP server
Date: Thu, 16 Jul 2015 09:27:42 GMT
Content-Length: 343

v=0
o=- 1188340656180883 1 IN IP4 192.168.1.230
s=Session streamed with GStreamer
i=rtsp-server
e=NONE
t=0 0
a=tool:GStreamer
a=type:broadcast
a=control:*
a=range:npt=0.000000-
m=video 0 RTP/AVP 96
c=IN IP4 192.168.1.230
a=rtpmap:96 H264/90000
a=control:stream=0
a=fmtp:96 sprop-parameter-sets=Z0KAHukCg+QgAAB9AAAdTACA,aM48gA==

[0x7f54f40010d8] live555 demux debug: RTP subsession 'video/H264'
Sending request: SETUP rtsp://192.168.1.230:8554/test/stream=0 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.0.8 (LIVE555 Streaming Media v2011.12.23)
Transport: RTP/AVP;unicast;client_port=48294-48295


Received 225 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Transport: RTP/AVP;unicast;client_port=48294-48295;server_port=58718-58719;ssrc=F46FE13F;mode="PLAY"
Server: GStreamer RTSP server
Session: goqrbklyokstehjo
Date: Thu, 16 Jul 2015 09:27:42 GMT


[0x7f5514000b78] main input debug: selecting program id=0
[0x7f54f40010d8] live555 demux debug: setup start: 0.000000 stop:0.000000
Sending request: PLAY rtsp://192.168.1.230:8554/test/ RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.0.8 (LIVE555 Streaming Media v2011.12.23)
Session: goqrbklyokstehjo
Range: npt=0.000-


Received 229 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 5
RTP-Info: url=rtsp://192.168.1.230:8554/test/stream=0;seq=51077;rtptime=2626935888
Range: npt=0.000000-
Server: GStreamer RTSP server
Session: goqrbklyokstehjo
Date: Thu, 16 Jul 2015 09:27:42 GMT


[0x7f54f40010d8] live555 demux debug: We have a timeout of 60 seconds
[0x7f54f40010d8] live555 demux debug: spawned timeout thread
[0x7f54f40010d8] live555 demux debug: play start: 0.000000 stop:0.000000
[0x7f54f40010d8] main demux debug: using access_demux module "live555"
[0x7f54f40010d8] main demux debug: TIMER module_need() : 4478.730 ms - Total 4478.730 ms / 1 intvls (Avg 4478.730 ms)
[0x7f54f4002108] main decoder debug: looking for decoder module: 30 candidates
[0x7f54f4002108] avcodec decoder debug: libavcodec initialized (interface 0x352300)
[0x7f54f4002108] avcodec decoder debug: trying to use direct rendering
[0x7f54f4002108] avcodec decoder debug: allowing 4 thread(s) for decoding
[0x7f54f4002108] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
[0x7f54f4002108] avcodec decoder debug: using frame thread mode with 4 threads
[0x7f54f4002108] main decoder debug: using decoder module "avcodec"
[0x7f54f4002108] main decoder debug: TIMER module_need() : 20.115 ms - Total 20.115 ms / 1 intvls (Avg 20.115 ms)
[0x7f54f400c438] main packetizer debug: looking for packetizer module: 21 candidates
[0x7f54f400c438] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0)
[0x7f54f400c438] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0)
[0x7f54f400c438] main packetizer debug: using packetizer module "packetizer_h264"
[0x7f54f400c438] main packetizer debug: TIMER module_need() : 0.862 ms - Total 0.862 ms / 1 intvls (Avg 0.862 ms)
[0x7f54f4190bf8] main demux meta debug: looking for meta reader module: 2 candidates
[0x7f54f4190bf8] lua demux meta debug: Trying Lua scripts in /home/abhi/.local/share/vlc/lua/meta/reader
[0x7f54f4190bf8] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x7f54f4190bf8] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x7f54f4190bf8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x7f54f4190bf8] main demux meta debug: no meta reader module matching "any" could be loaded
[0x7f54f4190bf8] main demux meta debug: TIMER module_need() : 0.876 ms - Total 0.876 ms / 1 intvls (Avg 0.876 ms)
[0x7f5514000b78] main input debug: `rtsp://192.168.1.230:8554/test' successfully opened
Sending request: GET_PARAMETER rtsp://192.168.1.230:8554/test/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.0.8 (LIVE555 Streaming Media v2011.12.23)
Session: goqrbklyokstehjo


[0x7f5514000b78] main input debug: Buffering 0%
Received 96 new bytes of response data.
Received a complete GET_PARAMETER response:
RTSP/1.0 200 OK
CSeq: 6
Server: GStreamer RTSP server
Date: Thu, 16 Jul 2015 09:27:42 GMT


[0x7f54f40010d8] live555 demux debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
[0x7f5514000b78] main input error: ES_OUT_RESET_PCR called
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f54e8024968] main spu text debug: looking for text renderer module: 2 candidates
[0x7f54e8024968] freetype spu text debug: Building font databases.
[0x7f54e8024968] freetype spu text debug: Took 0 microseconds
[0x7f54e8024968] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
[0x7f54e8024968] freetype spu text debug: using fontsize: 2
[0x7f54e8024968] main spu text debug: using text renderer module "freetype"
[0x7f54e8024968] main spu text debug: TIMER module_need() : 4.432 ms - Total 4.432 ms / 1 intvls (Avg 4.432 ms)
[0x7f54e8025b08] main scale debug: looking for video filter2 module: 18 candidates
[0x7f54e8025b08] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
[0x7f54e8025b08] main scale debug: using video filter2 module "swscale"
[0x7f54e8025b08] main scale debug: TIMER module_need() : 2.984 ms - Total 2.984 ms / 1 intvls (Avg 2.984 ms)
[0x7f54e8033e78] main scale debug: looking for video filter2 module: 18 candidates
[0x7f54e8033e78] yuvp scale debug: YUVP to YUVA converter
[0x7f54e8033e78] main scale debug: using video filter2 module "yuvp"
[0x7f54e8033e78] main scale debug: TIMER module_need() : 3.609 ms - Total 3.609 ms / 1 intvls (Avg 3.609 ms)
[0x7f54e80236a8] main video output debug: Deinterlacing available
[0x7f54e80236a8] main video output debug: deinterlace 0, mode blend, is_needed 0
[0x7f54e80236a8] main video output debug: Opening vout display wrapper
[0x7f54e4001268] main vout display debug: looking for vout display module: 6 candidates
[0x7f54e4006a28] main window debug: looking for vout window xid module: 4 candidates
[0x7f54e4006a28] qt4 window debug: requesting video...
[0x1fe57f8] qt4 interface debug: Video was requested 0, 0
[0x7f54e4006a28] main window debug: using vout window xid module "qt4"
[0x7f54e4006a28] main window debug: TIMER module_need() : 12.203 ms - Total 12.203 ms / 1 intvls (Avg 12.203 ms)
[0x7f54e4006d38] main inhibit debug: looking for inhibit module: 2 candidates
[0x7f54e4006d38] main inhibit debug: using inhibit module "xdg_screensaver"
[0x7f54e4006d38] main inhibit debug: TIMER module_need() : 0.882 ms - Total 0.882 ms / 1 intvls (Avg 0.882 ms)
[0x7f54e4006d38] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 4232)
[0x7f54e4001268] xcb_xv vout display debug: connected to X11.0 server
[0x7f54e4001268] xcb_xv vout display debug: vendor : The X.Org Foundation
[0x7f54e4001268] xcb_xv vout display debug: version: 11406000
[0x7f54e4001268] xcb_xv vout display debug: using screen 0x2c4
[0x7f54e4001268] xcb_xv vout display debug: using XVideo extension v2.2
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f54e4001268] xcb_xv vout display debug: using adaptor Radeon Textured Video
[0x7f54e4001268] xcb_xv vout display debug: using port 63
[0x7f54e4001268] xcb_xv vout display debug: using image format 0x30323449
[0x7f54e4001268] xcb_xv vout display debug: using X11 visual ID 0x21 (depth: 24)
[0x7f54e4001268] xcb_xv vout display debug: using X11 window 0x03c00000
[0x7f54e4001268] xcb_xv vout display debug: using X11 graphic context 0x03c00002
[0x7f54e4001268] main vout display debug: VoutDisplayEvent 'fullscreen' 0
[0x7f54e4001268] main vout display debug: VoutDisplayEvent 'resize' 439x240 window
[0x7f54e4001268] main vout display debug: using vout display module "xcb_xv"
[0x7f54e4001268] main vout display debug: TIMER module_need() : 43.216 ms - Total 43.216 ms / 1 intvls (Avg 43.216 ms)
[0x7f54e80236a8] main video output debug: original format sz 320x240, of (0,0), vsz 320x240, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[0x7f54e8024968] main spu text debug: removing module "freetype"
[0x7f54e8024968] main spu text debug: looking for text renderer module: 2 candidates
[0x7f54e8024968] freetype spu text debug: Building font databases.
[0x7f54e8024968] freetype spu text debug: Took 0 microseconds
[0x7f54e8024968] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
[0x7f54e8024968] freetype spu text debug: using fontsize: 2
[0x7f54e8024968] main spu text debug: using text renderer module "freetype"
[0x7f54e8024968] main spu text debug: TIMER module_need() : 3.290 ms - Total 3.290 ms / 1 intvls (Avg 3.290 ms)
[0x7f54f4002108] avcodec decoder warning: disabling direct rendering
[0x7f54e4001268] xcb_xv vout display debug: display is visible
[0x7f5514000b78] main input debug: Buffering 0%
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] allocate_progress() overflow
[h264 @ 0x7f54f408e280] get_buffer() failed (-1 1 (nil))
[h264 @ 0x7f54f408e280] decode_slice_header error
[h264 @ 0x7f54f408e280] no frame!
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f54f4002108] main decoder debug: End of video preroll
[0x7f54f4002108] main decoder debug: Received first picture
[0x7f54e4010cc8] main blend debug: looking for video blending module: 1 candidate
[0x7f54e4010cc8] main blend debug: using video blending module "blend"
[0x7f54e4010cc8] main blend debug: TIMER module_need() : 0.919 ms - Total 0.919 ms / 1 intvls (Avg 0.919 ms)
[0x7f54e80236a8] main video output debug: Post-processing available
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f54e4001268] main vout display debug: auto hiding mouse cursor
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x7f5514000b78] main input debug: Buffering 0%
[0x1fb6108] main libvlc debug: deactivating the playlist
[0x1fc9928] main playlist debug: deactivating the playlist
[0x1fc9928] main playlist debug: incoming request - stopping current input
[0x1fc9928] main playlist debug: dying input
[0x7f5514000b78] main input debug: control: stopping input
[0x1fc9928] main playlist debug: dying input
[0x7f54f4002108] main decoder warning: early picture skipped
[0x7f54f4002108] main decoder warning: early picture skipped
[0x7f54f4002108] main decoder warning: early picture skipped
[0x7f54f4002108] main decoder warning: early picture skipped
[0x7f54f4002108] main decoder warning: early picture skipped
[0x7f54f4002108] main decoder debug: removing module "avcodec"
[0x7f54f4002108] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
[0x7f54f4002108] main decoder debug: killing decoder fourcc `h264', 141 PES in FIFO
[0x1fc9928] main playlist debug: saving a free vout
[0x1fc9928] main playlist debug: reusing provided vout
[0x7f54f400c438] main packetizer debug: removing module "packetizer_h264"
[0x7f54f40010d8] main demux debug: removing module "live555"
Opening connection to 192.168.1.230, port 8554...
[0x7f5514000b78] main input debug: Program doesn't contain anymore ES
[0x1fc9928] main playlist debug: dead input
[0x7f54e80236a8] main video output debug: destroying useless vout
[0x1fe57f8] qt4 interface debug: IM: Deleting the input
[0x7f54e4010cc8] main blend debug: removing module "blend"
[0x7f54e4001268] main vout display debug: removing module "xcb_xv"
[0x7f54e4006d38] main inhibit debug: removing module "xdg_screensaver"
[0x7f54e4006d38] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 4267)
[0x7f54e4006a28] qt4 window debug: releasing video...
[0x1fe57f8] qt4 interface debug: Video is not needed anymore
[0x7f54e8024968] main spu text debug: removing module "freetype"
[0x7f54e8033e78] main scale debug: removing module "yuvp"
[0x7f54e8025b08] main scale debug: removing module "swscale"
[0x1fe6b68] main playlist export debug: saving Media Library to file /home/abhi/.local/share/vlc/ml.xspf
[0x1fe6b68] main playlist export debug: looking for playlist export module: 1 candidate
[0x1fe6b68] main playlist export debug: using playlist export module "export"
[0x1fe6b68] main playlist export debug: TIMER module_need() : 1.739 ms - Total 1.739 ms / 1 intvls (Avg 1.739 ms)
[0x1fe6b68] main playlist export debug: removing module "export"
[0x1fc9928] main playlist debug: playlist correctly deactivated
[0x1fb6108] main libvlc debug: removing all services discovery tasks
[0x1fb6108] main libvlc debug: removing all interfaces
[0x1fb6108] main libvlc debug: exiting
[0x1fe57f8] main interface debug: removing module "qt4"
[0x1fe57f8] qt4 interface debug: requesting exit...
[0x1fe57f8] qt4 interface debug: waiting for UI thread...
[0x1fe57f8] qt4 interface debug: QApp exec() finished
[0x1fe57f8] qt4 interface debug: Video is not needed anymore
[0x1fe57f8] qt4 interface debug: Killing extension dialog provider
[0x1fe57f8] qt4 interface debug: ExtensionsDialogProvider is quitting...
[0x7f5510377df8] main generic debug: removing module "lua"
[0x7f5510377df8] lua generic debug: Deactivating all loaded extensions
[0x7f5510377df8] lua generic debug: All extensions are now deactivated
[0x1fccb98] main interface debug: removing module "globalhotkeys"
[0x1fe7188] main interface debug: removing module "inhibit"
[0x7f5514000b78] main input debug: TIMER input launching for 'rtsp://192.168.1.230:8554/test' : 4502.168 ms - Total 4502.168 ms / 1 intvls (Avg 4502.168 ms)
[0x1fe67b8] main interface debug: removing module "hotkeys"
[0x1fc9928] main playlist debug: destroying
[0x1fb6108] main libvlc debug: TIMER ML Load : Total 7.908 ms / 1 intvls (Avg 7.908 ms)
[0x1fb6108] main libvlc debug: TIMER Items array build : Total 0.827 ms / 2 intvls (Avg 0.414 ms)
[0x1fb6108] main libvlc debug: TIMER ML Dump : Total 2.314 ms / 1 intvls (Avg 2.314 ms)
[0x1fb6108] main libvlc debug: removing stats
[0x1fb6108] main libvlc debug: removing module "memcpymmxext"
[0x1fb6108] main libvlc debug: opening config file (/home/abhi/.config/vlc/vlcrc)

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 33 guests