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
As a client showing a webrtc stream I'd like to offer a microphone button only if the camera supports backchannel audio. Currently the streams info API can work for this but only if the stream that offers backchannel audio is already active.
so we are not able to tell if backchannel audio is supported.
It would be very helpful if there was a separate api or perhaps a query arg on the streams api that would allow the ability to get info for all producers
The text was updated successfully, but these errors were encountered:
Check this http://192.168.1.123:1984/api/streams?src=rtsp-dahua1&video&audioµphone
You can add codec filters to stream info query. video/audio/microphone with codec names or without.
As a client showing a webrtc stream I'd like to offer a microphone button only if the camera supports backchannel audio. Currently the streams info API can work for this but only if the stream that offers backchannel audio is already active.
For example, in a case where my config is
the streams info is
so we are not able to tell if backchannel audio is supported.
It would be very helpful if there was a separate api or perhaps a query arg on the streams api that would allow the ability to get info for all producers
The text was updated successfully, but these errors were encountered: