Multicast UDP stream - problem with saving

About encoding, codec settings, muxers and filter usage
stefo
Blank Cone
Blank Cone
Posts: 20
Joined: 16 Nov 2006 14:54

Multicast UDP stream - problem with saving

Postby stefo » 21 Feb 2008 11:13

Hello,

I am using VLC player to watch UDP multicast stream .
Sometimes I want to save this stream on local disc.
I use following setting:

ReDim options1(8)
options1(0) = ":file-caching=600"
options1(1) = ":sout=#transcode{vcodec=mp2v,vb=3072,scale=1,audio-sync,acodec=mp2a,ab=192,channels=2,samplerate=48000}
:duplicate{dst=display,dst=std{access=file,mux=ps,dst=" & OutputFileName & "}}"
options1(2) = ":aspect-ratio=4:3"
options1(3) = ":sout-transcode-width=720"
options1(4) = ":sout-transcode-height=576"
options1(5) = ":sout-transcode-fps=25"
options1(6) = ":sout-ffmpeg-keyint=16"
options1(7) = ":sout-ffmpeg-strict-rc"

This setting works OK with almost all tv channels.
But I have a problem with one multicast stream.
I am able to watch this stream, but output file is empty (sometimes it contains only sound).

I would appreciate any help.

Stefo

There is a log form VLC player.

