Update README with mailing list change

Also added hls.js in player section.

Change-Id: I946d0f9c36f540cb52fd05ee8ed2144d8e9efc22
This commit is contained in:
KongQun Yang 2018-03-30 13:34:08 -07:00
parent 4e9aadcb15
commit 9703d7dc6b
1 changed files with 6 additions and 5 deletions

View File

@ -61,14 +61,15 @@ There are several ways you can get Shaka Packager.
# Useful Links # Useful Links
- [Mailing List](https://groups.google.com/forum/#!forum/shaka-packager-users) - [Announcement List](https://groups.google.com/forum/#!forum/shaka-packager-users)
(join for release announcements or problem discussions) (join for release announcements and surveys)
- [Documentation](https://google.github.io/shaka-packager/html/) - [Documentation](https://google.github.io/shaka-packager/html/)
- [Tutorials](https://google.github.io/shaka-packager/html/tutorials/tutorials.html) - [Tutorials](https://google.github.io/shaka-packager/html/tutorials/tutorials.html)
- Several open source players: - Several open source players:
- [Web: Shaka Player](https://github.com/google/shaka-player) - [DASH and HLS on Web: Shaka Player](https://github.com/google/shaka-player)
- [Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js) - [DASH on Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js)
- [Android: ExoPlayer](https://github.com/google/ExoPlayer) - [HLS on Web: hls.js](https://github.com/video-dev/hls.js)
- [DASH and HLS on Android: ExoPlayer](https://github.com/google/ExoPlayer)
# Contributing # Contributing