본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Playing online mp4 in Firefox no longer possible?

more options

I have a number of mp4 videos stored in an online platform. After uploading a video, I used to be able to check that the video played correctly, by entering the URL on firefox, thus loading and playing the video inside the FF tab. Now, upon entering the URL, a pop up window opens up, offering to download the video to my hard drive. I can no longer play the online mp4 video. I messed a bit with the About:config commands but wasn't able to find a solution.

I have a number of mp4 videos stored in an online platform. After uploading a video, I used to be able to check that the video played correctly, by entering the URL on firefox, thus loading and playing the video inside the FF tab. Now, upon entering the URL, a pop up window opens up, offering to download the video to my hard drive. I can no longer play the online mp4 video. I messed a bit with the About:config commands but wasn't able to find a solution.

모든 댓글 (3)

more options

Could you check something: in the tab where you want to play the video, first open Firefox's Network Monitor, one of the Developer tools, in the lower part of the tab. You can do that using either:

  • menu > Developer > Network Monitor
  • Ctrl+Shift+k then click "Network" along the top edge of the web console

Now try loading the video in the upper part of the tab. Cancel the download.

The Network Monitor should show the request. If you click it, usually Firefox will show "Headers" and among these should be the Content-type. Does it show video/mp4 or some other content type? If it's not video/mp4, Firefox might not think it can play it.

The headers might also include Content-disposition. If that is there, does it say inline or attachment? (Attachment forces a download, inline should play in the tab.)

more options

Thanks jscher2000. I checked your suggestion. The Content-type shows 'application/octet-stream'. I should add that I'm using a private platform by Amazon to upload the videos.

I have solved half the problem by changing the value of media.play-stand-alone to true. However, I'm uploading two kinds of mp4 videos. Upon checking both on the freeware software 'MediaInfo', I can say that the ones identified as M4V (Codec ID) are now playing in FF, while the ones identified as isom still try to download.

Maybe is a matter of keep changing values in the About:config tab, but I don't know what else to change yet.

more options

CarlosMdq said

The Content-type shows 'application/octet-stream'.

Can you modify the server settings to send video/mp4 ?