Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

media player codec

  • Không có trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
more options

I have a php file with an html video tag which recently stopped working in Firefox Developer Edition (FDE). It still works in other browsers. In FDE, the volume is permanently muted. I can't find a way to turn mute off. In About:Config under Media: there are messages at

media.decoder-doctor.new-issue-endpoint = https://webcompat.com/issues/new

and

media.decoder-doctor.notifications-allowed = MediaWMFNeeded,MediaWidevineNoWMF,MediaCannotInitializePulseAudio,MediaCannotPlayNoDecoders,MediaUnsupportedLibavcodec,MediaPlatformDecoderNotFound

The partial source code is:

 

I have a php file with an html video tag which recently stopped working in Firefox Developer Edition (FDE). It still works in other browsers. In FDE, the volume is permanently muted. I can't find a way to turn mute off. In About:Config under Media: there are messages at media.decoder-doctor.new-issue-endpoint = https://webcompat.com/issues/new and media.decoder-doctor.notifications-allowed = MediaWMFNeeded,MediaWidevineNoWMF,MediaCannotInitializePulseAudio,MediaCannotPlayNoDecoders,MediaUnsupportedLibavcodec,MediaPlatformDecoderNotFound The partial source code is: <video onclick='playPause()' width='100%' controls muted> <source src='/videos/".$trimDir."/".basename($s)."' type='video/mp4'> </video>