Streaming multiple files from a single VLC process - Linux

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Streaming multiple files from a single VLC process - Linux

Postby Poogy » 28 Sep 2006 10:13

:?: Lo,

I'm trying to stream 3 movies in a multicast mode, following the example in the manual - but no joy... (for too many hours... :-))

What am I'm doing wrong??

Thanks!

Command used: vlc --vlm-conf vlc.cfg -I telnet

vlc.cfg:
new channel1 broadcast enabled
setup channel1 input /home/icmovie/Movies/mpeg2.ts
setup channel1 output #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="Channel 1"}

new channel2 broadcast enabled
setup channel2 input /home/icmovie/Movies/mpeg2.mpg
setup channel2 output #standard{mux=ts,access=udp,dst=239.255.1.2,sap,name="Channel 2"}

new channel3 broadcast enabled
setup channel3 input /home/icmovie/Movies/H264.ts
setup channel3 output #standard{mux=ts,access=udp,dst=239.255.1.3,sap,name="Channel 3"}

control channel1 play
control channel2 play
control channel3 play

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 28 Sep 2006 10:33

What do you mean by "no joy" ? what happens ?
You should use the -vvv flag
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 28 Sep 2006 12:44

No joy means that I can't watch the movies with vlc player... works great when I stream one file in each process...

Thanks for your support!

debug trace looks as follows:

