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

Dash Component wrapping React-Player

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

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...

![a](https://github.com/plotly/dash-player/assets/46389810/19dcaa65-e7ec-4974-b9ee-164563ab5349) ![b](https://github.com/plotly/dash-player/assets/46389810/7d0530af-53af-4ce9-bd32-e0f8ad8f8609) No problem with playback, but console error exposed mycode in layout: ![c](https://github.com/plotly/dash-player/assets/46389810/2d8590ff-ff94-49ba-a5d7-c27d4431aca5)

#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...

dependencies

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....