We are trying to use the stream feature of vlc.
it works fine on the build machine, but when we try to run the c-ode on the device we are working upon, it gives the following error:
no suitable sout mux module for 'http/ffmpeg{mux=flv}://:8080/stream'
stream chain failed for 'transcode{vcodec=264,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/stream}'
cannot start stream output instance , aborting
we have copied the libraries and dependencies required in the target device.
Kindly suggest a solution
thanks