[00000270] access_output_udp private debug: udp access output opened(:1234)
[00000230] main module debug: using sout access module "access_output_udp"
[00000264] stream_out_standard private debug: access opened
[00000317] main private debug: looking for sout mux module: 1 candidate
[00000317] mux_ts private debug: Open
[00000317] mux_ts private debug: shaping=200000 pcr=30000 dts_delay=200000
[00000317] mux_ts private debug: invalid csa ck (it must be 16 chars long)
[00000012] main module debug: using sout mux module "mux_ts"
[00000263] main stream output debug: muxer support adding stream at any time
[00000264] stream_out_standard private debug: mux opened
[00000236] main module debug: using sout stream module "stream_out_standard"
[00000254] main input debug: `/home/icmovie/Movies/brokeback.mpg' gives access `' demux `' path `/home/icmovie/Movies/brokeback.mpg'
[00000254] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/brokeback.mpg'
[00000318] main demuxer debug: looking for access_demux module: 2 candidates
[00000254] main input debug: creating access '' path='/home/icmovie/Movies/brokeback.mpg'
[00000319] main access debug: looking for access2 module: 4 candidates
[00000319] vcd access debug: trying .cue file: /home/icmovie/Movies/brokeback.cue
[00000319] access_file access debug: opening file `/home/icmovie/Movies/brokeback.mpg'
[00000020] main module debug: using access2 module "access_file"
[00000320] main private debug: pre buffering
[00000320] main private debug: received first data for our buffer
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000320] main private debug: prebuffering done 1408981 bytes in 0s - 102043 kbytes/s
[00000254] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/brokeback.mpg'
[00000321] main demuxer debug: looking for demux2 module: 37 candidates
[00000321] main demuxer debug: looking for id3 module: 2 candidates
[00000321] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
[00000173] main module debug: using demux2 module "ts"
[00000253] main input debug: looking for a subtitle file in /home/icmovie/Movies/
[00000277] ts demuxer debug: DEMUX_SET_GROUP 0 (nil)
[00000253] main input debug: starting in synch mode
[00000253] main input debug: `/home/icmovie/Movies/mpeg2.ts' sucessfully opened
[00000277] ts demuxer debug: pid[49] unknown
[00000277] ts demuxer debug: pid[54] unknown
[00000277] ts demuxer debug: pid[52] unknown
[00000277] ts demuxer debug: pid[48] unknown
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 0)
[00000277] ts demuxer debug: PATCallBack called
[00000277] ts demuxer debug: new PAT ts_id=1 version=0 current_next=1
[00000277] ts demuxer debug: * number=0 pid=16
[00000277] ts demuxer debug: * number=3 pid=48
libdvbpsi error (PSI decoder): TS discontinuity (received 15, expected 0)
[00000277] ts demuxer debug: PMTCallBack called
[00000277] ts demuxer debug: new PMT program number=3 version=0 pid_pcr=49
[00000277] ts demuxer debug: * es pid=49 type=2 fcc=mpgv
[00000253] main input debug: selecting program id=3
[00000322] main packetizer debug: looking for packetizer module: 16 candidates
[00000143] main module debug: using demux2 module "ps"
[00000254] main input debug: looking for a subtitle file in /home/icmovie/Movies/
[00000254] main input debug: starting in synch mode
[00000254] main input debug: `/home/icmovie/Movies/brokeback.mpg' sucessfully opened
[00000254] main input debug: selecting program id=0
[00000328] main packetizer debug: looking for packetizer module: 16 candidates
Segmentation fault
VODSERVER:~# vlc --vlm-conf vlc.cfg -I telnet -vvv 2>log
Segmentation fault
VODSERVER:~# more log
VLC media player 0.8.2-svn Janus
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000000] main root debug: VLC media player - version 0.8.2-svn Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release
--prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-q
t --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozil
la --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwindows --w
ith-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-free
type --enable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts -
-enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --
enable-ncurses --enable-faad --with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-
svgalib --enable-dvd --without-dvdcss
[00000001] main vlc debug: translation test: code is "en_GB"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000246] main playlist debug: waiting for thread completion
[00000246] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:149)
[00000247] main private debug: waiting for thread completion
[00000247] main private debug: thread 32771 (preparser) created at priority 0 (src/playlist/playlist.c:171)
[00000248] main interface debug: looking for interface module: 1 candidate
[00000131] main module debug: using interface module "hotkeys"
[00000248] main interface debug: interface initialized
[00000248] main interface debug: thread 49156 (interface) created at priority 0 (src/interface/interface.c:211)
[00000250] main interface debug: looking for interface module: 6 candidates
[00000250] main interface: creating vlm
[00000252] main vlm debug: thread 65541 (vlm thread) created at priority 0 (src/misc/vlm.c:104)
[00000250] main interface debug: loading vlm conf ...
[00000250] main interface debug: load vlc.cfg
[00000253] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="Channel 1"}
[00000253] main input debug: waiting for thread completion
[00000253] main input debug: thread 81926 (input) created at priority 0 (src/input/input.c:227)
[00000254] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.2,sap,name="Channel 2"}
[00000255] main stream output debug: stream=`standard'
[00000256] main private debug: looking for sout stream module: 1 candidate
[00000256] main private debug: set sout option: sout-standard-mux to ts
[00000256] main private debug: set sout option: sout-standard-access to udp
[00000256] main private warning: option dst is unknown
[00000256] main private debug: set sout option: sout-standard-sap to (null)
[00000256] main private debug: set sout option: sout-standard-name to Channel 1
[00000256] stream_out_standard private debug: creating `udp/ts://(null)'
[00000256] stream_out_standard private debug: using `udp/ts://(null)'
[00000258] main private debug: looking for sout access module: 1 candidate
[00000254] main input debug: waiting for thread completion
[00000260] main private debug: looking for network module: 2 candidates
[00000260] ipv4 private debug: socket buffer size is 0x35800 instead of 0x80000
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000254] main input debug: thread 98311 (input) created at priority 0 (src/input/input.c:227)
[00000262] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.3,sap,name="Channel 3"}
[00000263] main stream output debug: stream=`standard'
[00000264] main private debug: looking for sout stream module: 1 candidate
[00000264] main private debug: set sout option: sout-standard-mux to ts
[00000264] main private debug: set sout option: sout-standard-access to udp
[00000264] main private warning: option dst is unknown
[00000264] main private debug: set sout option: sout-standard-sap to (null)
[00000264] main private debug: set sout option: sout-standard-name to Channel 2
[00000264] stream_out_standard private debug: creating `udp/ts://(null)'
[00000264] stream_out_standard private debug: using `udp/ts://(null)'
[00000265] main private debug: looking for sout access module: 1 candidate
[00000266] main private debug: looking for network module: 2 candidates
[00000266] ipv4 private debug: socket buffer size is 0x35800 instead of 0x80000
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000260] main private debug: thread 114696 (sout write thread) created at priority 0 (udp.c:277)
[00000258] access_output_udp private debug: udp access output opened(:1234)
[00000230] main module debug: using sout access module "access_output_udp"
[00000256] stream_out_standard private debug: access opened
[00000267] main private debug: looking for sout mux module: 1 candidate
[00000267] mux_ts private debug: Open
[00000267] mux_ts private debug: shaping=200000 pcr=30000 dts_delay=200000
[00000267] mux_ts private debug: invalid csa ck (it must be 16 chars long)
[00000012] main module debug: using sout mux module "mux_ts"
[00000255] main stream output debug: muxer support adding stream at any time
[00000256] stream_out_standard private debug: mux opened
[00000236] main module debug: using sout stream module "stream_out_standard"
[00000253] main input debug: `/home/icmovie/Movies/mpeg2.ts' gives access `' demux `' path `/home/icmovie/Movies/mpeg2.ts'
[00000253] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/mpeg2.ts'
[00000268] main demuxer debug: looking for access_demux module: 2 candidates
[00000253] main input debug: creating access '' path='/home/icmovie/Movies/mpeg2.ts'
[00000271] main access debug: looking for access2 module: 4 candidates
[00000271] vcd access debug: trying .cue file: /home/icmovie/Movies/mpeg2.cue
[00000271] access_file access debug: opening file `/home/icmovie/Movies/mpeg2.ts'
[00000020] main module debug: using access2 module "access_file"
[00000276] main private debug: pre buffering
[00000276] main private debug: received first data for our buffer
[00000276] main private debug: prebuffering done 1408981 bytes in 0s - 110270 kbytes/s
[00000253] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/mpeg2.ts'
[00000277] main demuxer debug: looking for demux2 module: 37 candidates
[00000277] main demuxer debug: looking for id3 module: 2 candidates
[00000277] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
[00000262] main input debug: waiting for thread completion
[00000266] main private debug: thread 147466 (sout write thread) created at priority 0 (udp.c:277)
[00000265] access_output_udp private debug: udp access output opened(:1234)
[00000230] main module debug: using sout access module "access_output_udp"
[00000264] stream_out_standard private debug: access opened
[00000296] main private debug: looking for sout mux module: 1 candidate
[00000296] mux_ts private debug: Open
[00000296] mux_ts private debug: shaping=200000 pcr=30000 dts_delay=200000
[00000296] mux_ts private debug: invalid csa ck (it must be 16 chars long)
[00000012] main module debug: using sout mux module "mux_ts"
[00000263] main stream output debug: muxer support adding stream at any time
[00000264] stream_out_standard private debug: mux opened
[00000236] main module debug: using sout stream module "stream_out_standard"
[00000254] main input debug: `/home/icmovie/Movies/brokeback.mpg' gives access `' demux `' path `/home/icmovie/Movies/brokebac
k.mpg'
[00000254] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/brokeback.mpg'
[00000297] main demuxer debug: looking for access_demux module: 2 candidates
[00000254] main input debug: creating access '' path='/home/icmovie/Movies/brokeback.mpg'
[00000298] main access debug: looking for access2 module: 4 candidates
[00000298] vcd access debug: trying .cue file: /home/icmovie/Movies/brokeback.cue
[00000298] access_file access debug: opening file `/home/icmovie/Movies/brokeback.mpg'
[00000020] main module debug: using access2 module "access_file"
[00000299] main private debug: pre buffering
[00000299] main private debug: received first data for our buffer
[00000299] main private debug: prebuffering done 1408981 bytes in 0s - 115326 kbytes/s
[00000254] main input debug: creating demux: access='' demux='' path='/home/icmovie/Movies/brokeback.mpg'
[00000300] main demuxer debug: looking for demux2 module: 37 candidates
[00000300] main demuxer debug: looking for id3 module: 2 candidates
[00000300] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
[00000262] main input debug: thread 131081 (input) created at priority 0 (src/input/input.c:227)
[00000250] telnet interface: Using the VLM interface plugin...
[00000250] main interface debug: net: listening to ':4212'
[00000250] main interface debug: looking for network module: 2 candidates
[00000250] ipv4 interface error: cannot bind socket (Address already in use)
[00000303] main stream output debug: stream=`standard'
[00000304] main private debug: looking for sout stream module: 1 candidate
[00000304] main private debug: set sout option: sout-standard-mux to ts
[00000304] main private debug: set sout option: sout-standard-access to udp
[00000304] main private warning: option dst is unknown
[00000304] main private debug: set sout option: sout-standard-sap to (null)
[00000304] main private debug: set sout option: sout-standard-name to Channel 3
[00000304] stream_out_standard private debug: creating `udp/ts://(null)'
[00000304] stream_out_standard private debug: using `udp/ts://(null)'
[00000305] main private debug: looking for sout access module: 1 candidate
[00000306] main private debug: looking for network module: 2 candidates
[00000306] ipv4 private debug: socket buffer size is 0x35800 instead of 0x80000
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000173] main module debug: using demux2 module "ts"
[00000253] main input debug: looking for a subtitle file in /home/icmovie/Movies/
[00000277] ts demuxer debug: DEMUX_SET_GROUP 0 (nil)
[00000253] main input debug: starting in synch mode
[00000253] main input debug: `/home/icmovie/Movies/mpeg2.ts' sucessfully opened
[00000277] ts demuxer debug: pid[49] unknown
[00000277] ts demuxer debug: pid[54] unknown
[00000277] ts demuxer debug: pid[52] unknown
[00000277] ts demuxer debug: pid[48] unknown
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 0)
[00000277] ts demuxer debug: PATCallBack called
[00000277] ts demuxer debug: new PAT ts_id=1 version=0 current_next=1
[00000277] ts demuxer debug: * number=0 pid=16
[00000277] ts demuxer debug: * number=3 pid=48
VODSERVER:~# vi log
VLC media player 0.8.2-svn Janus
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000000] main root debug: VLC media player - version 0.8.2-svn Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release --prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwindows --with-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-freetype --enable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts --enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --enable-ncurses --enable-faad --with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-svgalib --enable-dvd --without-dvdcss
[00000001] main vlc debug: translation test: code is "en_GB"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000246] main playlist debug: waiting for thread completion
[00000246] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:149)
[00000247] main private debug: waiting for thread completion

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 28 Sep 2006 13:25

