Search found 10 matches

Go to advanced search

by ziggyspaceman
07 Sep 2010 10:59
Forum: VLC stream-output (sout)
Topic: Streaming MJPEG to VLC
Replies: 0
Views: 905

Streaming MJPEG to VLC

Hi I'm hoping someone here may be able to point me in the right direction with regards to MJPEG streaming format. I'm wanting to output from a program written in C++ a MJPEG stream and connect to it using VLC say on 192.168.0.3:1234 From what I've read the output from the server streaming the MJPEG ...
by ziggyspaceman
04 Sep 2010 14:30
Forum: VLC stream-output (sout)
Topic: Streaming Help (VLC_STREAM_H)
Replies: 4
Views: 556

Re: Streaming Help (VLC_STREAM_H)

AyeshaArshad I have to agree with Rémi Denis-Courmont way to complicated a subject to discuss over a forum. A couple of interesting links below for you to read. http://www.tenouk.com/cnwinsock2tutorials.html http://beej.us/guide/bgnet/ You'll certainly need to understand most if not all of this stuf...
by ziggyspaceman
03 Sep 2010 18:23
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Yes your last comment worked. Many thanks for the advice & code example.

Best Regards
Steve
by ziggyspaceman
03 Sep 2010 15:45
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Just amended config file & replaced line **setup channel2 output #duplicate{dst=std{access=http,mux=ts,dst=192.168.0.3:1235}}- -sout-keep** with your suggestion of setup channel2 output #standard{access=http,mux=ogg,url=192.168.0.3:1235} But could not get it working unlike the line ** which work...
by ziggyspaceman
03 Sep 2010 14:48
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

“Solution to this problem http output” found this http://forum.videolan.org/viewtopic.php?t=54960 Create config file using notepad save as “vlm.conf” in VLC root dir. Then add this to vlm.conf & save [change to suit]. new channel1 broadcast enabled setup channel1 input c:\tmp\demo1.mp4 setup cha...
by ziggyspaceman
03 Sep 2010 13:48
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Thanks for the link, had good look at the documentation but I'm still none the wiser on how to output http. The syntax shown just makes ref to command line & there is no example shown of doing this in a config file like the method above. Would it be at all possible for you to post an example on ...
by ziggyspaceman
03 Sep 2010 10:40
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Right

What would be the correct syntax for http output?

Example:
setup channel1 output #rtp{mux=ts,dst=192.168.0.3,port=1234,sdp=sap://,name="Channel 1"}

Would we just change the #rtp to #http value.

Regards
Steve
by ziggyspaceman
03 Sep 2010 09:32
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Sorry yes I did want different inputs, I just copied the above example and & only changed output part to suit. Anyhow, I have now had a chance to test the method above & sure it works for different inputs & outputs on a specific port as required. So I suppose job done & many thanks S...
by ziggyspaceman
02 Sep 2010 20:12
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

Re: VLC streaming on different ports simultaneously

Thanks for the reply Are we talking load config file example: new channel1 broadcast enabled setup channel1 input http://host.mydomain/movie.mpeg setup channel1 output #rtp{mux=ts,dst=192.168.0.3,port=1234,sdp=sap://,name="Channel 1"} new channel2 broadcast enabled setup channel2 input htt...
by ziggyspaceman
02 Sep 2010 17:17
Forum: VLC stream-output (sout)
Topic: VLC streaming on different ports simultaneously
Replies: 13
Views: 6010

VLC streaming on different ports simultaneously

Hi Please forgive me if this question as been ask a million times, but I am unable to find any ref to such a matter, I have only started looking into VLC last couple of days & trying to find my feet. My question/s are about VLC capability to act as a server to stream multiple audio/video/interfa...

Go to advanced search