webrtc-nv-use-cases
webrtc-nv-use-cases copied to clipboard
Use cases for WebRTC NV
Partial fixes for https://github.com/w3c/webrtc-nv-use-cases/issues/103 *** Preview | Diff
> [§ 3.10.1](https://w3c.github.io/webrtc-nv-use-cases/#live-encoded-media) Live encoded non-WebRTC media ... An example is traffic cameras that serve video over HTTP ... The surveillance use case of a traffic camera is not compelling...
Partial fixes for #103 *** Preview | Diff
In traditional live streaming it is common place to send per-frame picture timing information, typically using the H264 Picture timing SEI messages (ITU-T REC H.264 annex D.2.3). This timing information...
This is in support of the use case [3.2.2 Low latency broadcast with fanout.](https://www.w3.org/TR/webrtc-nv-use-cases/#auction) The use case mentions using P2P relays but because of the unreliability of the relay PCs,...
I've been tinkering with WASM codecs a bit, and one thing I figured out (well, others did before me, I only realized it looking what they did!) was that I...
The various use cases presented in this section are already deployed so I wonder whether they qualify as NV. My understanding is that use cases should identify shortcomings (via new...
Resolves #1 This could also be added to the *Video Conferencing with a Central Server* section. @steely-glint: Is the wording solid enough to ensure that one really can get the...
Currently all the use case document says about WebRTC-NV and workers is: https://github.com/w3c/webrtc-nv-use-cases/blob/d053ca91165f9f522f6fc39ba3c10c5ce011b30e/index.html#L204-L208 https://github.com/w3c/webrtc-nv-use-cases/blob/d053ca91165f9f522f6fc39ba3c10c5ce011b30e/index.html#L310-L319 A lot of people over at https://github.com/w3c/webrtc-pc/issues/230 and related PRs have been asking for the machinery...
Decoding of pre-encoded media can be done via either MSE or WebCodecs. It seems this use case is mainly based on the assumption that JS based processing via WebCodecs is...