I'm using the VLC1.1.0 pre4 in Ubuntu 10.04, i'm having a weird problem..
I'm trying to stream my webcam using RTP, the problem is that if i do it by VLC graphic interface everything goes ok, but i cant do it in command line..
I've used this command: cvlc -vvv v4l2:///dev/video0 --sout '#transcode{vcodec=h264,vb=800,scale=1,acodec=none}:rtp{dst=239.1.1.1,port=5004,mux=ts}' but it wont work, VLC wont send any packet (i've used wireshark to confirm it) and no error message appears...
I've tried to stream a movie instead of my webcam, and it works (used this command: cvlc -vvv /home/braca/filmes/a.avi --sout '#transcode{vcodec=h264,vb=800,scale=1,acodec=none}:rtp{dst=239.1.1.1,port=5004,mux=ts}')
Anyway, i dont really know whats the problem, but its really weird that i can only stream my webcam if i do it by the user interface :/
BTW, The sout parameters that i've used were the same in both cases (streaming by user interaface and streaming by command line)
VLC Messages when i run the command in command line..
Code: Select all
VLC media player 1.1.0-pre4 The Luggage (revision exported)
[0x93d2728] main libvlc debug: VLC media player - 1.1.0-pre4 The Luggage
[0x93d2728] main libvlc debug: Copyright © 1996-2010 the VideoLAN team
[0x93d2728] main libvlc debug: revision exported
[0x93d2728] main libvlc debug: configured with ./configure '--prefix=/usr'
[0x93d2728] main libvlc debug: translation test: code is "C"
[0x93d2728] main libvlc debug: checking plugin modules
[0x93d2728] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-3e8.dat
[0x93d2728] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0x93d2728] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04041e-3e8.dat
[0x93d2728] main libvlc debug: module bank initialized (384 modules)
[0x93d2728] main libvlc debug: opening config file (/home/braca/.config/vlc/vlcrc)
[0x93d2728] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU
[0x93d2728] main libvlc debug: looking for memcpy module: 3 candidates
[0x93d2728] main libvlc debug: using memcpy module "memcpymmxext"
[0x93e0f38] main input debug: Creating an input for 'Media Library'
[0x93e0f38] main input debug: Input is a meta file: disabling unneeded options
[0x93e0f38] main input debug: using timeshift granularity of 50 MiB
[0x93e0f38] main input debug: using timeshift path '/tmp'
[0x93e0f38] main input debug: `file/xspf-open:///home/braca/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/braca/.local/share/vlc/ml.xspf'
[0x93e0f38] main input debug: creating demux: access='file' demux='xspf-open' path='/home/braca/.local/share/vlc/ml.xspf'
[0x9474e70] main demux debug: looking for access_demux module: 2 candidates
[0x9474e70] main demux debug: no access_demux module matching "file" could be loaded
[0x9474e70] main demux debug: TIMER module_need() : 0.591 ms - Total 0.591 ms / 1 intvls (Avg 0.591 ms)
[0x93e0f38] main input debug: creating access 'file' path='/home/braca/.local/share/vlc/ml.xspf'
[0x9475588] main access debug: looking for access module: 2 candidates
[0x9475588] filesystem access debug: opening file `/home/braca/.local/share/vlc/ml.xspf'
[0x9475588] main access debug: using access module "filesystem"
[0x9475588] main access debug: TIMER module_need() : 0.284 ms - Total 0.284 ms / 1 intvls (Avg 0.284 ms)
[0x9476990] main stream debug: Using AStream*Stream
[0x9476990] main stream debug: pre buffering
[0x9476990] main stream debug: received first data after 0 ms
[0x9476990] main stream debug: pre-buffering done 296 bytes in 0s - 17003 KiB/s
[0x9476748] main stream debug: looking for stream_filter module: 5 candidates
[0x9476748] main stream debug: no stream_filter module matching "any" could be loaded
[0x9476748] main stream debug: TIMER module_need() : 0.365 ms - Total 0.365 ms / 1 intvls (Avg 0.365 ms)
[0x9476748] main stream debug: looking for stream_filter module: 1 candidate
[0x9476748] main stream debug: using stream_filter module "stream_filter_record"
[0x9476748] main stream debug: TIMER module_need() : 0.150 ms - Total 0.150 ms / 1 intvls (Avg 0.150 ms)
[0x93e0f38] main input debug: creating demux: access='file' demux='xspf-open' path='/home/braca/.local/share/vlc/ml.xspf'
[0x945d688] main demux debug: looking for demux module: 1 candidate
[0x945d688] playlist demux debug: using XSPF playlist reader
[0x945d688] main demux debug: using demux module "playlist"
[0x945d688] main demux debug: TIMER module_need() : 0.245 ms - Total 0.245 ms / 1 intvls (Avg 0.245 ms)
[0x945fdb8] main demux meta debug: looking for meta reader module: 2 candidates
[0x945fdb8] lua demux meta debug: Trying Lua scripts in /home/braca/.local/share/vlc/lua/meta/reader
[0x945fdb8] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x945fdb8] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x945fdb8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x945fdb8] main demux meta debug: no meta reader module matching "any" could be loaded
[0x945fdb8] main demux meta debug: TIMER module_need() : 3.326 ms - Total 3.326 ms / 1 intvls (Avg 3.326 ms)
[0x93e0f38] main input debug: `file/xspf-open:///home/braca/.local/share/vlc/ml.xspf' successfully opened
[0x945fdb8] main xml debug: looking for xml module: 2 candidates
[0x945fdb8] main xml debug: using xml module "xml"
[0x945fdb8] main xml debug: TIMER module_need() : 0.498 ms - Total 0.498 ms / 1 intvls (Avg 0.498 ms)
[0x945d688] playlist demux debug: parsed 0 tracks successfully
[0x945fdb8] main xml debug: removing module "xml"
[0x93e0f38] main input debug: EOF reached
[0x945d688] main demux debug: removing module "playlist"
[0x9476748] main stream debug: removing module "stream_filter_record"
[0x9475588] main access debug: removing module "filesystem"
[0x93e0f38] main input debug: TIMER input launching for 'Media Library' : 5.501 ms - Total 5.501 ms / 1 intvls (Avg 5.501 ms)
[0x9476990] main interface debug: looking for interface module: 1 candidate
[0x9476990] main interface debug: using interface module "hotkeys"
[0x9476990] main interface debug: TIMER module_need() : 0.229 ms - Total 0.229 ms / 1 intvls (Avg 0.229 ms)
[0x945fdb8] main interface debug: looking for interface module: 1 candidate
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x9474590] main playlist debug: Activated
[0x9474590] main playlist debug: rebuilding array of current - root Playlist
[0x945fdb8] main interface debug: using interface module "inhibit"
[0x9474590] main playlist debug: rebuild done - 0 items, index -1
[0x945fdb8] main interface debug: TIMER module_need() : 2.454 ms - Total 2.454 ms / 1 intvls (Avg 2.454 ms)
[0x9474590] main playlist debug: adding item `v4l2:///dev/video0' ( v4l2:///dev/video0 )
[0x94794d0] main interface debug: looking for interface module: 1 candidate
[0x94794d0] main interface debug: using interface module "signals"
[0x94794d0] main interface debug: TIMER module_need() : 0.248 ms - Total 0.248 ms / 1 intvls (Avg 0.248 ms)
[0x94785c0] main interface debug: looking for interface module: 1 candidate
[0x94785c0] main interface debug: using interface module "globalhotkeys"
[0x94785c0] main interface debug: TIMER module_need() : 0.875 ms - Total 0.875 ms / 1 intvls (Avg 0.875 ms)
[0x9479010] main interface debug: looking for interface module: 1 candidate
[0x9479010] dummy interface: using the dummy interface module...
[0x9479010] main interface debug: using interface module "dummy"
[0x9479010] main interface debug: TIMER module_need() : 0.244 ms - Total 0.244 ms / 1 intvls (Avg 0.244 ms)
[0x9474590] main playlist debug: processing request item null node Playlist skip 0
[0x9474590] main playlist debug: rebuilding array of current - root Playlist
[0x9474590] main playlist debug: rebuild done - 1 items, index -1
[0x9474590] main playlist debug: starting new item
[0x9474590] main playlist debug: creating new input thread
[0x94680d0] main input debug: Creating an input for 'v4l2:///dev/video0'
[0x94680d0] main input debug: thread (input) created at priority 10 (input/input.c:214)
[0x94680d0] main input debug: thread started
[0x94798a8] main stream output debug: using sout chain=`transcode{vcodec=h264,vb=800,scale=1,acodec=none}:rtp{dst=239.1.1.1,port=5004,mux=ts}'
[0x94798a8] main stream output debug: stream=`rtp'
[0x9479a58] main stream out debug: looking for sout stream module: 1 candidate
[0x9479a58] main stream out debug: set config option: sout-rtp-dst to 239.1.1.1
[0x9479a58] main stream out debug: set config option: sout-rtp-port to 5004
[0x9479a58] main stream out debug: set config option: sout-rtp-mux to ts
[0x947c0c0] main mux debug: looking for sout mux module: 1 candidate
[0x947c0c0] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[0x947c0c0] main mux debug: using sout mux module "mux_ts"
[0x947c0c0] main mux debug: TIMER module_need() : 0.490 ms - Total 0.490 ms / 1 intvls (Avg 0.490 ms)
[0x94798a8] main stream output debug: muxer support adding stream at any time
[0x94798a8] main stream output debug: muxer prefers to wait for all ES before starting to mux
[0x9479a58] stream_out_rtp stream out debug: maximum RTP packet size: 1400 bytes
[0x9479a58] main stream out debug: net: connecting to [239.1.1.1]:5004
[0x9479a58] main stream out debug: net: connecting to [239.1.1.1]:5005 from [192.168.1.68]:47273
[0x9479a58] stream_out_rtp stream out debug: sdp=
v=0
o=- 14960552943813810866 14960552943813810866 IN IP4 braca-laptop
s=Unnamed
i=N/A
c=IN IP4 239.1.1.1/255
t=0 0
a=tool:vlc 1.1.0-pre4
a=recvonly
a=type:broadcast
a=charset:UTF-8
m=video 5004 RTP/AVP 33
b=RR:0
a=rtpmap:33 MP2T/90000
[0x9479a58] main stream out debug: using sout stream module "stream_out_rtp"
[0x9479a58] main stream out debug: TIMER module_need() : 1.479 ms - Total 1.479 ms / 1 intvls (Avg 1.479 ms)
[0x94798a8] main stream output debug: stream=`transcode'
[0x947d0f0] main stream out debug: looking for sout stream module: 1 candidate
[0x947d0f0] main stream out debug: set config option: sout-transcode-vcodec to h264
[0x947d0f0] main stream out debug: set config option: sout-transcode-vb to 800
[0x947d0f0] main stream out debug: set config option: sout-transcode-scale to 1
[0x947d0f0] main stream out debug: set config option: sout-transcode-acodec to none
[0x947d0f0] stream_out_transcode stream out debug: codec audio=none 0Hz 0 channels 0Kb/s
[0x947d0f0] stream_out_transcode stream out debug: codec video=h264 0x0 scaling: 1.000000 800kb/s
[0x947d0f0] main stream out debug: using sout stream module "stream_out_transcode"
[0x947d0f0] main stream out debug: TIMER module_need() : 0.489 ms - Total 0.489 ms / 1 intvls (Avg 0.489 ms)
[0x94680d0] main input debug: using timeshift granularity of 50 MiB
[0x94680d0] main input debug: using timeshift path '/tmp'
[0x94680d0] main input debug: `v4l2:///dev/video0' gives access `v4l2' demux `' path `/dev/video0'
[0x94680d0] main input debug: creating demux: access='v4l2' demux='' path='/dev/video0'
[0x94801c8] main demux debug: looking for access_demux module: 1 candidate
[0x94801c8] v4l2 demux debug: Trying direct kernel v4l2
[0x94801c8] v4l2 demux debug: opening device '/dev/video0'
[0x94801c8] v4l2 demux debug: V4L2 device: USB2.0 1.3M UVC WebCam using driver: uvcvideo (version: 0.1.0) on usb-0000:00:1a.7-2
[0x94801c8] v4l2 demux debug: the device has the capabilities: (X) Video Capture, ( ) Audio, ( ) Tuner, ( ) Radio
[0x94801c8] v4l2 demux debug: supported I/O methods are: ( ) Read/Write, (X) Streaming, ( ) Asynchronous
[0x94801c8] v4l2 demux debug: video input 0 (Camera 1) has type: External analog input *
[0x94801c8] v4l2 demux debug: device supports chroma YUY2 [YUV 4:2:2 (YUYV), YUYV]
[0x94801c8] v4l2 demux debug: device supports size 640x480
[0x94801c8] v4l2 demux debug: device supports size 352x288
[0x94801c8] v4l2 demux debug: device supports size 320x240
[0x94801c8] v4l2 demux debug: device supports size 176x144
[0x94801c8] v4l2 demux debug: device supports size 160x120
[0x94801c8] v4l2 demux debug: device supports size 1280x960
[0x94801c8] v4l2 demux debug: device supports size 1280x1024
[0x94801c8] v4l2 demux debug: '/dev/video0' is a video device
[0x94801c8] v4l2 demux debug: Extended control API supported by v4l2 driver
[0x94801c8] v4l2 demux debug: Available control: Brightness (980900)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: -128 to 127 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 0
[0x94801c8] v4l2 demux debug: current value: 0
[0x94801c8] v4l2 demux debug: Available control: Contrast (980901)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: 0 to 100 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 0
[0x94801c8] v4l2 demux debug: current value: 0
[0x94801c8] v4l2 demux debug: Available control: Saturation (980902)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: 0 to 100 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 0
[0x94801c8] v4l2 demux debug: current value: 0
[0x94801c8] v4l2 demux debug: Available control: Hue (980903)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: -20 to 20 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 0
[0x94801c8] v4l2 demux debug: current value: 0
[0x94801c8] v4l2 demux debug: Available control: Gamma (980910)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: 1 to 500 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 1
[0x94801c8] v4l2 demux debug: current value: 1
[0x94801c8] v4l2 demux debug: Available control: Power Line Frequency (980918)
[0x94801c8] v4l2 demux debug: menu control
[0x94801c8] v4l2 demux debug: 0: Disabled
[0x94801c8] v4l2 demux debug: 1: 50 Hz
[0x94801c8] v4l2 demux debug: 2: 60 Hz
[0x94801c8] v4l2 demux debug: default value: 2
[0x94801c8] v4l2 demux debug: current value: 2
[0x94801c8] v4l2 demux debug: Available control: Sharpness (98091b)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: 0 to 6 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 3
[0x94801c8] v4l2 demux debug: current value: 3
[0x94801c8] v4l2 demux debug: Available control: Backlight Compensation (98091c)
[0x94801c8] v4l2 demux debug: integer control
[0x94801c8] v4l2 demux debug: valid values: 0 to 1 by steps of 1
[0x94801c8] v4l2 demux debug: default value: 0
[0x94801c8] v4l2 demux debug: current value: 0
[0x94801c8] v4l2 demux debug: using streaming i/o (mmap)
[0x94801c8] v4l2 demux debug: found default width and height of 640x480
[0x94801c8] v4l2 demux debug: will try to find optimal width and height.
[0x94801c8] v4l2 demux debug: Found maximum framerate of 30.000000
[0x94801c8] v4l2 demux debug: Found optimal dimensions for framerate 30.000000 of 640x480
[0x94801c8] v4l2 demux debug: Driver requires at most 614400 bytes to store a complete image
[0x94801c8] v4l2 demux debug: Interlacing setting: progressive
[0x94801c8] v4l2 demux debug: supported frame intervals for YUY2, 640x480:
[0x94801c8] v4l2 demux debug: supported frame interval: 1/30
[0x94801c8] v4l2 demux debug: supported frame interval: 1/20
[0x94801c8] v4l2 demux debug: supported frame interval: 1/15
[0x94801c8] v4l2 demux debug: supported frame interval: 1/10
[0x94801c8] v4l2 demux debug: supported frame interval: 1/5
[0x94801c8] v4l2 demux debug: added new video es YUY2 640x480
[0x94680d0] main input debug: selecting program id=0
[0x94801c8] v4l2 demux debug: User set fps=30.000000
[0x94801c8] main demux debug: using access_demux module "v4l2"
[0x94801c8] main demux debug: TIMER module_need() : 276.720 ms - Total 276.720 ms / 1 intvls (Avg 276.720 ms)
[0x9481660] main decoder debug: looking for packetizer module: 21 candidates
[0x9481660] rawvideo decoder warning: invalid frame rate 0/0, using 25 fps instead
[0x9481660] main decoder debug: using packetizer module "rawvideo"
[0x9481660] main decoder debug: TIMER module_need() : 3.195 ms - Total 3.195 ms / 1 intvls (Avg 3.195 ms)
[0x9481660] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:301)
[0x9481660] main decoder debug: thread started
[0x94680d0] main input debug: starting in async mode
[0x9484a38] main demux meta debug: looking for meta reader module: 2 candidates
[0x9484a38] lua demux meta debug: Trying Lua scripts in /home/braca/.local/share/vlc/lua/meta/reader
[0x9484a38] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x9484a38] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x9484a38] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x9484a38] main demux meta debug: no meta reader module matching "any" could be loaded
[0x9484a38] main demux meta debug: TIMER module_need() : 1.653 ms - Total 1.653 ms / 1 intvls (Avg 1.653 ms)
[0x94680d0] main input debug: `v4l2:///dev/video0' successfully opened
[0x94680d0] main input debug: Buffering 0%
[0x94680d0] main input debug: switching to sync mode
[0x94798a8] main stream output debug: adding a new sout input (sout_input:0x9487628)
[0x947d0f0] stream_out_transcode stream out debug: creating video transcoding from fcc=`YUY2' to fcc=`h264'
[0x94849d0] main generic debug: looking for decoder module: 28 candidates
[0x94849d0] rawvideo generic warning: invalid frame rate 0/0, using 25 fps instead
[0x94849d0] main generic debug: using decoder module "rawvideo"
[0x94849d0] main generic debug: TIMER module_need() : 16.567 ms - Total 16.567 ms / 1 intvls (Avg 16.567 ms)
[0x9484d38] main encoder debug: looking for encoder module: 10 candidates
[0x9484d38] x264 encoder debug: version x264 0.95.X
x264 [info]: using cpu capabilities: none!
[0x94680d0] main input debug: Buffering 70%
x264 [info]: profile Main, level 3.0
[0x9484d38] main encoder debug: using encoder module "x264"
[0x9484d38] main encoder debug: TIMER module_need() : 27.185 ms - Total 27.185 ms / 1 intvls (Avg 27.185 ms)
[0x9484d38] x264 encoder debug: framecount still in libx264 buffer: 0
[0x9484d38] main encoder debug: removing module "x264"
[0x94680d0] main input debug: Stream buffering done (69 ms in 69 ms)
[0x94680d0] main input debug: Decoder buffering done in 0 ms
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (41236)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (7103)
[0x947d0f0] stream_out_transcode stream out debug: decoder aspect is 1.333333:1
[0x947d0f0] stream_out_transcode stream out debug: source pixel aspect is 1.000000:1
[0x947d0f0] stream_out_transcode stream out debug: scaled pixel aspect is 1.000000:1
[0x947d0f0] stream_out_transcode stream out debug: source 640x480, destination 640x480
[0x947d0f0] stream_out_transcode stream out debug: encoder aspect is 640:480
[0x94882d0] main filter debug: looking for video filter2 module: 18 candidates
[0x94882d0] swscale filter debug: 640x480 chroma: YUY2 -> 640x480 chroma: I420 with scaling using Bicubic (good quality)
[0x94882d0] main filter debug: using video filter2 module "swscale"
[0x94882d0] main filter debug: TIMER module_need() : 1.675 ms - Total 1.675 ms / 1 intvls (Avg 1.675 ms)
[0x947d0f0] main stream out debug: Filter 'Swscale' (0x94882d0) appended to chain
[0x947d0f0] stream_out_transcode stream out debug: destination (after video filters) 640x480
[0x9484d38] main encoder debug: looking for encoder module: 10 candidates
[0x9484d38] x264 encoder debug: version x264 0.95.X
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: none!
x264 [info]: profile Main, level 3.0
[0x9484d38] main encoder debug: using encoder module "x264"
[0x9484d38] main encoder debug: TIMER module_need() : 23.759 ms - Total 23.759 ms / 1 intvls (Avg 23.759 ms)
[0x947c0c0] main mux debug: adding a new input
[0x947c0c0] mux_ts mux debug: adding input codec=h264 pid=68
[0x947c0c0] mux_ts mux debug: new PCR PID is 68
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (2901)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (1575)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (906)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (902)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (903)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (903)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (1017)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (970)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (907)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (892)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (927)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (910)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (919)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (1323)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (946)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (926)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (957)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (934)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (892)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (901)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (939)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (929)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (940)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (1075)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (944)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (887)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (985)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (905)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (999)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (927)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (911)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (935)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (937)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (923)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (933)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (899)
[0x947d0f0] stream_out_transcode stream out debug: late picture skipped (925)