web-player icon indicating copy to clipboard operation
web-player copied to clipboard

HLS and MPEG-DASH player for web

Results 10 web-player issues
Sort by recently updated
recently updated
newest added

Stumbled across this weather overlay/plugin https://github.com/datarhei/clappr-weather for the Clapper Player and thought that it might also be a fun addition to the Eyevinn Web Player so that we could display...

enhancement

Add support to display EXT-X-DATERANGE metadata that is added by Eyevinn Channel Engine. Use this information to present a "what's on now" for the viewer.

enhancement

Loading a WebRTC stream, and then trying to load any other stream (without refreshing the page) results in content player not loading.

Reporting of an error by sending an event to Player-analytics is done differently based on tech. For hls, e.g. a 400 or 404 error is sent with event-type "warning" and...

Implement WebVR in our web player. Example implementation can be found here: https://eyevinn-vr-player.herokuapp.com/ https://eyevinntechnology.medium.com/html5-video-player-for-live-360-video-streaming-6eecd55f8b6d and https://aframe.io

I think there might be some old dependencies in the packages that core is using. at least dashjs and mitt has had major releases. We should try to bump these.

enhancement

To solve the issue described below, we need to implement a new child class of `BaseTech.ts` which is powered by the Dashjs library and have it so that the web...

Implemented the Google IMA SDK on the demo web-player, added the ad-break from repo test-adserver ( https://github.com/Eyevinn/test-adserver )

Player gets warning: ``` Player w/ mediaElement has been deprecated and will be removed in v5.0 . We are currently at version v4.9 . Additional information: Please migrate from initializing...