I haven"t read it yet, but could you try by using a up-to-date version of vlc (like 0.8.5) AND not as a root ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 28 Sep 2006 13:50

Tried diffrerent user - still doesn't work. Will try to upgrade to 0.8.5

Thanks!


[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000000] main root debug: VLC media player - version 0.8.2-svn Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release
--prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-q
t --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozil
la --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwindows --w
ith-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-free
type --enable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts -
-enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --
enable-ncurses --enable-faad --with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-
svgalib --enable-dvd --without-dvdcss
[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/icmovie/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000246] main playlist debug: waiting for thread completion
[00000246] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:149)
[00000247] main private debug: waiting for thread completion
[00000247] main private debug: thread 32771 (preparser) created at priority 0 (src/playlist/playlist.c:171)
[00000248] main interface debug: looking for interface module: 1 candidate
[00000131] main module debug: using interface module "hotkeys"
[00000248] main interface debug: interface initialized
[00000248] main interface debug: thread 49156 (interface) created at priority 0 (src/interface/interface.c:211)
[00000250] main interface debug: looking for interface module: 6 candidates
[00000250] main interface: creating vlm
[00000252] main vlm debug: thread 65541 (vlm thread) created at priority 0 (src/misc/vlm.c:104)
[00000250] main interface debug: loading vlm conf ...
[00000250] main interface debug: load vlc.cfg
[00000253] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="Channel 1"}
[00000253] main input debug: waiting for thread completion
[00000253] main input debug: thread 81926 (input) created at priority 0 (src/input/input.c:227)
[00000254] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.2,sap,name="Channel 2"}
[00000255] main stream output debug: stream=`standard'
[00000256] main private debug: looking for sout stream module: 1 candidate
[00000254] main input debug: waiting for thread completion
[00000256] main private debug: set sout option: sout-standard-mux to ts
[00000256] main private debug: set sout option: sout-standard-access to udp
[00000256] main private warning: option dst is unknown
[00000256] main private debug: set sout option: sout-standard-sap to (null)
[00000256] main private debug: set sout option: sout-standard-name to Channel 1
[00000256] stream_out_standard private debug: creating `udp/ts://(null)'
[00000256] stream_out_standard private debug: using `udp/ts://(null)'
[00000258] main private debug: looking for sout access module: 1 candidate
[00000260] main private debug: looking for network module: 2 candidates
[00000260] ipv4 private debug: socket buffer size is 0x35800 instead of 0x80000
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000254] main input debug: thread 98311 (input) created at priority 0 (src/input/input.c:227)
[00000262] main input debug: set input option: sout to #standard{mux=ts,access=udp,dst=239.255.1.3,sap,name="Channel 3"}
[00000263] main stream output debug: stream=`standard'
[00000264] main private debug: looking for sout stream module: 1 candidate
[00000264] main private debug: set sout option: sout-standard-mux to ts
[00000264] main private debug: set sout option: sout-standard-access to udp
[00000264] main private warning: option dst is unknown
[00000264] main private debug: set sout option: sout-standard-sap to (null)
[00000264] main private debug: set sout option: sout-standard-name to Channel 2
[00000264] stream_out_standard private debug: creating `udp/ts://(null)'
[00000264] stream_out_standard private debug: using `udp/ts://(null)'
[00000265] main private debug: looking for sout access module: 1 candidate
[00000266] main private debug: looking for network module: 2 candidates
[00000266] ipv4 private debug: socket buffer size is 0x35800 instead of 0x80000
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000260] main private debug: thread 114696 (sout write thread) created at priority 0 (udp.c:277)
[00000258] access_output_udp private debug: udp access output opened(:1234)
[00000230] main module debug: using sout access module "access_output_udp"
[00000256] stream_out_standard private debug: access opened
[00000267] main private debug: looking for sout mux module: 1 candidate
[00000267] mux_ts private debug: Open
[00000267] mux_ts private debug: shaping=200000 pcr=30000 dts_delay=200000
[00000267] mux_ts private debug: invalid csa ck (it must be 16 chars long)
[00000012] main module debug: using sout mux module "mux_ts"
[00000255] main stream output debug: muxer support adding stream at any time
[00000256] stream_out_standard private debug: mux opened
[00000236] main module debug: using sout stream module "stream_out_standard"
[00000253] main input debug: `./Movies/mpeg2.ts' gives access `' demux `' path `./Movies/mpeg2.ts'
[00000253] main input debug: creating demux: access='' demux='' path='./Movies/mpeg2.ts'
[00000268] main demuxer debug: looking for access_demux module: 2 candidates
[00000253] main input debug: creating access '' path='./Movies/mpeg2.ts'
[00000271] main access debug: looking for access2 module: 4 candidates
[00000271] vcd access debug: trying .cue file: ./Movies/mpeg2.cue
[00000271] access_file access debug: opening file `./Movies/mpeg2.ts'
[00000020] main module debug: using access2 module "access_file"
[00000276] main private debug: pre buffering
[00000276] main private debug: received first data for our buffer
[00000276] main private debug: prebuffering done 1408981 bytes in 0s - 113649 kbytes/s
[00000253] main input debug: creating demux: access='' demux='' path='./Movies/mpeg2.ts'
[00000277] main demuxer debug: looking for demux2 module: 37 candidates
[00000277] main demuxer debug: looking for id3 module: 2 candidates
[00000277] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
[00000262] main input debug: waiting for thread completion
[00000266] main private debug: thread 147466 (sout write thread) created at priority 0 (udp.c:277)
[00000265] access_output_udp private debug: udp access output opened(:1234)
[00000230] main module debug: using sout access module "access_output_udp"
[00000264] stream_out_standard private debug: access opened
[00000296] main private debug: looking for sout mux module: 1 candidate
[00000296] mux_ts private debug: Open
[00000296] mux_ts private debug: shaping=200000 pcr=30000 dts_delay=200000
[00000296] mux_ts private debug: invalid csa ck (it must be 16 chars long)
[00000012] main module debug: using sout mux module "mux_ts"
[00000263] main stream output debug: muxer support adding stream at any time
[00000264] stream_out_standard private debug: mux opened
[00000236] main module debug: using sout stream module "stream_out_standard"
[00000254] main input debug: `./Movies/brokeback.mpg' gives access `' demux `' path `./Movies/brokeback.mpg'
[00000254] main input debug: creating demux: access='' demux='' path='./Movies/brokeback.mpg'
[00000297] main demuxer debug: looking for access_demux module: 2 candidates
[00000254] main input debug: creating access '' path='./Movies/brokeback.mpg'
[00000298] main access debug: looking for access2 module: 4 candidates
[00000298] vcd access debug: trying .cue file: ./Movies/brokeback.cue
[00000298] access_file access debug: opening file `./Movies/brokeback.mpg'
[00000020] main module debug: using access2 module "access_file"
[00000299] main private debug: pre buffering
[00000299] main private debug: received first data for our buffer
[00000299] main private debug: prebuffering done 1408981 bytes in 0s - 114244 kbytes/s
[00000254] main input debug: creating demux: access='' demux='' path='./Movies/brokeback.mpg'
[00000300] main demuxer debug: looking for demux2 module: 37 candidates
[00000300] main demuxer debug: looking for id3 module: 2 candidates
[00000300] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
[00000173] main module debug: using demux2 module "ts"
[00000253] main input debug: looking for a subtitle file in ./Movies/
[00000277] ts demuxer debug: DEMUX_SET_GROUP 0 (nil)
[00000253] main input debug: starting in synch mode
[00000253] main input debug: `./Movies/mpeg2.ts' sucessfully opened
[00000277] ts demuxer debug: pid[49] unknown
[00000277] ts demuxer debug: pid[54] unknown
[00000277] ts demuxer debug: pid[52] unknown
[00000277] ts demuxer debug: pid[48] unknown
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 0)
[00000277] ts demuxer debug: PATCallBack called
[00000277] ts demuxer debug: new PAT ts_id=1 version=0 current_next=1
[00000277] ts demuxer debug: * number=0 pid=16
[00000277] ts demuxer debug: * number=3 pid=48
[00000262] main input debug: thread 131081 (input) created at priority 0 (src/input/input.c:227)
[00000250] telnet interface: Using the VLM interface plugin...
[00000250] main interface debug: net: listening to ':4212'
[00000250] main interface debug: looking for network module: 2 candidates
[00000192] main module debug: using network module "ipv4"
[00000192] main module debug: unlocking module "ipv4"
[00000250] telnet interface: Telnet interface started on port: 4212
[00000130] main module debug: using interface module "telnet"
[00000250] main interface debug: interface initialized
[00000315] main stream output debug: stream=`standard'
[00000316] main private debug: looking for sout stream module: 1 candidate
[00000316] main private debug: set sout option: sout-standard-mux to ts
icmovie@VODSERVER:~$ vi log
VLC media player 0.8.2-svn Janus
[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/icmovie/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000000] main root debug: VLC media player - version 0.8.2-svn Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release --prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwindows --with-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-freetype --enable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts --enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --enable-ncurses --enable-faad --with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-svgalib --enable-dvd --without-dvdcss
[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/icmovie/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 198 modules
[00000001] main vlc debug: opening config file /home/icmovie/.vlc/vlcrc
[00000001] main vlc warning: config file /home/icmovie/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000246] main playlist debug: waiting for thread completion
[00000246] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:149)
[00000247] main private debug: waiting for thread completion

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 28 Sep 2006 13:58

