[webrtc-nv-use-cases] Use case: Transmit pre-encoded live content over RTP (#81)

alvestrand has just created a new issue for https://github.com/w3c/webrtc-nv-use-cases:

== Use case: Transmit pre-encoded live content over RTP ==
This use case has come up in a couple of contexts, including one where the requester wanted to:

- Install a video camera that delivered pre-encoded H.264 data (on an interface independent of WebRTC)
- Send the resulting video stream out over a WebRTC RTP connection (for instance, as part of a video surveillance service that otherwise used RTP transmission)

I think this can be satisfied with the following interfaces:

- Create encoded video frames based on existing encoded data + metadata
- Enqueue the encoded video frames on an outgoing RTCRtpSender
- Take signals from the RTCRtpSender to reconfigure the camera to provide encoding of the appropriate bandwidth

Please view or discuss this issue at https://github.com/w3c/webrtc-nv-use-cases/issues/81 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 5 December 2022 14:26:43 UTC