Hi,
I'm currently interested in streaming over DCCP CCID3 since it adopts TCP Friendly Rate Control (TFRC).
Using my own build from vlc 0.9.8a source code on Ubuntu 8.10, I succeded with streaming using UDP and DCCP CCID2.
For DCCP tests for CCID2 and CCID3, I used same commands as below.
vlc -vvv ../test.mpg --sout '#rtp{dst=127.0.0.1,port=1234,mux=ts,proto=dccp}'
vlc -vvv dccp://127.0.0.1:1234
In order to change dccp ccids, I used commands as below. In order to use dccp ccid 3, below commands should include 3 instead of 2 actually.
sudo modprobe dccp
sudo modprobe dccp_ccid2
sudo sysctl -w net.dccp.default.seq_window=10000
sudo sysctl -w net.dccp.default.rx_ccid=2
sudo sysctl -w net.dccp.default.tx_ccid=2
When dccp ccid 2 is used, the receiver plays mpeg video and audio properly. When dccp ccid 3 is applied, receiver does not provide video and audio at all.
I worried about the operation in dccp socket but it looks ok when I test with ttcp variant for dccp which is availabe from
http://www.linuxfoundation.org/en/Net:DCCP_Testing. Current linux kernel version I'm using is 2.6.27-11.
Thank you in advance for your kind responses.
S.B.
P.S. I also attached log files of ccid 3 test for receiver and streamer.
Receiver log with CCID3
VLC media player 0.9.8a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/sblee/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc debug: recursively browsing `./modules'
[00000001] main libvlc debug: module bank initialized, found 263 modules
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 3 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[00000356] main interaction debug: thread started
[00000356] main interaction debug: thread 3082222480 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000358] main input debug: Creating an input for 'Media Library'
[00000358] main input debug: Input is a meta file: disabling unneeded options
[00000358] main input debug: `file/xspf-open:///home/sblee/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/sblee/.local/share/vlc/ml.xspf'
[00000358] main input debug: creating access 'file' path='/home/sblee/.local/share/vlc/ml.xspf'
[00000359] main access debug: looking for access module: 3 candidates
[00000359] access_file access debug: opening file `/home/sblee/.local/share/vlc/ml.xspf'
[00000359] main access debug: using access module "access_file"
[00000359] main access debug: TIMER module_Need() : 8.741 ms - Total 8.741 ms / 1 intvls (Avg 8.741 ms)
[00000364] main stream debug: Using AStream*Stream
[00000364] main stream debug: pre-buffering...
[00000364] main stream debug: received first data for our buffer
[00000358] main input debug: creating demux: access='file' demux='xspf-open' path='/home/sblee/.local/share/vlc/ml.xspf'
[00000365] main demux debug: looking for demux module: 1 candidate
[00000365] playlist demux debug: using XSPF playlist reader
[00000365] main demux debug: using demux module "playlist"
[00000365] main demux debug: TIMER module_Need() : 3.688 ms - Total 3.688 ms / 1 intvls (Avg 3.688 ms)
[00000358] main input debug: `file/xspf-open:///home/sblee/.local/share/vlc/ml.xspf' successfully opened
[00000380] main xml debug: looking for xml module: 2 candidates
[00000380] main xml debug: using xml module "xml"
[00000380] main xml debug: TIMER module_Need() : 5.992 ms - Total 5.992 ms / 1 intvls (Avg 5.992 ms)
[00000365] playlist demux debug: parsed 0 tracks successfully
[00000380] main xml debug: removing module "xml"
[00000358] main input debug: EOF reached
[00000358] main input debug: control type=1
[00000365] main demux debug: removing module "playlist"
[00000359] main access debug: removing module "access_file"
[00000358] main input debug: TIMER input launching for 'Media Library' : 42.321 ms - Total 42.321 ms / 1 intvls (Avg 42.321 ms)
[00000382] main preparser debug: thread started
[00000382] main preparser debug: waiting for thread initialization
[00000382] main preparser debug: thread 3073829776 (preparser) created at priority 0 (playlist/thread.c:79)
[00000383] main fetcher debug: thread started
[00000383] main fetcher debug: waiting for thread initialization
[00000383] main fetcher debug: thread 3059678096 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000357] main playlist debug: thread started
[00000357] main playlist debug: waiting for thread initialization
[00000357] main playlist debug: rebuilding array of current - root Playlist
[00000357] main playlist debug: rebuild done - 0 items, index -1
[00000357] main playlist debug: thread 3051285392 (playlist) created at priority 0 (playlist/thread.c:117)
[00000384] main interface debug: looking for interface module: 1 candidate
[00000384] main interface debug: using interface module "hotkeys"
[00000384] main interface debug: TIMER module_Need() : 2.292 ms - Total 2.292 ms / 1 intvls (Avg 2.292 ms)
[00000384] main interface debug: thread started
[00000384] main interface debug: thread 3042892688 (interface) created at priority 0 (interface/interface.c:168)
[00000386] main interface debug: looking for interface module: 1 candidate
[00000386] main interface debug: using interface module "inhibit"
[00000386] main interface debug: TIMER module_Need() : 20.761 ms - Total 20.761 ms / 1 intvls (Avg 20.761 ms)
[00000386] main interface debug: thread started
[00000386] main interface debug: thread 3034499984 (interface) created at priority 0 (interface/interface.c:168)
[00000388] main interface debug: looking for interface module: 1 candidate
[00000388] main interface debug: using interface module "screensaver"
[00000388] main interface debug: TIMER module_Need() : 7.951 ms - Total 7.951 ms / 1 intvls (Avg 7.951 ms)
[00000388] main interface debug: thread started
[00000388] main interface debug: thread 3026107280 (interface) created at priority 0 (interface/interface.c:168)
[00000357] main playlist debug: adding item `127.0.0.1:1234' ( dccp://127.0.0.1:1234 )
[00000357] main playlist debug: rebuilding array of current - root Playlist
[00000357] main playlist debug: rebuild done - 1 items, index -1
[00000390] main interface debug: looking for interface module: 20 candidates
[00000390] main interface debug: using interface module "signals"
[00000390] main interface debug: TIMER module_Need() : 9.472 ms - Total 9.472 ms / 1 intvls (Avg 9.472 ms)
[00000390] main interface debug: thread started
[00000390] main interface debug: thread 3009321872 (interface) created at priority 0 (interface/interface.c:168)
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000392] main interface debug: looking for interface module: 3 candidates
[00000392] main interface debug: using interface module "qt4"
[00000392] main interface debug: TIMER module_Need() : 258.233 ms - Total 258.233 ms / 1 intvls (Avg 258.233 ms)
[00000392] main interface debug: thread started
[00000392] main interface debug: thread 2986748816 (interface) created at priority 0 (interface/interface.c:168)
[00000357] main playlist debug: starting new item
[00000357] main playlist debug: processing request item null node Playlist skip 0
[00000357] main playlist debug: creating new input thread
[00000395] main input debug: Creating an input for '127.0.0.1:1234'
[00000395] main input debug: thread started
[00000395] main input debug: waiting for thread initialization
[00000395] main input debug: `dccp://127.0.0.1:1234' gives access `dccp' demux `' path `127.0.0.1:1234'
[00000395] main input debug: creating demux: access='dccp' demux='' path='127.0.0.1:1234'
[00000396] main demux debug: looking for access_demux module: 1 candidate
[00000396] main demux debug: net: connecting to 127.0.0.1 port 1234
[00000396] main demux debug: connection: Operation now in progress
[00000396] main demux debug: connection succeeded (socket = 12)
[00000395] main input debug: thread 2978356112 (input) created at priority 10 (input/input.c:370)
[00000396] main demux debug: using access_demux module "rtp"
[00000396] main demux debug: TIMER module_Need() : 29.440 ms - Total 29.440 ms / 1 intvls (Avg 29.440 ms)
[00000395] main input debug: `dccp://127.0.0.1:1234' successfully opened
[00000396] rtp demux debug: detected MPEG2 TS
[00000396] rtp demux debug: added payload type 33 (f = 90000 Hz)
[00000398] main stream debug: thread started
[00000398] main stream debug: creating demux: access='' demux='ts' path=''
[00000398] main stream debug: thread 2969455504 (stream out) created at priority 10 (input/demux.c:358)
[00000396] rtp demux debug: added RTP source (750b000e)
[00000395] main input debug: control type=1
[00000399] main demux debug: looking for demux module: 1 candidate
[00000399] main demux debug: using demux module "ts"
[00000399] main demux debug: TIMER module_Need() : 5.663 ms - Total 5.663 ms / 1 intvls (Avg 5.663 ms)
[00000399] ts demux debug: pid[68] unknown
[00000395] main input debug: EOF reached
[00000357] main playlist debug: finished input
[00000396] main demux debug: waitpipe: object killed
[00000357] main playlist debug: dying input
[00000396] rtp demux debug: removing RTP source (750b000e)
[00000399] ts demux debug: eof ?
[00000398] main stream debug: thread ended
[00000398] main stream debug: thread 2969455504 joined (input/demux.c:385)
[00000399] ts demux debug: pid list:
[00000399] ts demux debug: - pid[68] seen
[00000399] ts demux debug: - pid[8191] seen
[00000399] main demux debug: removing module "ts"
[00000396] main demux debug: removing module "rtp"
[00000395] main input debug: thread ended
[00000357] main playlist debug: dead input
[00000395] main input debug: thread 2978356112 joined (playlist/engine.c:244)
[00000395] main input debug: TIMER input launching for '127.0.0.1:1234' : 41.444 ms - Total 41.444 ms / 1 intvls (Avg 41.444 ms)
[00000357] main playlist debug: starting new item
[00000357] main playlist debug: changing item without a request (current 0/1)
[00000357] main playlist debug: nothing to play
[00000392] qt4 interface debug: Error while initializing qt-specific localization
[00000001] main libvlc debug: removing all interfaces
[00000392] qt4 interface debug: Quitting the Qt4 Interface
[00000392] qt4 interface debug: Destroying the main interface
[00000392] qt4 interface debug: Destroying the Dialog Provider
[00000392] main interface debug: thread ended
[00000392] main interface debug: thread 2986748816 joined (interface/interface.c:188)
[00000392] main interface debug: removing module "qt4"
[00000390] main interface debug: thread ended
[00000390] main interface debug: thread 3009321872 joined (interface/interface.c:188)
[00000390] main interface debug: removing module "signals"
[00000388] main interface debug: thread ended
[00000388] main interface debug: thread 3026107280 joined (interface/interface.c:188)
[00000388] main interface debug: removing module "screensaver"
[00000386] main interface debug: thread ended
[00000386] main interface debug: thread 3034499984 joined (interface/interface.c:188)
[00000386] main interface debug: removing module "inhibit"
[00000384] main interface debug: thread ended
[00000384] main interface debug: thread 3042892688 joined (interface/interface.c:188)
[00000384] main interface debug: removing module "hotkeys"
[00000001] main libvlc debug: removing all services discovery tasks
[00000001] main libvlc debug: removing playlist
[00000357] main playlist debug: saving Media Library to file /home/sblee/.local/share/vlc/ml.xspf
[00000357] main playlist debug: looking for playlist export module: 1 candidate
[00000357] main playlist debug: using playlist export module "export"
[00000357] main playlist debug: TIMER module_Need() : 1.343 ms - Total 1.343 ms / 1 intvls (Avg 1.343 ms)
[00000357] main playlist debug: removing module "export"
[00000382] main preparser debug: thread ended
[00000382] main preparser debug: thread 3073829776 joined (playlist/engine.c:521)
[00000383] main fetcher debug: thread ended
[00000383] main fetcher debug: thread 3059678096 joined (playlist/engine.c:523)
[00000357] main playlist debug: thread ended
[00000357] main playlist debug: thread 3051285392 joined (libvlc.c:993)
[00000382] main preparser debug: Destroyed
[00000383] main fetcher debug: Destroyed
[00000357] main playlist debug: Destroyed
[00000001] main libvlc debug: removing interaction
[00000356] main interaction debug: thread ended
[00000356] main interaction debug: thread 3082222480 joined (interface/interaction.c:400)
[00000001] main libvlc debug: removing all video outputs
[00000001] main libvlc debug: TIMER ML Load : Total 50.363 ms / 1 intvls (Avg 50.363 ms)
[00000001] main libvlc debug: TIMER Items array build : Total 1.414 ms / 2 intvls (Avg 0.707 ms)
[00000001] main libvlc debug: TIMER ML Dump : Total 2.008 ms / 1 intvls (Avg 2.008 ms)
[00000001] main libvlc debug: removing stats
[00000001] main libvlc debug: removing module "memcpymmxext"
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: writing plugins cache /home/sblee/.cache/vlc/plugins-04041e.dat
Streamer log with CCID3
VLC media player 0.9.8a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/sblee/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc debug: recursively browsing `./modules'
[00000001] main libvlc debug: module bank initialized, found 263 modules
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 3 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[00000356] main interaction debug: thread started
[00000356] main interaction debug: thread 3081911184 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000358] main input debug: Creating an input for 'Media Library'
[00000358] main input debug: Input is a meta file: disabling unneeded options
[00000358] main input debug: `file/xspf-open:///home/sblee/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/sblee/.local/share/vlc/ml.xspf'
[00000358] main input debug: creating access 'file' path='/home/sblee/.local/share/vlc/ml.xspf'
[00000359] main access debug: looking for access module: 3 candidates
[00000359] access_file access debug: opening file `/home/sblee/.local/share/vlc/ml.xspf'
[00000359] main access debug: using access module "access_file"
[00000359] main access debug: TIMER module_Need() : 8.184 ms - Total 8.184 ms / 1 intvls (Avg 8.184 ms)
[00000364] main stream debug: Using AStream*Stream
[00000364] main stream debug: pre-buffering...
[00000364] main stream debug: received first data for our buffer
[00000358] main input debug: creating demux: access='file' demux='xspf-open' path='/home/sblee/.local/share/vlc/ml.xspf'
[00000365] main demux debug: looking for demux module: 1 candidate
[00000365] playlist demux debug: using XSPF playlist reader
[00000365] main demux debug: using demux module "playlist"
[00000365] main demux debug: TIMER module_Need() : 5.236 ms - Total 5.236 ms / 1 intvls (Avg 5.236 ms)
[00000358] main input debug: `file/xspf-open:///home/sblee/.local/share/vlc/ml.xspf' successfully opened
[00000380] main xml debug: looking for xml module: 2 candidates
[00000380] main xml debug: using xml module "xml"
[00000380] main xml debug: TIMER module_Need() : 5.642 ms - Total 5.642 ms / 1 intvls (Avg 5.642 ms)
[00000365] playlist demux debug: parsed 0 tracks successfully
[00000380] main xml debug: removing module "xml"
[00000358] main input debug: EOF reached
[00000358] main input debug: control type=1
[00000365] main demux debug: removing module "playlist"
[00000359] main access debug: removing module "access_file"
[00000358] main input debug: TIMER input launching for 'Media Library' : 38.226 ms - Total 38.226 ms / 1 intvls (Avg 38.226 ms)
[00000382] main preparser debug: thread started
[00000382] main preparser debug: waiting for thread initialization
[00000382] main preparser debug: thread 3073518480 (preparser) created at priority 0 (playlist/thread.c:79)
[00000383] main fetcher debug: thread started
[00000383] main fetcher debug: waiting for thread initialization
[00000383] main fetcher debug: thread 3059366800 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000357] main playlist debug: thread started
[00000357] main playlist debug: waiting for thread initialization
[00000357] main playlist debug: rebuilding array of current - root Playlist
[00000357] main playlist debug: rebuild done - 0 items, index -1
[00000357] main playlist debug: thread 3050974096 (playlist) created at priority 0 (playlist/thread.c:117)
[00000384] main interface debug: looking for interface module: 1 candidate
[00000384] main interface debug: using interface module "hotkeys"
[00000384] main interface debug: TIMER module_Need() : 3.158 ms - Total 3.158 ms / 1 intvls (Avg 3.158 ms)
[00000384] main interface debug: thread started
[00000384] main interface debug: thread 3042581392 (interface) created at priority 0 (interface/interface.c:168)
[00000386] main interface debug: looking for interface module: 1 candidate
[00000386] main interface debug: using interface module "inhibit"
[00000386] main interface debug: TIMER module_Need() : 57.592 ms - Total 57.592 ms / 1 intvls (Avg 57.592 ms)
[00000386] main interface debug: thread started
[00000386] main interface debug: thread 3034188688 (interface) created at priority 0 (interface/interface.c:168)
[00000388] main interface debug: looking for interface module: 1 candidate
[00000388] main interface debug: using interface module "screensaver"
[00000388] main interface debug: TIMER module_Need() : 1.796 ms - Total 1.796 ms / 1 intvls (Avg 1.796 ms)
[00000388] main interface debug: thread started
[00000388] main interface debug: thread 3025795984 (interface) created at priority 0 (interface/interface.c:168)
[00000357] main playlist debug: adding item `JurassicPark3_3_0M.m2p' ( ../JurassicPark3_3_0M.m2p )
[00000357] main playlist debug: rebuilding array of current - root Playlist
[00000357] main playlist debug: rebuild done - 1 items, index -1
[00000390] main interface debug: looking for interface module: 20 candidates
[00000390] main interface debug: using interface module "signals"
[00000390] main interface debug: TIMER module_Need() : 5.279 ms - Total 5.279 ms / 1 intvls (Avg 5.279 ms)
[00000390] main interface debug: thread started
[00000390] main interface debug: thread 3009010576 (interface) created at priority 0 (interface/interface.c:168)
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000392] main interface debug: looking for interface module: 3 candidates
[00000392] main interface debug: using interface module "qt4"
[00000392] main interface debug: TIMER module_Need() : 220.509 ms - Total 220.509 ms / 1 intvls (Avg 220.509 ms)
[00000392] main interface debug: thread started
[00000392] main interface debug: thread 2985376656 (interface) created at priority 0 (interface/interface.c:168)
[00000357] main playlist debug: starting new item
[00000357] main playlist debug: processing request item null node Playlist skip 0
[00000357] main playlist debug: creating new input thread
[00000395] main input debug: Creating an input for 'JurassicPark3_3_0M.m2p'
[00000395] main input debug: thread started
[00000395] main input debug: waiting for thread initialization
[00000396] main stream output debug: stream=`rtp'
[00000397] main stream out debug: looking for sout stream module: 1 candidate
[00000395] main input debug: thread 2976983952 (input) created at priority 10 (input/input.c:370)
[00000397] main stream out debug: set config option: sout-rtp-dst to 127.0.0.1
[00000397] main stream out debug: set config option: sout-rtp-port to 1234
[00000397] main stream out debug: set config option: sout-rtp-proto to dccp
[00000397] main stream out debug: set config option: sout-rtp-mux to ts
[00000400] main mux debug: looking for sout mux module: 1 candidate
[00000400] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[00000400] main mux debug: using sout mux module "mux_ts"
[00000400] main mux debug: TIMER module_Need() : 143.910 ms - Total 143.910 ms / 1 intvls (Avg 143.910 ms)
[00000396] main stream output debug: muxer support adding stream at any time
[00000396] main stream output debug: muxer prefers to wait for all ES before starting to mux
[00000397] stream_out_rtp stream out debug: maximum RTP packet size: 1400 bytes
[00000397] main stream out debug: net: listening to 127.0.0.1 port 1234
[00000402] main generic debug: thread started
[00000402] main generic debug: thread 2967514000 (RTP send thread) created at priority 20 (rtp.c:1235)
[00000397] stream_out_rtp stream out debug: sdp=
v=0
o=- 14796460313589228491 14796460313589228491 IN IP4 shuttlex
s=Unnamed
i=N/A
c=IN IP4 127.0.0.1
t=0 0
a=tool:vlc 0.9.8a
a=recvonly
a=type:broadcast
a=charset:UTF-8
a=rtcp-mux
m=video 1234 DCCP/RTP/AVP 33
b=RR:0
a=rtpmap:33 MP2T/90000
a=setup:passive
a=dccp-service-code:SC:RTPV
[00000397] main stream out debug: using sout stream module "stream_out_rtp"
[00000397] main stream out debug: TIMER module_Need() : 598.991 ms - Total 598.991 ms / 1 intvls (Avg 598.991 ms)
[00000395] main input debug: `../JurassicPark3_3_0M.m2p' gives access `' demux `' path `../JurassicPark3_3_0M.m2p'
[00000395] main input debug: creating demux: access='' demux='' path='../JurassicPark3_3_0M.m2p'
[00000403] main demux debug: looking for access_demux module: 2 candidates
[00000403] main demux debug: TIMER module_Need() : 3.798 ms - Total 3.798 ms / 1 intvls (Avg 3.798 ms)
[00000395] main input debug: creating access '' path='../JurassicPark3_3_0M.m2p'
[00000407] main access debug: looking for access module: 5 candidates
[00000407] vcd access debug: trying .cue file: ../JurassicPark3_3_0M.cue
[00000407] vcd access debug: could not find .cue file
[00000407] access_file access debug: opening file `../JurassicPark3_3_0M.m2p'
[00000407] main access debug: using access module "access_file"
[00000407] main access debug: TIMER module_Need() : 2.373 ms - Total 2.373 ms / 1 intvls (Avg 2.373 ms)
[00000409] main stream debug: Using AStream*Stream
[00000409] main stream debug: pre-buffering...
[00000409] main stream debug: received first data for our buffer
[00000409] main stream debug: pre-buffering done 1408981 bytes in 0s - 37515 kbytes/s
[00000395] main input debug: creating demux: access='' demux='' path='../JurassicPark3_3_0M.m2p'
[00000410] main demux debug: looking for demux module: 52 candidates
[00000410] main demux debug: using demux module "ps"
[00000410] main demux debug: TIMER module_Need() : 151.835 ms - Total 151.835 ms / 1 intvls (Avg 151.835 ms)
[00000395] main input debug: looking for a subtitle file in ../
[00000395] main input debug: starting in async mode
[00000395] main input debug: `../JurassicPark3_3_0M.m2p' successfully opened
[00000410] ps demux warning: garbage at input, trying to resync...
[00000410] ps demux warning: found sync code
[00000410] ps demux debug: we found a length of: 900556033
[00000395] main input debug: control type=1
[00000395] main input debug: selecting program id=0
[00000443] main packetizer debug: looking for packetizer module: 17 candidates
[00000443] main packetizer debug: using packetizer module "mpeg_audio"
[00000443] main packetizer debug: TIMER module_Need() : 87.964 ms - Total 87.964 ms / 1 intvls (Avg 87.964 ms)
[00000395] main input debug: stream out mode -> no decoder thread
[00000472] main packetizer debug: looking for packetizer module: 17 candidates
[00000472] main packetizer debug: using packetizer module "packetizer_mpegvideo"
[00000472] main packetizer debug: TIMER module_Need() : 1.139 ms - Total 1.139 ms / 1 intvls (Avg 1.139 ms)
[00000395] main input debug: stream out mode -> no decoder thread
[00000472] packetizer_mpegvideo packetizer debug: size 352x288 fps=25.000
[00000396] main stream output debug: adding a new sout input (sout_input:0xa12e588)
[00000400] main mux debug: adding a new input
[00000400] mux_ts mux debug: adding input codec=mpgv pid=68
[00000400] mux_ts mux debug: new PCR PID is 68
[00000472] main packetizer debug: switching to sync mode
[00000443] mpeg_audio packetizer debug: MPGA channels:2 samplerate:44100 bitrate:128
[00000396] main stream output debug: adding a new sout input (sout_input:0xa12b7f0)
[00000400] main mux debug: adding a new input
[00000400] mux_ts mux debug: adding input codec=mpga pid=69
[00000392] qt4 interface debug: Error while initializing qt-specific localization
[00000392] qt4 interface debug: Updating the stream status: 3
[00000402] main generic debug: accepted socket 22 (from socket 11)
[00000402] stream_out_rtp generic debug: adding socket 22
[00000402] stream_out_rtp generic debug: removing socket 22
[00000357] main playlist debug: incoming request - stopping current input
[00000357] main playlist debug: dying input
[00000001] main libvlc debug: removing all interfaces
[00000392] qt4 interface debug: Quitting the Qt4 Interface
[00000392] qt4 interface debug: Destroying the main interface
[00000392] qt4 interface debug: Destroying the Dialog Provider
[00000395] main input debug: control type=0
[00000395] main input debug: control: stopping input
[00000443] main packetizer debug: removing module "mpeg_audio"
[00000443] main packetizer debug: killing decoder fourcc `mpga', 0 PES in FIFO
[00000396] main stream output debug: removing a sout input (sout_input:0xa12b7f0)
[00000400] mux_ts mux debug: removing input pid=69
[00000472] main packetizer debug: removing module "packetizer_mpegvideo"
[00000472] main packetizer debug: killing decoder fourcc `mpgv', 0 PES in FIFO
[00000396] main stream output debug: removing a sout input (sout_input:0xa12e588)
[00000400] mux_ts mux debug: removing input pid=68
[00000400] mux_ts mux debug: new PCR PID is 8191
[00000400] main mux warning: no more input streams for this mux
[00000395] main input debug: Program doesn't contain anymore ES
[00000410] main demux debug: removing module "ps"
[00000407] main access debug: removing module "access_file"
[00000395] main input debug: thread ended
[00000392] main interface debug: thread ended
[00000392] main interface debug: thread 2985376656 joined (interface/interface.c:188)
[00000392] main interface debug: removing module "qt4"
[00000390] main interface debug: thread ended
[00000390] main interface debug: thread 3009010576 joined (interface/interface.c:188)
[00000390] main interface debug: removing module "signals"
[00000388] main interface debug: thread ended
[00000388] main interface debug: thread 3025795984 joined (interface/interface.c:188)
[00000388] main interface debug: removing module "screensaver"
[00000386] main interface debug: thread ended
[00000386] main interface debug: thread 3034188688 joined (interface/interface.c:188)
[00000386] main interface debug: removing module "inhibit"
[00000384] main interface debug: thread ended
[00000384] main interface debug: thread 3042581392 joined (interface/interface.c:188)
[00000384] main interface debug: removing module "hotkeys"
[00000001] main libvlc debug: removing all services discovery tasks
[00000001] main libvlc debug: removing playlist
[00000357] main playlist debug: dead input
[00000395] main input debug: thread 2976983952 joined (playlist/engine.c:244)
[00000395] main input debug: TIMER input launching for 'JurassicPark3_3_0M.m2p' : 829.312 ms - Total 829.312 ms / 1 intvls (Avg 829.312 ms)
[00000397] main stream out debug: destroying chain... (name=rtp)
[00000402] main generic debug: waitpipe: object killed
[00000402] main generic debug: thread ended
[00000402] main generic debug: thread 2967514000 joined (rtp.c:1271)
[00000400] main mux debug: removing module "mux_ts"
[00000397] main stream out debug: removing module "stream_out_rtp"
[00000397] main stream out debug: destroying chain done
[00000357] main playlist debug: saving Media Library to file /home/sblee/.local/share/vlc/ml.xspf
[00000357] main playlist debug: looking for playlist export module: 1 candidate
[00000357] main playlist debug: using playlist export module "export"
[00000357] main playlist debug: TIMER module_Need() : 1.420 ms - Total 1.420 ms / 1 intvls (Avg 1.420 ms)
[00000357] main playlist debug: removing module "export"
[00000382] main preparser debug: thread ended
[00000382] main preparser debug: thread 3073518480 joined (playlist/engine.c:521)
[00000383] main fetcher debug: thread ended
[00000383] main fetcher debug: thread 3059366800 joined (playlist/engine.c:523)
[00000357] main playlist debug: thread ended
[00000357] main playlist debug: thread 3050974096 joined (libvlc.c:993)
[00000382] main preparser debug: Destroyed
[00000383] main fetcher debug: Destroyed
[00000357] main playlist debug: Destroyed
[00000001] main libvlc debug: removing interaction
[00000356] main interaction debug: thread ended
[00000356] main interaction debug: thread 3081911184 joined (interface/interaction.c:400)
[00000001] main libvlc debug: removing all video outputs
[00000001] main libvlc debug: TIMER ML Load : Total 46.091 ms / 1 intvls (Avg 46.091 ms)
[00000001] main libvlc debug: TIMER Items array build : Total 0.434 ms / 2 intvls (Avg 0.217 ms)
[00000001] main libvlc debug: TIMER ML Dump : Total 1.974 ms / 1 intvls (Avg 1.974 ms)
[00000001] main libvlc debug: removing stats
[00000001] main libvlc debug: removing module "memcpymmxext"
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: opening config file (/home/sblee/.config/vlc/vlcrc)
[00000001] main libvlc debug: writing plugins cache /home/sblee/.cache/vlc/plugins-04041e.dat