how should i compile it to have udp support ?
the error is is here
no access_demux module matched "udp"
Code: Select all
[00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/opt/vlc' '--enable-a52' '--enable-dvbpsi' '--enable-ogg' '--enable-vorbis' '--disable-slp' '--enable-flac' '--enable-mkv' '--enable-mod' '--enable-theora' '--enable-ffmpeg' '--enable-ncurses' '--enable-mpc' '--enable-vcd' '--enable-vcdx' '--enable-notify' '--enable-debug' '--enable-x264' '--enable-faad' '--disable-zvbi' '--disable-glx' '--disable-fribidi'
[00000001] main libvlc debug: translation test: code is "C"
[00000621] inhibit interface error: Failed to connect to the D-Bus session daemon: Failed to execute dbus-launch to autolaunch D-Bus session
[00000621] main interface warning: no interface module matching "inhibit,none" could be loaded
[00000621] main interface error: no suitable interface module
[00000001] main libvlc error: interface "inhibit,none" initialization failed
[00000623] dummy interface: using the dummy interface module...
[00000639] main generic: creating httpd
[00000652] main demux warning: no access_demux module matched "udp"
signal 2 received, terminating vlc - do it again quickly in case it gets stuck
[00000655] main stream error: cannot pre fill buffer
[00000632] main input warning: cannot create a stream_t from access
Code: Select all
cvlc -v udp://@:1212 --sout '#transcode{vcodec=FLV1,acodec=mpga,samplerate=44100,venc=ffmpeg{keyint=80,hurry-up,vt=80000}}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:1234/stream.flv}'