Digital O
-My main use is going to be live streaming for short periods of time each day. Does this work for me?
-I was planning to use a high end Digital Ocean server with Linux to have the EvoStream server. Does it works there? Is there any docs about how the installation process is being done?
-I’m planning to watch the live streaming from an Android app using ExoPlayer. To achieve sub second latency (or close to that… maybe up to 2 seconds) whats the protocol I’ll be getting the stream?! RTMP?! HLS?! Dash?! Do you guys have any docs about the Android implementation?
-I’m going to use OBS as my platform to make the live streaming. This should work for that task, right?
1 Answers
-My main use is going to be live streaming for short periods of time each day. Does this work for me?
Ans: Yes, you can use Evostream for that.
-I was planning to use a high end Digital Ocean server with Linux to have the EvoStream server. Does it works there? Is there any docs about how the installation process is being done?
Ans: There is a part in the docs regarding the Evostream installation on Linux machines.
-I’m planning to watch the live streaming from an Android app using ExoPlayer. To achieve sub second latency (or close to that… maybe up to 2 seconds) whats the protocol I’ll be getting the stream?! RTMP?! HLS?! Dash?! Do you guys have any docs about the Android implementation?
Ans: For best results, you may use RTSP, but Exoplayer does not have ready RTSP support. You may want to use the stock MediaPlayer from the standard Android SDK, or extend Exoplayer classes to have it support RTSP.
-I’m going to use OBS as my platform to make the live streaming. This should work for that task, right?
Ans: Yes, then we usually let OBS push the stream to EMS.