Cannot connect to my web browser
Hi Frank,
From your blog, it looks like you have quite a number of interesting projects. For starters, you can use the EMS Web UI to just try out a few basic functions of the EMS. You can find instructions here:
http://docs.evostream.com/ems_web_ui_user_guide/table_of_contents
Note: You’ll need to use our API to do more advanced stuff.
See http://docs.evostream.com/ems_api_definition/table_of_contents
The EMS has a built-in web server called EWS. The EWS is configured separately from the EMS. Its configuration file is webconfig.lua found in the config folder of the EMS. The web root folder defaults to “..\evo-webroot” for Windows EWS. For default install settings, this translates to “C:\Evostream\evo-webroot\webconfig.lua”.
Note: In the configuration file, each backslash (“\”) in a path is represented by a double-backslash (“\\”).
For details on the EWS, please check chapters 10 and 14 of the EMS User Guide:
http://docs.evostream.com/ems_user_guide/table_of_contents
In order to stream from your webcam to the EMS, you can use 3rd-party software like:
> FMLE – http://www.adobe.com/products/flash-media-encoder.html
> WireCast – http://www.telestream.net/wirecast/
> OBS – https://obsproject.com/
While several customers have tried these products, we don’t provide direct technical support for them.
Cheers,
Don