bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.33k stars 157 forks source link

Dispatch "stalled" event when media is buffering #95

Closed Sacharified closed 6 years ago

Sacharified commented 6 years ago

This change modifies the stalled event so that it is fired when waiting on the network for data (buffering).

Changes:

PTaylour commented 6 years ago

looks good!