Hi,
Please take a look at OBS-Studio. You can use it to stream from various sources, including your webcam. It is also multi-platform.
https://obsproject.com/
In settings > stream, set the following:
URL: rtmp://<ems_ip_address>:1935/live
Stream key: <stream_name or ingest_point>
The hasIngestPoints parameter in the EMS configuration file needs to be set properly.
See http://docs.evostream.com/ems_user_guid … definition for details.
If hasIngestPoints=false in config.lua, the Stream key is the same as the stream name.
If hasIngestPoints=true in config.lua, you need to add an ingestPoint first before you can push a stream to EMS.
See http://docs.evostream.com/ems_api_defin … est_point/ on how to create an ingest point.
Other API commands can be found here: http://docs.evostream.com/ems_api_defin … _contents/
Cheers,
Don