Commit 477af8c7 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 29859: Disable HLS support for now

parent 80e82b14
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,3 +56,6 @@ pref("general.useragent.updates.url", "");

// Enable touch events on Android (highlighting text, etc)
pref("dom.w3c_touch_events.enabled", 2);

// No HLS support for now due to browser freezing, see: #29859.
pref("media.hls.enabled", false);
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ project_flag('MOZ_SWITCHBOARD',

project_flag('MOZ_ANDROID_HLS_SUPPORT',
             help='Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)',
             default=True)
             default=False)

option(env='MOZ_ANDROID_ACTIVITY_STREAM',
       help='Enable Activity Stream on Android (replacing the default HomePager)',