Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to build a website that will allow user to upload video files and show them as a streaming video.

I'm a complete newbie in the streaming world so I don't know exactly how to do that, and I definitely don't want to reinvent the wheel.

Are there any free platforms that I can use for that? Do I need a streaming server, or is there a special kind of player I can use that does not require dedicated server?

share|improve this question

closed as off topic by Kev Oct 27 '12 at 16:51

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

You could try a couple of sites:

www.bitsontherun.com - not free, but has full API, and a great service

http://www.ustream.tv - free streaming services, heard good stuff. has an API too, but not sure if it will let you broadcast through it. It's more for live broadcasting, instead of transcoding and storage.

When it comes to playback, passing the names of files to a standard flash player (like JWPlayer) will be a good start, or you can investigate HTML5 video elements too.

If all else fails, there's always youtube too :)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.