webrtc-nv-use-cases
webrtc-nv-use-cases copied to clipboard
Use cases for WebRTC NV
Host-to-Host connectivity is essential for use cases like enterprise streaming over large local networks. On the other hand, privacy concerns require that local IPs are not revealed. A few solutions...
This is a backport from https://github.com/w3c/webrtc-nv-use-cases/pull/14 I would like to get added to WebRTC 1.0: > The application must be able to request user consent for one-way media and data...
Related to the file sharing requirement is the need to do decentralized peer discovery using e.g. a distributed hash table. The existing file sharing requirements focus on throughput and backpressure,...
Consider a host that just changed its network and got a new globally reachable address (IPv6 or no NAT). If that host now sends connectivity checks from its new address...
Many IoT usecases (security cameras, baby monitors, drones etc) use unidirectional media Unfortunately the trend in the current specification is to force such media though a TURN server since that...
This one is mostly inspired by Tor's Snowflake https://snowflake.torproject.org I also have a user who is running Wireguard over Datachannel. They then access things via VPN over Datachannel in the...
As it stands if one wants to check the stats of a `RTCDataChannel` one needs to poll the stats of the entire `RTCPeerConnection`. Does it make sense to allow `RTCDataChannel`...
IoT/security camera developers keep asking me how to accomplish * User configurable upper/lower bound latency. They are willing to tolerate loss/higher bandwidth. However they have hard constraints on wanting something...
So far, the [Secure Web Conferencing Use Case PR](https://github.com/w3c/webrtc-nv-use-cases/pull/34) doesn't contain any requirements. Some questions: a. Can we trust the central conferencing server to negotiate isolation on remote tracks in...