EMS question
We are building a “web browser based application” that invokes “webcam / phone camera” and “streams the video to server and store it there”.
We are looking at your server software for this purpose.
Our client end solution has to be a Javascript based one and run on all mobile, desktop browsers .. Chrome, Firefox, IE and Safari.
Please suggest a solution using your Media server software.
1 Answers
Hi,
Assuming that your server web app can grab video from a webcam or phone camera and push H.264/AAC streams to EMS using RTMP or RTSP protocol, the EMS can record them locally for video-on-demand playback later.
With a standard EMS install, there’s a demo RTMP player in the webroot folder:
> ./evo-webroot/EMS_Web_UI/index.php
There’s also a demo WS player:
> ./evo-webroot/demo/evowsvideo.html
You can try our online demo WS player:
> http://ers.evostream.com:5050/demo/evoplayers.html
For more information, please check the online EMS documention at http://docs.evostream.com.
1. Recording/storing content:
http://docs.evostream.com/ems_how_to_guide/recording
http://docs.evostream.com/ems_how_to_guide/hls
http://docs.evostream.com/ems_how_to_guide/dash
http://docs.evostream.com/ems_how_to_guide/hds
http://docs.evostream.com/ems_how_to_guide/mss
2. VOD playback:
http://docs.evostream.com/ems_how_to_guide/vod
http://docs.evostream.com/ems_how_to_guide/intro#recommended-players
http://docs.evostream.com/ems_user_guide/protocolsupport#html5-playback-browser-compatibility
http://docs.evostream.com/ems_user_guide/protocolsupport#video-on-demand-vod
Cheers,
Don