vlc is compiled with sudo ./configure --prefix=/opt/vlc --enable-v4l --enable-x264
and all goes OK until i try to create an mpeg4 http stream from the v4l input
Here is the command line
Code: Select all
/opt/vlc/bin/cvlc -vvv --color v4l:/dev/video0:channel=1 --sout '#transcode{vcodec=h264,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=http,mux=ts,dst=0.0.0.0:1212}' --ttl 12
[00000693] stream_out_transcode private error: cannot create chain
[00000692] main stream output debug: stream=`std'
[00000702] main private debug: looking for sout stream module: 2 candidates
[00000702] main private error: option sout-standard-access is unsafe and is blocked by security policy
[00000702] stream_out_standard private debug: creating `(null)/(null)://(null)'
[00000702] stream_out_standard private error: no access _and_ no muxer (fatal error)
[00000702] main private error: option sout-standard-access is unsafe and is blocked by security policy
[00000702] stream_out_standard private debug: creating `(null)/(null)://(null)'
[00000702] stream_out_standard private error: no access _and_ no muxer (fatal error)
[00000702] main private warning: no sout stream module matching "std" could be loaded
[00000702] main private debug: destroying chain... (name=std)
[00000702] main private debug: destroying chain done
[00000693] stream_out_transcode private error: cannot create chain
[00000693] main private warning: no sout stream module matching "transcode" could be loaded
[00000693] main private debug: destroying chain... (name=transcode)
[00000693] main private debug: destroying chain done
[00000692] main stream output error: stream chain failed for `transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=http,mux=ts,dst=0.0.0.0:1212}'
[00000691] main input error: cannot start stream output instance, aborting