K
K
Kolger2013-06-20 11:50:34
linux
Kolger, 2013-06-20 11:50:34

Stream video from a file

Greetings!

I now have the following task: to stream video from a file, but in the form of live stream emulation: the user should not be able to scroll the video forward or backward. Streaming should be done from a server, the number of simultaneous broadcasts should be about 100. It should be possible to receive the stream not only by a flash-based player, but also on iOS/Android.

In the direction of what products to dig?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Akulovich, 2013-06-20
@AterCattus

Isn't normal return by the same nginx with Range and ?start=X forbidden?

M
Mu57Di3, 2013-06-20
@Mu57Di3

The usual return on http will not work here, it will not be seen by iOS / Android. Here you need broadcasting via the rtmp protocol, it will be seen by both the flash player and iOS / Android. You can try nginx+ nginx-rtmp-module read mono here .

E
Evgeny Leshchenko, 2013-06-20
@xsen

NGINX RTMP module
Erlyvideo
Wowza
Also ffserver included in ffmpeg

E
erdizz, 2013-09-22
@erdizz

The momentvideo.org video server does this well, including being able to stream from different files on a schedule.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question