Skip to content

Commit

Permalink
Add streaming tools to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jul 13, 2017
1 parent 21fff1c commit adf1338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Prop | Description
* Wistia videos use the [Wistia Player API](https://wistia.com/doc/player-api)
* DailyMotion videos use the [DailyMotion Player API](https://developer.dailymotion.com/player)
* [Supported file types](https://github.com/CookPete/react-player/blob/master/src/players/FilePlayer.js#L5-L6) are playing using [`<video>`](https://developer.mozilla.org/en/docs/Web/HTML/Element/video) or [`<audio>`](https://developer.mozilla.org/en/docs/Web/HTML/Element/audio) elements
* HLS streams are played using [hls.js](https://github.com/video-dev/hls.js)
* DASH streams are played using [dash.js](https://github.com/Dash-Industry-Forum/dash.js)

### Contributing

Expand Down

0 comments on commit adf1338

Please sign in to comment.