silvermine / videojs-airplay

MIT License
38 stars 21 forks source link

player.paused() = true while playing via Airplay #18

Open xurizaemon opened 4 years ago

xurizaemon commented 4 years ago

I'm using Brightcove + videojs-airplay. When I send the video to Airplay output, the big play button appears over the "This video is playing on 'X'" message, and the player emits a "paused" event.

While the video is playing on the AppleTV, I can call player.paused() and the result is true.

Is this expected behaviour?

I see that there's no incidence of "pause" in the videojs-airplay code.

Hmm, this sounds similar:

jthomerson commented 4 years ago

@yokuze this sounds familiar ... like something we had to work around on our internal media player that wraps VideoJS. You remember anything?