dash-player
dash-player copied to clipboard
Dash Component wrapping React-Player
Looking for info as to whether this component can play video from x265 stream via a UDP port. If so, on which machine should the UDP stream be pointed. On...
adds optional seekToMode parameter that allows the behaviour of seekTo to be controlled. This is usefull when controlling the currentTime with subsecond precision and operating in the range between 0..1...
  No problem with playback, but console error exposed mycode in layout: 
#14 is still occurring on the latest version ``` dash_player.v1_0_6m1677851916.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'getSecondsLoaded') at y.value (dash_player.v1_0_6m1677851916.min.js:1:111522) value @ dash_player.v1_0_6m1677851916.min.js:1 4dash_player.v1_0_6m1677851916.min.js:1 Uncaught TypeError: Cannot read...
Currently there is no obvious way to determine within a callback, if the video is currently playing or not. The existing `playing` property is not synchronized with the actual playback...
I want the option of embedding loom videos. Currently, unsupported by Dash Player. https://support.loom.com/hc/en-us/articles/360002208317-How-to-embed-your-video-into-a-webpage-
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
react-player provides `onEnded` that is useful for doing things when the video is done playing. DashPlayer should expose an `ended` property that is `True` when the video has finished playing....