Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How do I set up a media server in Linux which streams video over the internet?

Is it easy to do this? I want a server that will actually encode video in real time to allow it to stream over sometimes slow or unreliable networks. Basically, I want a server that works on the internet.

I have a directory with a bunch of video files, and want to make this accessible to myself remotely.

For other situations, I found great and useful software (such as the PS3 media server). I'd like to find something equally as useful for streaming video over the internet.

share|improve this question

2 Answers

up vote 3 down vote accepted

You can do it with ffserver(a component of ffmpeg). Details here.

share|improve this answer

VLC possibly might work for you here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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