From 9703d7dc6b375820258e989f40449a2b78b6e9e2 Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Fri, 30 Mar 2018 13:34:08 -0700 Subject: [PATCH] Update README with mailing list change Also added hls.js in player section. Change-Id: I946d0f9c36f540cb52fd05ee8ed2144d8e9efc22 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f5e7649c7..2e33856a78 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,15 @@ There are several ways you can get Shaka Packager. # Useful Links -- [Mailing List](https://groups.google.com/forum/#!forum/shaka-packager-users) - (join for release announcements or problem discussions) +- [Announcement List](https://groups.google.com/forum/#!forum/shaka-packager-users) + (join for release announcements and surveys) - [Documentation](https://google.github.io/shaka-packager/html/) - [Tutorials](https://google.github.io/shaka-packager/html/tutorials/tutorials.html) - Several open source players: - - [Web: Shaka Player](https://github.com/google/shaka-player) - - [Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js) - - [Android: ExoPlayer](https://github.com/google/ExoPlayer) + - [DASH and HLS on Web: Shaka Player](https://github.com/google/shaka-player) + - [DASH on Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js) + - [HLS on Web: hls.js](https://github.com/video-dev/hls.js) + - [DASH and HLS on Android: ExoPlayer](https://github.com/google/ExoPlayer) # Contributing