Skip to content

Commit

Permalink
Update supported media readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed May 25, 2016
1 parent 987159d commit c37e87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ To seek to a certain part of the media, there is a `seekTo(fraction)` instance m
### Supported media

* YouTube videos use the [YouTube iFrame Player API](https://developers.google.com/youtube/iframe_api_reference)
* Soundcloud tracks use the [Soundcloud JS SDK 2.0](https://developers.soundcloud.com/docs/api/javascript-sdk-2)
* Soundcloud tracks are [resolved](https://developers.soundcloud.com/docs/api/reference#resolve) and played in an [`<audio>`](https://developer.mozilla.org/en/docs/Web/HTML/Element/audio) element using the track’s `stream_url`
* Vimeo videos use the [Vimeo Player API](https://developer.vimeo.com/player/js-api)
* MP4/WEBM/OGG/MP3/WAV files use the [HTML media object](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement)
* [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/audio) or [`<audio>`](https://developer.mozilla.org/en/docs/Web/HTML/Element/audio) elements

### Contributing

Expand Down

0 comments on commit c37e87e

Please sign in to comment.