VLC 081 vs 062, dump the mpeg2 multicast stream

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
toner303
New Cone
New Cone
Posts: 7
Joined: 25 Jul 2004 14:52
Location: Germany
Contact:

VLC 081 vs 062, dump the mpeg2 multicast stream

Postby toner303 » 07 Feb 2005 17:37

Holá !

I've tried to update my VLC/VLS System to VLC 0.8.1.
After compiling with no error messages I've tried to call the VLC to dump the mpeg2 stream from my VLS via multicast.
But : my old VLC 0.6.2. runs fine. No furhter Problems. Just the new VLC won't start dumping...

A ping from the new and the old client works to the vls, and backwards.

Now I hope someone can help me here... Here are some verbose-messages :

What means : [00000413] main demuxer warning: no access_demux module matched "udp" ?

VLCneu:/space/tom/vlc-0.8.1 # vlc -I dummy -vv udp:@224.0.0.31:1234 --sout '#duplicate{dst=std{access=file,mux=ps,url="/space/tom/where2live.mpeg"}}'
VLC media player 0.8.1 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 321 modules
[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.1 Janus - (c) 1996-2004 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --prefix=/usr --enable-wxwindows --enable-ffmpeg=no
[00000001] main vlc debug: translation test: code is "C"
[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 321 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 SSE2 FPU
[00000001] main vlc debug: looking for memcpy module
[00000001] main vlc debug: probing 4 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000391] main playlist debug: creating group Normal with id 1 at position 0
[00000391] main playlist debug: waiting for thread completion
[00000391] main playlist debug: thread 1080982448 (playlist) created at priority 0 (src/playlist/playlist.c:107)
[00000392] main interface debug: looking for interface module
[00000392] main interface debug: probing 2 candidates
[00000051] main module debug: using interface module "hotkeys"
[00000392] main interface debug: interface initialized
[00000392] main interface debug: thread 1083104176 (interface) created at priority 0 (src/interface/interface.c:209)
[00000391] main playlist debug: adding playlist item `udp:@224.0.0.31:1234' ( udp:@224.0.0.31:1234 )
[00000394] main interface debug: looking for interface module
[00000394] main interface debug: probing 8 candidates
[00000394] dummy interface: Using the dummy interface module...
[00000026] main module debug: using interface module "dummy"
[00000394] main interface debug: interface initialized
[00000391] main playlist debug: creating new input thread
[00000403] main input debug: waiting for thread completion
[00000403] main input debug: thread 1085221808 (input) created at priority 0 (src/input/input.c:228)
[00000394] main interface debug: thread 1087323056 (manager) created at priority 0 (src/interface/interface.c:194)
[00000404] main stream output debug: stream=`duplicate'
[00000405] main private debug: looking for sout stream module
[00000405] main private debug: probing 2 candidates
[00000405] stream_out_duplicate private debug: creating 'duplicate'
[00000405] stream_out_duplicate private debug: * adding `std{access=file,mux=ps,url="/space/tom/where2live.mpeg"}'
[00000404] main stream output debug: stream=`std'
[00000407] main private debug: looking for sout stream module
[00000407] main private debug: probing 2 candidates
[00000407] main private debug: set sout option: sout-standard-access to file
[00000407] main private debug: set sout option: sout-standard-mux to ps
[00000407] main private debug: set sout option: sout-standard-url to /space/tom/where2live.mpeg
[00000407] stream_out_standard private debug: creating `file/ps:///space/tom/where2live.mpeg'
[00000407] stream_out_standard private debug: extention is mpeg
[00000407] stream_out_standard private debug: extention -> mux=ps
[00000407] stream_out_standard private debug: using `file/ps:///space/tom/where2live.mpeg'
[00000409] main private debug: looking for sout access module
[00000409] main private debug: probing 2 candidates
[00000409] access_output_file private debug: file access output opened (`/space/tom/where2live.mpeg')
[00000056] main module debug: using sout access module "access_output_file"
[00000407] stream_out_standard private debug: access opened
[00000411] main private debug: looking for sout mux module
[00000411] main private debug: probing 2 candidates
[00000411] mux_ps private: Open
[00000018] main module debug: using sout mux module "mux_ps"
[00000404] main stream output debug: muxer support adding stream at any time
[00000404] main stream output debug: muxer prefers waiting for all ES before starting muxing
[00000407] stream_out_standard private debug: mux opened
[00000156] main module debug: using sout stream module "stream_out_standard"
[00000161] main module debug: using sout stream module "stream_out_duplicate"
[00000403] main input debug: `udp:@224.0.0.31:1234' gives access `udp' demux `' path `@224.0.0.31:1234'
[00000403] main input debug: demux2_New: access='udp' demux='' path='@224.0.0.31:1234'
[00000413] main demuxer debug: looking for access_demux module
[00000413] main demuxer debug: probing 0 candidates
[00000413] main demuxer warning: no access_demux module matched "udp"
[00000403] main input debug: access2_New: access='udp' path='@224.0.0.31:1234'
[00000414] main access debug: looking for access2 module
[00000414] main access debug: probing 10 candidates
[00000414] access_udp access debug: opening server=:0 local=224.0.0.31:1234
[00000414] main access debug: net: connecting to ':0@224.0.0.31:1234'
[00000414] main access debug: looking for network module
[00000414] main access debug: probing 4 candidates
[00000414] ipv4 access debug: socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv4 access debug: IP_ADD_MEMBERSHIP multicast request
[00000414] ipv4 access error: failed to join IP multicast group (No such device)
[00000414] ipv4 access debug: socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv4 access debug: IP_ADD_MEMBERSHIP multicast request
[00000414] ipv4 access error: failed to join IP multicast group (No such device)
[00000414] ipv6 access warning: Socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv6 access warning: IPv6 error: unknown host 224.0.0.31
[00000414] ipv6 access warning: Socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv6 access warning: IPv6 error: unknown host 224.0.0.31
[00000414] main access debug: net: connection to ':0@224.0.0.31:1234' failed
[00000414] access_udp access error: cannot open socket
[00000414] access_udp access debug: opening server=:0 local=224.0.0.31:1234
[00000414] main access debug: net: connecting to ':0@224.0.0.31:1234'
[00000414] main access debug: looking for network module
[00000414] main access debug: probing 4 candidates
[00000414] ipv4 access debug: socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv4 access debug: IP_ADD_MEMBERSHIP multicast request
[00000414] ipv4 access error: failed to join IP multicast group (No such device)
[00000414] ipv4 access debug: socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv4 access debug: IP_ADD_MEMBERSHIP multicast request
[00000414] ipv4 access error: failed to join IP multicast group (No such device)
[00000414] ipv6 access warning: Socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv6 access warning: IPv6 error: unknown host 224.0.0.31
[00000414] ipv6 access warning: Socket buffer size is 0x3fffe instead of 0x80000
[00000414] ipv6 access warning: IPv6 error: unknown host 224.0.0.31
[00000414] main access debug: net: connection to ':0@224.0.0.31:1234' failed
[00000414] access_udp access error: cannot open socket
[00000414] access_file access warning: cannot stat() file `@224.0.0.31:1234' (No such file or directory)
[00000414] access_file access warning: cannot stat() file `@224.0.0.31:1234' (No such file or directory)
[00000414] cdda access warning: could not open @224.0.0.31:1234
[00000414] cdda access warning: could not open @224.0.0.31:1234
[00000414] main access warning: no access2 module matching "udp" could be loaded
[00000403] main input error: no suitable access module for `udp:@224.0.0.31:1234'
[00000405] main private debug: destroying chain... (name=duplicate)
[00000405] stream_out_duplicate private debug: closing a duplication
[00000407] main private debug: destroying chain... (name=std)
[00000411] mux_ps private: Close
[00000018] main module debug: unlocking module "mux_ps"
[00000409] access_output_file private debug: file access output closed
[00000056] main module debug: unlocking module "access_output_file"
[00000156] main module debug: unlocking module "stream_out_standard"
[00000407] main private debug: destroying chain done
[00000161] main module debug: unlocking module "stream_out_duplicate"
[00000405] main private debug: destroying chain done
[00000403] main input debug: thread 1085221808 joined (src/input/input.c:290)

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

Postby dionoea » 07 Feb 2005 17:40

did you use make install ?

it is known that "make install"ing 2 versions of VLC will make VLC unusable. You have to delete the installed VLC first.

toner303
New Cone
New Cone
Posts: 7
Joined: 25 Jul 2004 14:52
Location: Germany
Contact:

Postby toner303 » 07 Feb 2005 17:41

It was/is a clean client. SuSE 9.2.

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 07 Feb 2005 18:29

hey

Could you try with udp://@224.0.0.31:1234 ?

And check that you have access_udp module with vlc -l

hth,
Xtophe

toner303
New Cone
New Cone
Posts: 7
Joined: 25 Jul 2004 14:52
Location: Germany
Contact:

Postby toner303 » 07 Feb 2005 18:40

No, no better results...

VLCneu:/space/tom/vlc-0.8.1 # vlc -I dummy -v udp://@224.0.0.31:1234 --sout '#duplicate{dst=std{access=file,mux=ps,url="/space/tom/where2live.mpeg"}}'
VLC media player 0.8.1 Janus
[00000394] dummy interface: Using the dummy interface module...
[00000411] mux_ps private: Open
[00000413] main demuxer warning: no access_demux module matched "udp"

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 07 Feb 2005 18:46

and for vlc -l ?
Xtophe

toner303
New Cone
New Cone
Posts: 7
Joined: 25 Jul 2004 14:52
Location: Germany
Contact:

Postby toner303 » 07 Feb 2005 19:05

Sorry... yes, -l returns the "access_udp"...

Now I think its a network problem. A ping to the Multicastaddress hangs. From my other machine the ping returns like a broadcast.

It's possible that the vlc-081 could not connect to the mcast IP...

markfm
Big Cone-huna
Big Cone-huna
Posts: 1536
Joined: 22 Feb 2004 17:42

Postby markfm » 07 Feb 2005 19:21

Any chance the new client has multiple NICs, that you need to do a "route add" to tell it which one to use for multicast reception?


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 12 guests