- From: Sergio Garcia Murillo <sergio.garcia.murillo@gmail.com>
- Date: Sat, 9 Jun 2018 10:23:51 +0200
- To: WebRTC WG <public-webrtc@w3.org>
Received on Saturday, 9 June 2018 08:24:32 UTC
Hi, I have been reading the whatwg stream api https://streams.spec.whatwg.org and it seems it already covers quite a lot of our use cases. Copy&paste follows: By providing the foundation for these streams to be exposed to developers, the Streams Standard enables use cases like: - Video effects: piping a readable video stream through a transform stream that applies effects in real time. Some examples of potential transform streams includes - A video decoder, to which encoded bytes are written and from which uncompressed video frames are read wouldn't make sense to try to leverage their work? source=(stream)=>encoder=(stream)=>packetizer=(stream)=>rtpsender=(stream)=>dtls/ice transport or source=(stream)=>encoder=(stream)=>quic Best regards Sergio
Received on Saturday, 9 June 2018 08:24:32 UTC