Bug 1389990 - back out 80491c51a8e7 (Bug 1365505 - Part2-Turn on the pref for hls not only on nightly.) r=jolin,kikuo" draft
authormaliu <max@mxli.us>
Wed, 16 Aug 2017 19:32:27 +0800
changeset 648739 0162ad2a6d8a8ee0d0f2e49f5c013699a2e12761
parent 647355 9ab2470a3210324bc11320531b15d195aaf05051
child 648740 0a45e6b3b956d79bd1348bdbf7a56cb68deff3b5
push id74863
push userbmo:max@mxli.us
push dateFri, 18 Aug 2017 08:12:37 +0000
reviewersjolin, kikuo
bugs1389990, 1365505
milestone57.0a1
Bug 1389990 - back out 80491c51a8e7 (Bug 1365505 - Part2-Turn on the pref for hls not only on nightly.) r=jolin,kikuo" MozReview-Commit-ID: 2oMz5RwsV3g
mobile/android/app/mobile.js
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -626,17 +626,19 @@ pref("media.mediasource.enabled", true);
 
 pref("media.mediadrm-widevinecdm.visible", true);
 
 #ifdef NIGHTLY_BUILD
 // Enable EME (Encrypted Media Extensions)
 pref("media.eme.enabled", true);
 #endif
 
+#ifdef NIGHTLY_BUILD
 pref("media.hls.enabled", true);
+#endif
 
 // Whether to suspend decoding of videos in background tabs.
 pref("media.suspend-bkgnd-video.enabled", true);
 
 // optimize images memory usage
 pref("image.downscale-during-decode.enabled", true);
 
 pref("browser.safebrowsing.downloads.enabled", false);