sout issue

About encoding, codec settings, muxers and filter usage
omide
New Cone
New Cone
Posts: 2
Joined: 22 Sep 2008 22:08

sout issue

Postby omide » 22 Sep 2008 22:15

Hello
I have the following issue
i want to brodcast a tv program from my tv tunner over my network, and i have the following issue
[00000001] main libvlc debug: translation test: code is "C"
[00000402] inhibit interface error: Failed to connect to the D-Bus session daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.

[00000402] main interface warning: no interface module matching "inhibit,none" could be loaded
[00000402] main interface error: no suitable interface module
[00000001] main libvlc error: interface "inhibit,none" initialization failed
[00000404] screensaver interface warning: failed to connect to the D-BUS daemon: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.

[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000408] qt4 interface error: Could not connect to X server
[00000408] skins2 interface error: Cannot open display
[00000408] skins2 interface error: cannot initialize OSFactory
Remote control interface initialized. Type `help' for help.
[00000425] main access out error: no sout access module matched "rtp"
[00000423] stream_out_standard stream out error: no suitable sout access module for `rtp/ts://224.5.8.8:1234'
[00000423] main stream out warning: no sout stream module matching "std" could be loaded
[00000421] stream_out_duplicate stream out error: no destination given
[00000421] main stream out warning: no sout stream module matching "duplicate" could be loaded
[00000418] stream_out_transcode stream out error: cannot create chain
[00000418] main stream out warning: no sout stream module matching "transcode" could be loaded
[00000417] main stream output error: stream chain failed for `transcode{vcodec=mp4v,ab=192,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=224.5.8.8:1234}}'
[00000416] main input error: cannot start stream output instance, aborting
[00000432] main access out error: no sout access module matched "rtp"
[00000431] stream_out_standard stream out error: no suitable sout access module for `rtp/ts://224.5.8.8:1234'
[00000431] main stream out warning: no sout stream module matching "std" could be loaded
[00000430] stream_out_duplicate stream out error: no destination given
[00000430] main stream out warning: no sout stream module matching "duplicate" could be loaded
[00000428] stream_out_transcode stream out error: cannot create chain
[00000428] main stream out warning: no sout stream module matching "transcode" could be loaded
[00000427] main stream output error: stream chain failed for `transcode{vcodec=mp4v,ab=192,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=224.5.8.8:1234}}'
[00000426] main input error: cannot start stream output instance, aborting

my commnad is
vlc -vvv v4l2:// v4l2-dev=/dev/video0 :v4l2-tuner-frequency=25225 :v4l2-standard=2
--sout '#transcode{vcodec=mp4v,ab=192,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=224.5.8.8:1234}}'

I have read many topics but i can't resolve my issue
what i do wrong/

thank you

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: sout issue

Postby thannoy » 22 Sep 2008 22:43

Which version of 0.9 are you using? You could try to clear your plugin cache if you recently switched to 0.9:

Code: Select all

vlc --reset-plugins-cache
I think the cache could be the problem since your debug output says it can't find sout output modules.

NB:
I don't know if the "access=rtp" parameter is being deprecated or not, but another syntax exists:

Code: Select all

--sout '#transcode{... ...}:duplicate{dst=rtp{mux=ts,dst=224.5.8.8:1234}}'
equals to

Code: Select all

--sout '#transcode{... ...}:rtp{mux=ts,dst=224.5.8.8:1234}'
link:
http://wiki.videolan.org/Documentation: ... d_Line#rtp

Rémi Denis-Courmont
Developer
Developer
Posts: 15267
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: sout issue

Postby Rémi Denis-Courmont » 22 Sep 2008 22:55

* The "rtp" access output module has been removed.
Please use the RTP stream output instead, e.g.:
Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 11 guests