Access MH Assets using https
Access MediaHub Assets over Https
MediaHub can access or download Assets using https by using the following request:
/api/assets/browse/raw?path=mediahub:///....
or
/api/assets/browse/download?path=mediahub:///....
All the URLS in this document are appended to the IP address and PORT of Erizos MediaHub.
http://[MEDIAHUB IP]:[MEDIAHUB PORT]
For example, if your installation of Erizos MediaHub is on the IP address 10.100.102.1, your endpoint will be:
http://10.100.102.1:5600
MediaHub API
Erizos MediaHub also has built-in REST API that allows you to control all aspects of the application externally.