RTMP

The datarhei Core includes a simple RTMP server for publishing and playing streams. Check out the RTMP configuration and the RTMP guide. This API endpoint will list the names of all currently publishing streams.

curl http://127.0.0.1:8080/api/v3/rtmp \
   -H 'accept: application/json' \
   -X GET

Last updated