main debug: adding playlist item `udp://@239.2.3.161:2314' ( udp://@239.2.3.161:2314 )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4300 (input) created at priority 1 (input/input.c:265)
main debug: stream=`transcode'
main debug: looking for sout stream module: 1 candidate
main debug: stream=`duplicate'
main debug: looking for sout stream module: 1 candidate
stream_out_duplicate debug: creating 'duplicate'
stream_out_duplicate debug: * adding `display'
main debug: stream=`display'
main debug: looking for sout stream module: 1 candidate
main debug: using sout stream module "stream_out_display"
stream_out_duplicate debug: * adding `std{access=file,mux=ps,dst=C:\Program Files\DaSet2\Stream\Records\axncrime.mpg}'
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main debug: set sout option: sout-standard-access to file
main debug: set sout option: sout-standard-mux to ps
main debug: set sout option: sout-standard-dst to C:\Program Files\DaSet2\Stream\Records\axncrime.mpg
stream_out_standard debug: creating `file/ps://C:\Program Files\DaSet2\Stream\Records\axncrime.mpg'
stream_out_standard debug: extension is mpg
stream_out_standard debug: extension -> mux=ps
stream_out_standard debug: using `file/ps://C:\Program Files\DaSet2\Stream\Records\axncrime.mpg'
main debug: looking for sout access module: 1 candidate
access_output_file debug: file access output opened (`C:\Program Files\DaSet2\Stream\Records\axncrime.mpg')
main debug: using sout access module "access_output_file"
stream_out_standard debug: access opened
main debug: looking for sout mux module: 1 candidate
mux_ps: Open
main debug: using sout mux module "mux_ps"
main debug: muxer support adding stream at any time
stream_out_standard debug: mux opened
main debug: using sout stream module "stream_out_standard"
main debug: using sout stream module "stream_out_duplicate"
main debug: set sout option: sout-transcode-vcodec to mp2v
main debug: set sout option: sout-transcode-vb to 3072
main debug: set sout option: sout-transcode-scale to 1
stream_out_transcode debug: codec video=mp2v 0x0 scaling: 1.000000 3072kb/s
main debug: using sout stream module "stream_out_transcode"
main debug: `udp://@239.2.3.161:2314' gives access `udp' demux `' path `@239.2.3.161:2314'
main debug: creating demux: access='udp' demux='' path='@239.2.3.161:2314'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "udp"
main debug: creating access 'udp' path='@239.2.3.161:2314'
main debug: looking for access2 module: 6 candidates
access_udp debug: opening server=:0 local=239.2.3.161:2314
main debug: net: connecting to '[]:0@[239.2.3.161]:2314'
main debug: looking for network module: 1 candidate
ipv6 debug: 239.2.3.161: Host or service not found
main debug: using network module "ipv6"
main debug: removing module "ipv6"
main debug: looking for network module: 1 candidate
ipv4 debug: resolving 239.2.3.161:2314...
ipv4 debug: resolving :0...
ipv4 debug: Winsock best interface is 2
ipv4 debug: using interface 0xfb33fea9
ipv4 debug: IP_ADD_MEMBERSHIP multicast request
main debug: using network module "ipv4"
main debug: removing module "ipv4"
main debug: using access2 module "access_udp"
main debug: pre buffering
access_udp debug: detected TS over raw UDP
main debug: creating demux: access='udp' demux='' path='@239.2.3.161:2314'
main debug: looking for demux2 module: 45 candidates
main debug: using demux2 module "ts"
main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\
ts debug: DEMUX_SET_GROUP 0 00000000
main debug: starting in sync mode
access_udp warning: unimplemented query in control
main debug: `udp://@239.2.3.161:2314' successfully opened
ts debug: pid[1001] unknown
ts debug: pid[1002] unknown
ts debug: PATCallBack called
ts debug: new PAT ts_id=1 version=1 current_next=1
ts debug: * number=1 pid=1000
ts debug: pid[1] unknown
ts debug: PMTCallBack called
ts debug: new PMT program number=1 version=1 pid_pcr=1001
ts debug: * es pid=1001 type=2 fcc=mpgv
main debug: selecting program id=1
main debug: looking for packetizer module: 17 candidates
main debug: using packetizer module "packetizer_mpegvideo"
main debug: thread 4588 (decoder) created at priority 0 (input/decoder.c:159)
ts debug: * es pid=1002 type=4 fcc=mpga
main debug: looking for packetizer module: 17 candidates
main debug: using packetizer module "mpeg_audio"
main debug: thread 4552 (decoder) created at priority 2 (input/decoder.c:159)
ts debug: * es pid=1004 type=6 dr->i_tag=0x59
ts debug: * es pid=1004 type=6 fcc=dvbs
ts warning: first packet for pid=1002 cc=0xf
ts warning: first packet for pid=1001 cc=0xa
packetizer_mpegvideo debug: waiting for sequence start
ts warning: first packet for pid=1004 cc=0x1
mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:192
main debug: adding a new input
stream_out_transcode debug: not transcoding a stream (fcc=`mpga')
stream_out_duplicate debug: duplicated a new stream codec=mpga (es=1002 group=1)
main debug: looking for decoder module: 28 candidates
main debug: using decoder module "mpeg_audio"
main debug: thread 4984 (decoder) created at priority 2 (input/decoder.c:159)
stream_out_duplicate debug: - added for output 0
main debug: adding a new input
mux_ps debug: adding input codec=mpga
mux_ps debug: - lang=ces
stream_out_duplicate debug: - added for output 1
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
packetizer_mpegvideo debug: waiting for sequence start
packetizer_mpegvideo debug: size 544x576 fps=25.000
main debug: adding a new input
stream_out_transcode debug: creating video transcoding from fcc=`mpgv' to fcc=`mp2v'
main debug: looking for decoder module: 28 candidates
main debug: using decoder module "libmpeg2"
main debug: looking for encoder module: 10 candidates
ffmpeg debug: libavcodec already initialized
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
ffmpeg debug: found encoder MPEG-2 Video
main debug: using encoder module "ffmpeg"
main debug: removing module "ffmpeg"
libmpeg2 debug: 544x576 (display 544,576), aspect 576000, sar 24:17, 25.000 fps
main warning: dts != current_pts (-413322)
main warning: vout synchro warning: pts != current_date (-39978)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
stream_out_transcode debug: decoder aspect is 576000:432000
stream_out_transcode debug: source pixel aspect is 1.411765:1
stream_out_transcode debug: scaled pixel aspect is 1.411765:1
stream_out_transcode debug: source 544x576, crop 544x576, destination 544x576, padding 544x576
stream_out_transcode debug: encoder aspect is 576000:432000
main debug: looking for encoder module: 10 candidates
ffmpeg debug: libavcodec already initialized
ffmpeg debug: removing common factors from framerate
(mpeg2video@03F6A680)
ffmpeg debug: found encoder MPEG-2 Video
main debug: using encoder module "ffmpeg"
stream_out_duplicate debug: duplicated a new stream codec=mpgv (es=1001 group=1)
main debug: looking for decoder module: 28 candidates
main debug: using decoder module "libmpeg2"
main debug: thread 4916 (decoder) created at priority 0 (input/decoder.c:159)
stream_out_duplicate debug: - added for output 0
main debug: adding a new input
mux_ps debug: adding input codec=mpgv
stream_out_duplicate debug: - added for output 1
libmpeg2 debug: 544x576 (display 544,576), aspect 576000, sar 0:0, 25.000 fps
main debug: no usable vout present, spawning one
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main debug: window size: 768x576
main debug: looking for video output module: 6 candidates
vout_directx debug: creating DirectXEventThread
main debug: waiting for thread completion
vout_directx debug: DirectXCreateWindow
vout_directx debug: created video sub-window
main debug: thread 4852 (DirectX Events Thread) created at priority 0 (directx.c:278)
vout_directx debug: DirectXEventThread running
vout_directx debug: DirectXInitDDraw
vout_directx debug: directx-device:
vout_directx debug: DirectXEnumCallback: Primary Display Driver, display
vout_directx debug: screen dimensions (0x0,1024x768)
vout_directx debug: DirectDraw Capabilities: overlay=0 yuvoverlay=0 can_deinterlace_overlay=0 colorkey=0 stretch=0 bltfourcc=0
vout_directx debug: End DirectXInitDDraw
vout_directx debug: DirectXCreateDisplay
vout_directx debug: DirectXCreateClipper
vout_directx debug: disabling screen saver
main debug: using video output module "vout_directx"
main debug: waiting for thread completion
vout_directx debug: NewPictureVec overlay:yes chroma:YV12
vout_directx debug: End NewPictureVec (failed)
vout_directx debug: NewPictureVec overlay:yes chroma:YV12
vout_directx debug: End NewPictureVec (failed)
vout_directx debug: NewPictureVec overlay:yes chroma:YUY2
vout_directx debug: End NewPictureVec (failed)
vout_directx debug: NewPictureVec overlay:no chroma:YV12
vout_directx debug: created plain surface of chroma:RV32
vout_directx debug: End NewPictureVec (succeeded)
main debug: got 1 direct buffer(s)
main debug: picture in 544x576 (0,0,544x576), chroma I420, ar 4:3, sar 24:17
main debug: picture user 544x576 (0,0,544x576), chroma I420, ar 4:3, sar 24:17
main debug: picture out 544x576 (0,0,544x576), chroma RV32, ar 4:3, sar 24:17
main debug: looking for chroma module: 9 candidates
main debug: using chroma module "i420_rgb_mmx"
main debug: indirect render, mapping render pictures 0-7 to system pictures 1-8
main debug: thread 4824 (video output) created at priority 1 (video_output/video_output.c:421)
main warning: vout synchro warning: pts != current_date (-381300)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40022)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main debug: Registering subpicture channel, ID: 2
main debug: Registering subpicture channel, ID: 3
main debug: Registering subpicture channel, ID: 4
main debug: Registering subpicture channel, ID: 5
main warning: vout synchro warning: pts != current_date (-39978)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40022)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39844)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39889)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39967)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40033)
ts debug: PSINewTableCallBack: table 0x42(66) ext=0x1(1)
ts debug: SDTCallBack called
ts debug: new SDT ts_id=1 version=1 current_next=1 network_id=1
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39967)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40033)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39845)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39922)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39989)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39822)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39911)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40089)
main warning: vout synchro warning: pts != current_date (-39911)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39978)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39800)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39889)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39966)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40034)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39966)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40023)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39977)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40023)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39866)
main warning: vout synchro warning: pts != current_date (-40134)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39866)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39922)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40078)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39922)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39989)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40067)
main debug: decoded 9/107 pictures
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39878)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39955)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40045)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39955)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40078)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39889)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39967)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40055)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39856)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39933)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40078)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39889)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39955)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40045)
main warning: vout synchro warning: pts != current_date (-39955)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40045)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39955)
main warning: vout synchro warning: pts != current_date (-40045)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39844)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39934)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39977)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40023)
main warning: vout synchro warning: pts != current_date (-39977)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39800)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40200)
main warning: vout synchro warning: pts != current_date (-39800)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main debug: decoded 9/102 pictures
main warning: vout synchro warning: pts != current_date (-39878)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39945)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40044)
main warning: vout synchro warning: pts != current_date (-39956)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40044)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40100)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39922)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-39967)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40044)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-39856)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: vout synchro warning: pts != current_date (-40000)
main warning: vout synchro warning: pts != current_date (-40000)
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
main warning: trying to send non-dated packet to stream output!
ts debug: eof ?
main debug: EOF reached
main debug: control type=0
main debug: control: stopping input
main debug: closing input
ts debug: pid list:
ts debug: - pid[0] seen
ts debug: - pid[1] seen
ts debug: - pid[17] seen
ts debug: - pid[1000] seen
main debug: removing module "packetizer_mpegvideo"
main debug: thread times: real 0m10.234375s, kernel 0m0.046875s, user 0m2.453125s
main debug: thread 4588 joined (input/decoder.c:191)
main debug: killing decoder fourcc `mpgv', 0 PES in FIFO
main debug: removing an input
main debug: removing module "libmpeg2"
main debug: removing module "ffmpeg"
main debug: removing module "libmpeg2"
main debug: thread times: real 0m9.796875s, kernel 0m0.015625s, user 0m0.109375s
main debug: thread 4916 joined (input/decoder.c:191)
main debug: killing decoder fourcc `mpgv', 0 PES in FIFO
mux_ps debug: removing input
ts debug: - pid[1001] seen
main debug: removing module "mpeg_audio"
main debug: thread times: real 0m10.234375s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4552 joined (input/decoder.c:191)
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
main debug: removing an input
main debug: removing module "mpeg_audio"
main debug: thread times: real 0m10.140625s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4984 joined (input/decoder.c:191)
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
mux_ps debug: removing input
main warning: no more input streams for this mux
ts debug: - pid[1002] seen
main debug: Program doesn't contain anymore ES
ts debug: - pid[1004] seen
ts debug: - pid[8191] seen
main debug: removing module "ts"
main debug: removing module "access_udp"
main debug: destroying sout
main debug: destroying chain... (name=transcode)
main debug: destroying chain... (name=duplicate)
stream_out_duplicate debug: closing a duplication
main debug: destroying chain... (name=display)
main debug: removing module "stream_out_display"
main debug: destroying chain done
main debug: destroying chain... (name=std)
mux_ps: Close
main debug: removing module "mux_ps"
access_output_file debug: file access output closed
main debug: removing module "access_output_file"
main debug: removing module "stream_out_standard"
main debug: destroying chain done
main debug: removing module "stream_out_duplicate"
main debug: destroying chain done
main debug: removing module "stream_out_transcode"
main debug: destroying chain done
main debug: thread times: real 0m10.718750s, kernel 0m0.250000s, user 0m0.125000s
main debug: thread 4300 joined (input/input.c:412)
main debug: garbage collector destroys 1 vout
main debug: removing module "i420_rgb_mmx"
vout_directx debug: DirectXCloseSurface
vout_directx debug: DirectXCloseDisplay
vout_directx debug: DirectXCloseDisplay clipper
vout_directx debug: DirectXCloseDisplay display
vout_directx debug: DirectXCloseDDraw
vout_directx debug: CloseVideo
vout_directx debug: DirectXEventThread terminating
vout_directx debug: DirectXCloseWindow
vout_directx debug: WinProc WM_DESTROY
main debug: thread times: real 0m10.015625s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4852 joined (directx.c:509)
main debug: removing module "vout_directx"
main debug: thread times: real 0m10.000000s, kernel 0m0.265625s, user 0m0.031250s
main debug: thread 4824 joined (video_output/video_output.c:461)

Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 23 guests