Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Youtube Html5 and beep sound

  • 4 回覆
  • 31 有這個問題
  • 1 次檢視
  • 最近回覆由 CiRiX

more options

Ok I was wandering what would happen if I would have full html5 features on youtube So I searched on internet and found out how to enable the features so I ended up enabling this on firefox

media.mediasource.enabled;true media.mediasource.mp4.enabled;true media.fragmented-mp4.exposed;true media.fragmented-mp4.use-blank-decoder;true

After I enabled this features I got the ability to watch 1080P videos and even 60 fps versions were available but the sound did not work anymore. Instead of the original video audio I was getting one long tone sound.

So is there a way to fix this issue or I should create a bug report?

Thank you for your time

Ok I was wandering what would happen if I would have full html5 features on youtube So I searched on internet and found out how to enable the features so I ended up enabling this on firefox media.mediasource.enabled;true media.mediasource.mp4.enabled;true media.fragmented-mp4.exposed;true media.fragmented-mp4.use-blank-decoder;true After I enabled this features I got the ability to watch 1080P videos and even 60 fps versions were available but the sound did not work anymore. Instead of the original video audio I was getting one long tone sound. So is there a way to fix this issue or I should create a bug report? Thank you for your time

被選擇的解決方法

Those prefs are disabled for a reason. MSE works on Windows and Mac, but not on Linux.

445 // Whether to enable MediaSource support.
446 // We want to enable on non-release  builds and on release windows and mac
447 // but on release builds restrict to YouTube. We don't enable for other
448 // configurations because code for those platforms isn't ready yet.
449 #if defined(XP_WIN) || defined(XP_MACOSX)
450 pref("media.mediasource.enabled", true);
451 #else
452 pref("media.mediasource.enabled", false);
453 #endif
從原來的回覆中察看解決方案 👍 3

所有回覆 (4)

more options

選擇的解決方法

Those prefs are disabled for a reason. MSE works on Windows and Mac, but not on Linux.

445 // Whether to enable MediaSource support.
446 // We want to enable on non-release  builds and on release windows and mac
447 // but on release builds restrict to YouTube. We don't enable for other
448 // configurations because code for those platforms isn't ready yet.
449 #if defined(XP_WIN) || defined(XP_MACOSX)
450 pref("media.mediasource.enabled", true);
451 #else
452 pref("media.mediasource.enabled", false);
453 #endif
more options

I think I got a fix for you!

After I updated my OS to Windows 10, and did these changes in about:config to get 1080p, some of the videos were making this sound, and some videos even had a completely green screen.

I did some digging and I found out that it was "media.fragmented-mp4.exposed" that was causing this problem.

So all I had to do was to turn everything to "true", and leaving "media.fragmented-mp4.exposed" on "false".


I was then able to view 1080p videos without any problems.

I hope this helps :)

more options

CiRiX said

I think I got a fix for you! After I updated my OS to Windows 10, and did these changes in about:config to get 1080p, some of the videos were making this sound, and some videos even had a completely green screen. I did some digging and I found out that it was "media.fragmented-mp4.exposed" that was causing this problem. So all I had to do was to turn everything to "true", and leaving "media.fragmented-mp4.exposed" on "false". I was then able to view 1080p videos without any problems. I hope this helps :)

I have been getting a blank green screen and a long annoying BEEEEEEEEP on any JW Player video. I can't believe it! I've been trying to figure out a fix for this for over a MONTH. Thank you. Your fix worked. I am using Linux, btw, and it works fine now, FINALLY, with "media.fragmented-mp4.exposed" on "false".

由 Luxx 於 修改

more options

Luxx said

CiRiX said
I think I got a fix for you! After I updated my OS to Windows 10, and did these changes in about:config to get 1080p, some of the videos were making this sound, and some videos even had a completely green screen. I did some digging and I found out that it was "media.fragmented-mp4.exposed" that was causing this problem. So all I had to do was to turn everything to "true", and leaving "media.fragmented-mp4.exposed" on "false". I was then able to view 1080p videos without any problems. I hope this helps :)

I have been getting a blank green screen and a long annoying BEEEEEEEEP on any JW Player video. I can't believe it! I've been trying to figure out a fix for this for over a MONTH. Thank you. Your fix worked. I am using Linux, btw, and it works fine now, FINALLY, with "media.fragmented-mp4.exposed" on "false".

I am glad it worked out! :)