tried to upgrade to the "Debian unstable (sid)"... but it's still 0.8.2

Is there a binary for 0.8.5??

Thanks again!

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 28 Sep 2006 21:23

Sid is 0.8.5 or 0.8.6-svn
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 29 Sep 2006 15:18

Lo again,

I'm trying to install 0.8.5 (apt-get) from the following sources:

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

But I still get 0.8.2....

Do I have to complie 0.8.5 to be able to use it?

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 29 Sep 2006 17:21

0.8.6-svn is in the debian archive (like ftp.debian.org or whatever) for sid. You should only need apt-get update && apt-get install vlc
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 29 Sep 2006 18:23

Seems like I'm missing something...
When I'm trying to apt-get install the sid, I still see in the trace that I'm getting the sarge release... 0.8.1

Sources are:

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

Strange...

Thanks!

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 29 Sep 2006 18:32

http://packages.debian.org/unstable/graphics/vlc

Seems like you forgot to apt-get update or something.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 29 Sep 2006 23:26

It's probably a stupid mistake, but I can't understand what's getting wrong...

This is what I do:


DANSERVER:~# apt-get update
Hit http://ftp.debian.org stable/main Packages
Hit http://ftp.debian.org stable/main Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://security.debian.org stable/updates/contrib Release
Hit http://download.videolan.org sid/main Packages
Ign http://download.videolan.org sid/main Release
Hit http://download.videolan.org sid/main Sources
Ign http://download.videolan.org sid/main Release
Hit http://www.backports.org sarge-backports/main Packages
Get:1 http://www.backports.org sarge-backports/main Release [137B]
Hit http://www.backports.org sarge-backports/contrib Packages
Get:2 http://www.backports.org sarge-backports/contrib Release [140B]
Hit http://www.backports.org sarge-backports/non-free Packages
Get:3 http://www.backports.org sarge-backports/non-free Release [141B]
Fetched 418B in 9s (45B/s)
Reading Package Lists... Done
DANSERVER:~# apt-get install vlc libdvdcss2
Reading Package Lists... Done
Building Dependency Tree... Done
vlc is already the newest version.
libdvdcss2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

