搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Twitter says "The media could not be played".

  • 13 个回答
  • 215 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

When I'm trying to watch some media files in Twitter, it says that it couldn't be played. At first I thought that I can fix it with installing flash player, but it didn't help. It works in other browsers (it did even before installing flash player). I'm using firefox version 57.0 and my OS is Ubuntu 15.04. Hope for your help.

When I'm trying to watch some media files in Twitter, it says that it couldn't be played. At first I thought that I can fix it with installing flash player, but it didn't help. It works in other browsers (it did even before installing flash player). I'm using firefox version 57.0 and my OS is Ubuntu 15.04. Hope for your help.

被采纳的解决方案

Twitter uses a HTML5 player and not Flash.

You need to make sure you have packages like FFmpeg installed as Firefox has not used Gstreamer for a good while now.

You can check to see what your system supports at say https://www.youtube.com/html5/ as all check marks should be blue.

Still however even if you do fully support the HTML5 player the videos on Twitter can still annoyingly give this message sometimes instead of playing.

定位到答案原位置 👍 10

所有回复 (13)

more options

选择的解决方案

Twitter uses a HTML5 player and not Flash.

You need to make sure you have packages like FFmpeg installed as Firefox has not used Gstreamer for a good while now.

You can check to see what your system supports at say https://www.youtube.com/html5/ as all check marks should be blue.

Still however even if you do fully support the HTML5 player the videos on Twitter can still annoyingly give this message sometimes instead of playing.

more options

I just use chrome for the many different reasons videos won't play on Firefox.

more options

I just use chrome for the many different reasons videos won't play on Firefox 57. Is there a plan for a massive fix to this new platform?

more options

beatfarmer said

I just use chrome for the many different reasons videos won't play on Firefox 57. Is there a plan for a massive fix to this new platform?

Installing FFmpeg fixed all of my problems with media in FF.

more options

I appreciate the help, but I'm baffled. Why is it that firefox has changed so much in the name of security, which requires us to download unknown zip files full of executables to fix the change? Why not just modify the browser so it plays videos like the other browsers do?

By the way, I refreshed firefox and I downloaded the windows media pack.

more options

Twitter videos hosted on other websites may not work due to CSP violation errors. The Web Console should show an error message in such a case. You will have to click the link to open the video on the Twitter website.

more options

cor-el said

Twitter videos hosted on other websites may not work due to CSP violation errors. The Web Console should show an error message in such a case. You will have to click the link to open the video on the Twitter website.

It seems that this is exactly the problem. When I'm trying to watch twitter videos on my favorite news website I get "The media could not be played", but if I open the video on the twitter website I can watch the video. This is quite annoying as I don't wish to switch websites all the time. Is there a way to insert websites into kind of a safe list so I won't have this issue? Is there any other solution? BTW, I can watch twitter videos on other websites in other browsers and this is only a firefox problem. Thanks

more options

nadavamd said

this is only a firefox problem. Thanks

Edge on Windows 10 does the same so it is not necessarily a Firefox specific problem.

由James于修改

more options

James said

nadavamd said
this is only a firefox problem. Thanks

Edge on Windows 10 does the same so it is not necessarily a Firefox specific problem.

I admit I didn't try Edge, but on Chrome it works just fine... In any case, I like using Firefox, and I'm trying to find a solution to this issue for Firefox.

由nadavamd于修改

more options

cor-el said

Twitter videos hosted on other websites may not work due to CSP violation errors. The Web Console should show an error message in such a case. You will have to click the link to open the video on the Twitter website.

I don't want to bounce between websites just to view a video that every other browser plays just fine. It's ridiculous and aggravating as hell. Going to Twitter to play the video means I have to pause the video (because it autoplays), turn the sound on (because the default is off), resize to full-screen, move the progress bar back to the beginning (because I wasn't fast enough stopping the video when I got there), and then, finally, play the video. Great job, Mozilla. On recap pages (for NBA games) there might be 7-10 highlight videos, most under 30 seconds. This needs to be fixed/removed/whatever. Every other browser plays Twitter videos without having to go to Twitter. I don't care what or why CSP is. I just want my browser to WORK like it used to.

Now, anyone know which version of Firefox do I have to downgrade to in order to bypass this CSP crap?

more options

Seapig said

I don't care what or why CSP is. I just want my browser to WORK like it used to.

Now, anyone know which version of Firefox do I have to downgrade to in order to bypass this CSP crap?

Changing your Firefox version won't help because Firefox has been following websites' CSP instructions for a long time.

You can turn off CSP -- Content Security Policy -- to allow the embedding videos to work. This suspends the feature web-wide; there is not a way to make an exception only for Twitter. At least not without an add-on of some kind.

Here's where you find that setting:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste csp and pause while the list is filtered

(3) Double-click the security.csp.enable preference to switch the value from true to false

If an affected page is already open, reload it (Windows: Ctrl+r, Mac: Command+r).

You may want to change the setting back when you're going to a previously unknown site.

Hopefully Twitter will fix their CSP instructions to resolve this issue.

more options

Seapig said

Now, anyone know which version of Firefox do I have to downgrade to in order to bypass this CSP crap?

Considering that people say they have this same issue with embedded Twitter videos in Edge, it is not not necessarily a bug in recent Firefox versions.

more options

It's Twitter that sets the rules for playing media hosted on their servers elsewhere. If other website host media files on Twitter and embed them on their web pages then they should check whether this is allowed. Twitter may have recently changed their CSP policy if this worked before.

A lot of websites for instance like this forum send an "X-Frame-Options: DENY" header that prevents opening files in a iframe. Others may have very strict CSP rules.