Page 1 of 1

streamout syntax for cvlc, is this correct?

Posted: 24 May 2019 18:11
by galen
I've been working on 2 computers & 2 webcam and trying to stream out webcams to the LAN, destination firefox native support video theora only

Am I using the correct syntax ?

Code: Select all

cvlc ":sout=#transcode{vcodec=theo,vb=2000,scale=0.5,acodec=none,scodec=none}:duplicate{dst=http{mux=ogg,dst=:8081/},dst=display} :sout-all :sout-keep" v4l2:///dev/video0
I'm not getting any open http port, so no streaming

Re: streamout syntax for cvlc, is this correct?

Posted: 26 May 2019 09:19
by RĂ©mi Denis-Courmont
No, quoting is obviously wrong.

Re: streamout syntax for cvlc, is this correct?

Posted: 27 May 2019 15:11
by galen
obviously ?
I have been unable to find documentation that shows proper syntax,
do you have any links that will help?
thank you

Re: streamout syntax for cvlc, is this correct?

Posted: 27 May 2019 15:15
by galen
I have found the proper sub forum
[url]https://forum.videolan.org/viewtopic.php?f=4&t=149545&p=491751#p491751[/url]

Re: streamout syntax for cvlc, is this correct?

Posted: 27 May 2019 18:04
by mederi
Remove "".

Re: streamout syntax for cvlc, is this correct?

Posted: 28 May 2019 16:08
by unidan
Hi, you can find the documentation in "vlc -H"

Re: streamout syntax for cvlc, is this correct?

Posted: 28 May 2019 16:58
by galen
Hi, you can find the documentation in "vlc -H"
yes thanks, I've already searched the help and advanced help,
please see my threat in the stream subforum