bigscreen-player
bigscreen-player copied to clipboard
Simplified media playback for bigscreen devices
📺 What Update the bbc:imscJS dependency to v1.0.7. The changes made between the previous version and this one are available [here](https://github.com/bbc/imscJS/compare/v1.0.3...v1.0.7) > Tickets: IPLAYERTVV1-12355 🛠 How Update the dependency tag....
Hi, My name is Jaroslaw Trelak. I work for Vewd Software. Recently I did some tests of bigscreen-player. I tested few streams from DASH industry forum, and I faced some...
**Prerequisites:** Google Chrome 87.0.4280.66 BigScreen player: 4.4.3 Stream: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd (default) **Steps to reproduce:** In devtools execute below commands on video tag: 1. $0.play() 2. $0.currentTime = 634.1 3. Wait for...
GitHub have started to create all new repos using `main` as the default branch. The industry appears to be moving in that direction. GH have now made it really easy...
📺 What Currently `getCurrentTime()` has a default value of 0 in several cases. This is not ideal because it makes it impossible to know if it truly is time 0,...
legacy player adapter always passes in `video` to `initialiseMedia`. [See here](https://github.com/bbc/bigscreen-player/blob/30414f6b4c583a7e985d1093a033d657109c809e/script/playbackstrategy/legacyplayeradapter.js#L247) This causes the video tag to always be used within the html5 native strategy. See [html5 strategy init](https://github.com/bbc/bigscreen-player/blob/683bb19cd01824e1ae44d7d17cd457c6c7601946/script/playbackstrategy/modifiers/html5.js#L646) and...
As of #90, `msestrategy` supports multiple callbacks, whereas other playback strategies do not.
TAL is reporting duration for live content as having a duration of infinity as MSE is reporting it as the end of the seekable range. To keep our api honest,...
📺 What Update the bbc:imscJS dependency to v1.0.11. The changes made between the previous version and this one are available [here](https://github.com/bbc/imscJS/compare/v1.0.3...v1.0.11) > Tickets: N/A 🛠 How Update the dependency tag.
📺 What Inject a signal object to use event-based triggers. 🛠 How Create a DebugController with a signal (EventTarget). Trigger events in BSP through the controller. 👀 See Video of...