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