but vlc/cvlc will unreliably stream out.
vlc can self display during stream out, that parts works
Code: Select all
cvlc -vv ":sout=#transcode{vcodec=VP80,vb=2000,acodec=vorb,ab=128,channels=2,samplerate=44100,scodec=none}:duplicate{dst=http{mux=webm,dst=:8084/},dst=display} :sout-all :sout-keep" v4l2:///dev/video0
I above example I'm using WEBM capsule above on port 8084 or 8081 8082 etc.. 48080
but rarely pickup any open port created by vlc
I've tried several unused ports
tried variations
Code: Select all
sudo netstat -t -p -l |grep vlc
but only rarely does it work
Is there a limit to what ports vlc can output on (Xunbuntu 18.04 OS) ?
Is there a lock file vlc is using to prevent some functions / port opening?
PS I have the codecs, vlc 3.0.4