and sources file:

DANSERVER:~# more /etc/apt/sources.list
#deb file:///cdrom/ sarge main

#deb cdrom:[Debian GNU/Linux 3.1 r3 _Sarge_ - Official i386 Binary-2 (20060905)]
/ unstable contrib main
#deb cdrom:[Debian GNU/Linux 3.1 r3 _Sarge_ - Official i386 Binary-1 (20060905)]
/ unstable contrib main

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

deb http://ftp.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main contrib

deb http://www.backports.org/debian/ sarge-backports main contrib non-free

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 30 Sep 2006 21:22

VLC binaries are not on the VideoLAN mirrors. They're in the debian archive.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 01 Oct 2006 13:13

Thanks.

I understand though I got confused...

I'd like to upgrade my VLC to vesion 0.8.5.... apt-get won't get me there.

You worte before that I don't have to recompile the complete package.

So what's the way forward??

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Postby funman » 01 Oct 2006 15:12

remove

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

from your sources.list and it should be ok

Poogy
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Sep 2006 23:01

Postby Poogy » 01 Oct 2006 19:54

Solved! Thanks.

I had to upgrade the debian version to SID and then it's easy to upgrade the VLC to 0.8.6 (SID version).

On 0.8.6 the example in the notes of playing multiple files from a single process is working!

Regards


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 27 guests