easy-nmos
easy-nmos copied to clipboard
General newby questions about subscriptions...
Hello,
Can you explain me what parameters I have to write to make subscriptions by the web-interface ? And maybe also by HTTP request (to try some external automations) For the moment we were able to make work easy-nmos and we see all our devices:
- Coax SFPs from Embrionix
- Blackmagic 2110 Converters
We'd like to make some virtual routing between all that stuff but it's not totally clear for us. I was able to make some route by the receivers page ("connect" tab) But in that way, the "subscriptions" page stays empty
Thanks in advance for your help
Kind regards
Connections refers to media (video, audio or data) streams between Senders and Receivers, configured using the IS-05 Connection API. Such streams are typically delivered over RTP, though NMOS also supports data sent via WebSocket or MQTT. (Extending NMOS to allow control of other transports like NDI and SRT is an active area in the AMWA.)
Subscriptions refers to the IS-04 Query WebSocket API to receive notifications when Nodes have registered their resources with the Registry. It is typically used by Control Systems to reflect the current state of devices.
Please refer to the specs or main AMWA website for more information.