Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dash-player

Package Overview
Dependencies
Maintainers
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-player

A Dash component for playing a variety of URLs.

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
8

Dash Player

GitHub GitHub stars

Dash Player is a Dash component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, and DailyMotion. It is wrapped around the ReactPlayer component.

For more detailed documentation on Dash Player and how to use it, visit the official Dash Player documentation page

For updates and more, please see the ongoing changes to this repository's issue tracker or the Dash community discussion on Dash Player.

This is a custom community component, so if your organization or company is interested in sponsoring enhancements to this project, please reach out to the Plotly Dash team.

Getting started

Here are the following steps to get started with using Dash Player in your own Dash apps

$ pip install dash-player

Documentation

PropDescriptionDefault
idThe ID used to identify this component in Dash callbacks.
classNameThe CSS class used to identify this component in external stylesheets.
urlThe url of the media to be played.
playingWhether or not the media is currently playing. Can be set to True or False to play and pause the media, respectively.false
loopWhether or not the media will loop once the player reaches the end. Can be set to True or False to set looping on or off, respectively.false
controlsSet to true or false to display native player controls. Vimeo, Twitch and Wistia player will always display controls.false
volumeA number between 0 and 1 representing the volume of the player. If set to None, Dash Player ises default volume on all players.null
mutedSet to true or false to mute or unmute player volume, respectively. Only works if volume is set.false
playbackRateSet the playback rate of the player (only supported by YouTube, Wistia, and file paths).
widthA number or string representing the pixel width of the player.640px
heightA number or string representing the pixel height of the player.360px
styleOptional additional CSS styles. If width or height are supplied within style, then this will override the component-level width or height.{}
playsinlineApplies the html5 playsinline attribute where supported, which allows videos to be played inline and will not automatically enter fullscreen mode when playback begins (for iOS).false
currentTimeReturns the number of seconds that have been played
secondsLoadedReturns the number of seconds that have been loaded
durationReturns the duration (in seconds) of the currently playing media
intervalCurrentTimeInterval in milliseconds at which currentTime prop is updated.40
intervalSecondsLoadedInterval in milliseconds at which secondsLoaded prop is updated.500
intervalDurationInterval in milliseconds at which duration prop is updated.500
seekToSeek to the given number of seconds, or fraction if amount is between 0 and 1null

Built With

  • Dash - Main server and interactive components
  • ReactPlayer - The react component that was wrapped by this

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Partnership

Changes to dash-player were sponsored by Volkswagen's Center of Excellence for Battery Systems.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc