shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
199 stars 62 forks source link

Any plans to add WebRTC Ingest support or sample setup doc? #68

Closed boraturant closed 3 years ago

boraturant commented 3 years ago

Any plans to add WebRTC Ingest support or sample setup doc?

joeyparrish commented 3 years ago

As I understand WebRTC, the signalling mechanism of WebRTC is not defined, and can differ per application. So there is no way to support WebRTC input without also defining an application-specific mechanism for establishing the peer-to-peer connection.