Opera will not play Twitter videos (and others)
Here is an example above. It also does the same thing on other sites with other video players, but I figure this is one of the more well known ones.
Any help?
opera
add a comment |
Here is an example above. It also does the same thing on other sites with other video players, but I figure this is one of the more well known ones.
Any help?
opera
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52
add a comment |
Here is an example above. It also does the same thing on other sites with other video players, but I figure this is one of the more well known ones.
Any help?
opera
Here is an example above. It also does the same thing on other sites with other video players, but I figure this is one of the more well known ones.
Any help?
opera
opera
asked May 26 '16 at 1:08
Carson
15127
15127
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52
add a comment |
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52
add a comment |
3 Answers
3
active
oldest
votes
Run this command in a terminal (Ctrl+Alt+T):
sudo apt-get install chromium-codecs-ffmpeg-extra
Then restart Opera.
add a comment |
If you are having trouble with videos on the web that are not flash, it is probably a video that uses the H.264 codec. In the past chromium-codecs-ffmpeg-extra has resolved this (and might again) Unfortunately, Opera has some issues with using the library sometimes, because it's so tightly integrated with chromium. There is no 100% good solution of getting H.264 support in Opera right now.
Basically Opera is having trouble with the licensing. The library that provides many codecs that Opera uses is called ffmpeg. However, they have removed the H.264 part of it, because even though ffmpeg has a free license, the patent pool of H.264 will demand license fees from commercial projects that are using implementations of it, like Opera.
Chromium and Chrome, however, do have support for H.264 in their ffmpeg library, because Google has payed the license fee.
Switching to Google Chrome or perhaps Chromium is highly likely to resolve this issue entirely.(it did for me on both Ubuntu 14.04 and 16.04 - 64-bit)
The only other option I can suggest even trying is the installation of the Ubuntu Resticted Extras Package Available in the [multiverse repository] which is defined as Unsupported, Closed-Source and Patent-Encumbered Software:
For more on the multiverse repository and how and whether to enable it see this excellent Q & A
Sources:
https://help.ubuntu.com/community/OperaBrowser
What's the difference between multiverse, universe, restricted and main?
add a comment |
As others have stated, the main problem is ffmpeg library. To fix that, install Chromium and then copy the ffmpeg.so
file that Chromium uses. You can do it like this:
sudo cp /snap/chromium/current/usr/lib/chromium-browser/libffmepg.so /usr/lib/x86-64-linux-gnu/opera/
After that, just restart Opera and the problem will be fixed.
NOTE: Everytime Opera upgrades, you need to copy ffmpeg.so
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f777573%2fopera-will-not-play-twitter-videos-and-others%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run this command in a terminal (Ctrl+Alt+T):
sudo apt-get install chromium-codecs-ffmpeg-extra
Then restart Opera.
add a comment |
Run this command in a terminal (Ctrl+Alt+T):
sudo apt-get install chromium-codecs-ffmpeg-extra
Then restart Opera.
add a comment |
Run this command in a terminal (Ctrl+Alt+T):
sudo apt-get install chromium-codecs-ffmpeg-extra
Then restart Opera.
Run this command in a terminal (Ctrl+Alt+T):
sudo apt-get install chromium-codecs-ffmpeg-extra
Then restart Opera.
edited Sep 23 '17 at 18:36
Eliah Kagan
81.3k20227364
81.3k20227364
answered Jun 15 '16 at 16:15
gustavwiz
437212
437212
add a comment |
add a comment |
If you are having trouble with videos on the web that are not flash, it is probably a video that uses the H.264 codec. In the past chromium-codecs-ffmpeg-extra has resolved this (and might again) Unfortunately, Opera has some issues with using the library sometimes, because it's so tightly integrated with chromium. There is no 100% good solution of getting H.264 support in Opera right now.
Basically Opera is having trouble with the licensing. The library that provides many codecs that Opera uses is called ffmpeg. However, they have removed the H.264 part of it, because even though ffmpeg has a free license, the patent pool of H.264 will demand license fees from commercial projects that are using implementations of it, like Opera.
Chromium and Chrome, however, do have support for H.264 in their ffmpeg library, because Google has payed the license fee.
Switching to Google Chrome or perhaps Chromium is highly likely to resolve this issue entirely.(it did for me on both Ubuntu 14.04 and 16.04 - 64-bit)
The only other option I can suggest even trying is the installation of the Ubuntu Resticted Extras Package Available in the [multiverse repository] which is defined as Unsupported, Closed-Source and Patent-Encumbered Software:
For more on the multiverse repository and how and whether to enable it see this excellent Q & A
Sources:
https://help.ubuntu.com/community/OperaBrowser
What's the difference between multiverse, universe, restricted and main?
add a comment |
If you are having trouble with videos on the web that are not flash, it is probably a video that uses the H.264 codec. In the past chromium-codecs-ffmpeg-extra has resolved this (and might again) Unfortunately, Opera has some issues with using the library sometimes, because it's so tightly integrated with chromium. There is no 100% good solution of getting H.264 support in Opera right now.
Basically Opera is having trouble with the licensing. The library that provides many codecs that Opera uses is called ffmpeg. However, they have removed the H.264 part of it, because even though ffmpeg has a free license, the patent pool of H.264 will demand license fees from commercial projects that are using implementations of it, like Opera.
Chromium and Chrome, however, do have support for H.264 in their ffmpeg library, because Google has payed the license fee.
Switching to Google Chrome or perhaps Chromium is highly likely to resolve this issue entirely.(it did for me on both Ubuntu 14.04 and 16.04 - 64-bit)
The only other option I can suggest even trying is the installation of the Ubuntu Resticted Extras Package Available in the [multiverse repository] which is defined as Unsupported, Closed-Source and Patent-Encumbered Software:
For more on the multiverse repository and how and whether to enable it see this excellent Q & A
Sources:
https://help.ubuntu.com/community/OperaBrowser
What's the difference between multiverse, universe, restricted and main?
add a comment |
If you are having trouble with videos on the web that are not flash, it is probably a video that uses the H.264 codec. In the past chromium-codecs-ffmpeg-extra has resolved this (and might again) Unfortunately, Opera has some issues with using the library sometimes, because it's so tightly integrated with chromium. There is no 100% good solution of getting H.264 support in Opera right now.
Basically Opera is having trouble with the licensing. The library that provides many codecs that Opera uses is called ffmpeg. However, they have removed the H.264 part of it, because even though ffmpeg has a free license, the patent pool of H.264 will demand license fees from commercial projects that are using implementations of it, like Opera.
Chromium and Chrome, however, do have support for H.264 in their ffmpeg library, because Google has payed the license fee.
Switching to Google Chrome or perhaps Chromium is highly likely to resolve this issue entirely.(it did for me on both Ubuntu 14.04 and 16.04 - 64-bit)
The only other option I can suggest even trying is the installation of the Ubuntu Resticted Extras Package Available in the [multiverse repository] which is defined as Unsupported, Closed-Source and Patent-Encumbered Software:
For more on the multiverse repository and how and whether to enable it see this excellent Q & A
Sources:
https://help.ubuntu.com/community/OperaBrowser
What's the difference between multiverse, universe, restricted and main?
If you are having trouble with videos on the web that are not flash, it is probably a video that uses the H.264 codec. In the past chromium-codecs-ffmpeg-extra has resolved this (and might again) Unfortunately, Opera has some issues with using the library sometimes, because it's so tightly integrated with chromium. There is no 100% good solution of getting H.264 support in Opera right now.
Basically Opera is having trouble with the licensing. The library that provides many codecs that Opera uses is called ffmpeg. However, they have removed the H.264 part of it, because even though ffmpeg has a free license, the patent pool of H.264 will demand license fees from commercial projects that are using implementations of it, like Opera.
Chromium and Chrome, however, do have support for H.264 in their ffmpeg library, because Google has payed the license fee.
Switching to Google Chrome or perhaps Chromium is highly likely to resolve this issue entirely.(it did for me on both Ubuntu 14.04 and 16.04 - 64-bit)
The only other option I can suggest even trying is the installation of the Ubuntu Resticted Extras Package Available in the [multiverse repository] which is defined as Unsupported, Closed-Source and Patent-Encumbered Software:
For more on the multiverse repository and how and whether to enable it see this excellent Q & A
Sources:
https://help.ubuntu.com/community/OperaBrowser
What's the difference between multiverse, universe, restricted and main?
answered Sep 23 '17 at 18:02
Elder Geek
26.4k952125
26.4k952125
add a comment |
add a comment |
As others have stated, the main problem is ffmpeg library. To fix that, install Chromium and then copy the ffmpeg.so
file that Chromium uses. You can do it like this:
sudo cp /snap/chromium/current/usr/lib/chromium-browser/libffmepg.so /usr/lib/x86-64-linux-gnu/opera/
After that, just restart Opera and the problem will be fixed.
NOTE: Everytime Opera upgrades, you need to copy ffmpeg.so
.
add a comment |
As others have stated, the main problem is ffmpeg library. To fix that, install Chromium and then copy the ffmpeg.so
file that Chromium uses. You can do it like this:
sudo cp /snap/chromium/current/usr/lib/chromium-browser/libffmepg.so /usr/lib/x86-64-linux-gnu/opera/
After that, just restart Opera and the problem will be fixed.
NOTE: Everytime Opera upgrades, you need to copy ffmpeg.so
.
add a comment |
As others have stated, the main problem is ffmpeg library. To fix that, install Chromium and then copy the ffmpeg.so
file that Chromium uses. You can do it like this:
sudo cp /snap/chromium/current/usr/lib/chromium-browser/libffmepg.so /usr/lib/x86-64-linux-gnu/opera/
After that, just restart Opera and the problem will be fixed.
NOTE: Everytime Opera upgrades, you need to copy ffmpeg.so
.
As others have stated, the main problem is ffmpeg library. To fix that, install Chromium and then copy the ffmpeg.so
file that Chromium uses. You can do it like this:
sudo cp /snap/chromium/current/usr/lib/chromium-browser/libffmepg.so /usr/lib/x86-64-linux-gnu/opera/
After that, just restart Opera and the problem will be fixed.
NOTE: Everytime Opera upgrades, you need to copy ffmpeg.so
.
answered Aug 20 '18 at 19:43
Luisus
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f777573%2fopera-will-not-play-twitter-videos-and-others%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What version of Ubuntu, and what version of opera?
– Mateo
May 26 '16 at 1:19
Ubuntu 14.04.4 LTS and Opera 39.0.2234.0
– Carson
May 26 '16 at 1:25
The support at opera forums is really good. I recommend going there. forums.opera.com
– Bhikkhu Subhuti
May 26 '16 at 1:52