Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

media player codec

  • 3 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: mwilson1

more options

The partial code is :


< video onclick='playPause()' width='100%' controls >

 < source src='/videos/".$trimDir."/".basename($s)."' type='video/mp4' >

</video>

The partial code is : &lt; video onclick='playPause()' width='100%' controls &gt; &lt; source src='/videos/".$trimDir."/".basename($s)."' type='video/mp4' &gt; &lt;/video>

모든 댓글 (3)

more options

mwilson1 said

I have a php file with an html video tag which recently stopped working in Foxfire Developer Edition (FDE). It still works in other browsers. In FDE, the volume is permanently muted. I can't find a way to turn the mute off. In About:Config and 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 code is : < video onclick='playPause()' width='100%' controls > < source src='/videos/".$trimDir."/".basename($s)."' type='video/mp4' > </video>

mwilson1 said

The partial code is : < video onclick='playPause()' width='100%' controls > < source src='/videos/".$trimDir."/".basename($s)."' type='video/mp4' > </video>
more options

I tried to reproduce the issue with sample video from https://samplelib.com/sample-mp4.html on FDE but it works

perhaps it is the video content, can you try to use other video files to validate the "mute" issue ?

more options

I have tried other video files and the result is the same. Firefox Developer Edition won't unmute. I is within the FDE app, the volume symbol changes to the volume symbol with a line through it when the video starts.