Need advice on how to set up live video streaming to web/mobile devices

Posted by jasondewitt on Server Fault See other posts from Server Fault or by jasondewitt
Published on 2010-05-20T20:19:52Z Indexed on 2010/05/20 20:32 UTC
Read the original article Hit count: 223

Filed under:
|
|
|

I have a bunch of live udp video streams that currently are viewed by set top boxes in my network. I would like to pick this video up (I can do this with vlc now) and stream it out to other non-STB endpoints (webpage or a phone/tablet of some sort).

Right now I am able to pick up the udp stream with vlc and convert it to an http stream on port 8080 of my vlc box. Then I can use the vlc client to pick up and watch that video stream.

This is where I'm not sure where to go with it. I really doubt I would want everyone who is watching the video to make a connection back to my vlc server that is doing the encoding, so how do I distribute this live video to the people who want to see it?

© Server Fault or respective owner

Related posts about video-streaming

Related posts about vlc