Re: [remote-playback] Add a remoting buffer state attribute to RemotePlayback (#126)

> Can we think of a case where we need the additional states?

There may be a situation where the receiver side's status is `insufficient-data`, even though the sender side's `HTMLMediaElement.readyState` is `HAVE_ENOUGH_DATA`. This may happen if the network connection between the sender and the receiver is poor (maybe the sender has an ethernet connection so it can download media fast, but the receiver doesn't). In this case, we may want to lower the bit rate of the media. I've updated the example to include this.

-- 
GitHub Notification of comment by takumif
Please view or discuss this issue at https://github.com/w3c/remote-playback/pull/126#issuecomment-528012231 using your GitHub account

Received on Wednesday, 4 September 2019 17:53:06 UTC