Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
react-jplayer
Advanced tools
A Html5 audio/video player that has been inspired by the jQuery plugin jPlayer but without the jQuery dependency and much, much better.
react-jPlayer depends on Redux. Redux is a tiny 2KB and is well worth it to keep the react-jPlayer components componentized.
npm install --save react-jplayer
Run the jPlayer examples:
git clone https://github.com/MartinDawson/react-jPlayer.git
cd react-jPlayer
npm install
cd ./examples
npm run dev
open http://localhost:8080/
¹partially tested without audio/video because browserstack emulators don't support it.
getInitialStates(jPlayers)
A required function that deep merges the static options that you specified on your jPlayer with react-jPlayer's defaults. The result of this must be passed to your stores initial state.
jPlayer(s)
(Array or Function): Accepts either an array of jPlayers or a single jPlayer.(Object): The initial state for the jPlayer(s) that needs to be passed to the Redux store.
reducer
A required object. The jPlayer reducer that will be called whenever a jPlayer function is called or dispatched. Must be passed to your store.
connect(jPlayer)
Required to connect your jPlayer to the jPlayer store by wrapping Redux's original connect.
jPlayer
: (Function)(function): A function that wraps your jPlayer. This means that you can use Redux original connect to wrap this connect with as well if you wanted to pass aditional Redux data from the store to your jPlayer.
id
: The id of the jPlayer, this is whatever name you called your jPlayer function. This is passed down as a context so that react-jPlayer can internally know which jPlayer is the current one.jPlayer
: The original function that you passed in. E.g. if you wanted to read the original jPlayer's options that you specified.The connected jPlayer. Any additional props that you passed in are passed through to your jPlayer so you can use them as usual.
<JPlayer />
A required component that needs to be the root of any other jPlayer components. Handles the states that are applied to the jPlayer DOM element.
<GUI />
Should wrap all of the components that the user interacts with. Handles the fading in and out when in full screen mode.
<SeekBar />
Should wrap the <PlayBar />
and <BufferBar />
. Handles the user being able to seek to a new time when the user clicks, drags or touches on the progress bar.
<PlayBar />
Shows how much of the media has been played so far.
<BufferBar />
Shows how much of the media has been downloaded so far. This also takes in to consideration the user seeking to multiple points on the media and skipping parts of the media.
<Poster />
The poster to be displayed for the media. Uses media.poster
as the src for the image.
<Video />
If the first media source that you have supplied to media.sources
is an video format and it is a valid url that can be played then react-jPlayer will use this component and set the src
to what you supplied.
<Audio />
If the first media source that you have supplied to media.sources
is an audio format and it is a valid url that can be played then react-jPlayer will use this component and set the src
to what you supplied.
<Title />
Renders the media title as media.artist
- media.title
.
<FullScreen />
Handles clicks on this component toggling the full screen of the jPlayer.
<Mute />
Handles clicks on this component toggling the mute of the jPlayer.
<Play />
Handles clicks on this component setting the jPlayer to be paused or playing.
<Repeat />
Handles clicks on this component toggling the looping of the jPlayer.
<PlaybackRateBar />
Handles clicks, dragging or touches on this component setting the playback rate of the media.
<PlaybackRateBarValue />
This is used by the <PlaybackRateBar />
by default so the majority of applications won't need to use this. Represents the playback rate as the width or height of the component depending on the property verticalPlaybackRate
.
<VolumeBar />
Handles clicks, dragging or touches on this component setting the volume of the media.
<VolumeBarValue />
This is used by the <VolumeBar />
by default so the majority of applications won't need to use this. Represents the volume as the width or height of the component depending on the property verticalVolume
.
<Download />
Handles clicks on this component downloading the media if the media.free
option is true. Warning: This will not make the media secure, i.e. users can still download the song from the network tab. You will need to secure the media this from the server instead.
If the browser doesn't support the download
attribute then clicks on this component will open a new tab or window with the source media instead.
<Duration />
Renders the durationText
of the jPlayer. Renders nothing if the duration hasn't been set yet (i.e IOS until the user manually plays the media).
<CurrentTime />
Renders the currentTimeText
of the jPlayer.
<BrowserUnsupported />
Renders html that tells the user to update their browser if jPlayer doesn't support the specified media file.
classes that react-jPlayer uses internally for each component are exported for you to use for conveniance.
BrowserStack for giving me access to their testing software for free. Contact them if you have a free open-source project for a free account.
FAQs
Html5 audio and video player library for React
The npm package react-jplayer receives a total of 17 weekly downloads. As such, react-jplayer popularity was classified as not popular.
We found that react-jplayer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.