- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Thu, 11 Jan 2018 18:55:53 +0000
- To: public-webrtc-logs@w3.org
Also, to clarify if it's not clear: The example you've mentioned (https://streams.spec.whatwg.org/#example-both) sends a WebSocket message for each chunk and when the stream is at EOF the WS connection is being closed. So, if I had one stream associated to a file, I can send that file and then the stream is closed. Whereas I'm proposing an API where a RTCDataChannel message remains just a message but each message is a stream. When the stream for a specific message is at EOF, the message is complete. This makes it possible to send more than one message. So, if I had one stream associated to a file, I can send that file as one message. -- GitHub Notification of comment by lgrahl Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1732#issuecomment-357025843 using your GitHub account
Received on Thursday, 11 January 2018 18:56:01 UTC