Answer the question
In order to leave comments, you need to log in
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
Isn't normal return by the same nginx with Range and ?start=X forbidden?
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 .
NGINX RTMP module
Erlyvideo
Wowza
Also ffserver included in ffmpeg
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question