You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to provide a json response with the streams api request that includes the details of each stream ? I need to filter for available RTMP streams to signal a room conferencing of new RTMP streams to subscribe to. These wouldn't be able to signal to the room websocket sessions as there is no server plugin to do so like with I have with Wowza.
RTMP encoders for VR cannot specify streamnames I believe but the server url might be configurable.
It's for this feature, I poll the websocket which does api rest requests to the server to pull streams and filter rtmp streams. I devised a way to configure properties with the streamname base64 encoded with json properties. But I believe the encoder cannot configure this. The other way is to be able to get queries from the RTMP connection.
This discussion was converted from issue #570 on March 09, 2023 06:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to provide a json response with the streams api request that includes the details of each stream ? I need to filter for available RTMP streams to signal a room conferencing of new RTMP streams to subscribe to. These wouldn't be able to signal to the room websocket sessions as there is no server plugin to do so like with I have with Wowza.
https://airensoft.gitbook.io/ovenmediaengine/rest-api/v1/virtualhost/application/stream
If I call this
/v1/vhosts/{vhost_name}/apps/{app_name}/streams
It should provide detailed info like calling
/v1/vhosts/{vhost_name}/apps/{app_name}/streams/{stream_name}
Without having to make individual requests.
When I add params to both the RTMP url and the stream key. These params do not show up. I need to be able to get query strings in this feed also like
rtmp://localhost:1935/app?title=Participant 1&vr-true
or streamname?title=Participant 1&vr-true
RTMP encoders for VR cannot specify streamnames I believe but the server url might be configurable.
It's for this feature, I poll the websocket which does api rest requests to the server to pull streams and filter rtmp streams. I devised a way to configure properties with the streamname base64 encoded with json properties. But I believe the encoder cannot configure this. The other way is to be able to get queries from the RTMP connection.
https://electroteque.org/plugins/videojs/rtcstreaming/demos/ovenmedia-conference-rtmp/
Beta Was this translation helpful? Give feedback.
All reactions