Some videos have no audio at Ubuntu 18.04
up vote
1
down vote
favorite
I am facing a strange issue. I can hear audio from youtube and other downloaded video files from my ubuntu. Recently, I have bought some courses from udemy. Surprisingly, there is no audio when I play those videos on my browser. I have changed the browser but no help. I tried with chrome & firefox. I even downloaded the video to my pc and play from that. Video is running but there is no audio! I don't understand what's the problem as other videos is running with audio.
This is the property of the video from where I am NOT getting any sound.
And This is the property of the video from where I am getting sound.
This is the screenshot of my sound setting:
Note: videos from udemy is running correctly (with audio) at windows 10 & ubuntu OS in my other pc.
So far, I've tried with these commands. But, still the issue exists.
sudo apt-get update
sudo apt-get install chromium-codecs-ffmpeg-extra
============== Update ===================
I found the problem! Cable of my headphone is so small that can't reach to my ear if I directly insert it at speaker port. That's why, I use an extension cable. But, with the cable I can't hear audio from udemy's video. Without cable, I can hear it. But, it's still strange as I can hear audio from other video's (except udemy's videos) with the extension cable! Any solution for it without changing the cable?
audio ubuntu-18.04
|
show 2 more comments
up vote
1
down vote
favorite
I am facing a strange issue. I can hear audio from youtube and other downloaded video files from my ubuntu. Recently, I have bought some courses from udemy. Surprisingly, there is no audio when I play those videos on my browser. I have changed the browser but no help. I tried with chrome & firefox. I even downloaded the video to my pc and play from that. Video is running but there is no audio! I don't understand what's the problem as other videos is running with audio.
This is the property of the video from where I am NOT getting any sound.
And This is the property of the video from where I am getting sound.
This is the screenshot of my sound setting:
Note: videos from udemy is running correctly (with audio) at windows 10 & ubuntu OS in my other pc.
So far, I've tried with these commands. But, still the issue exists.
sudo apt-get update
sudo apt-get install chromium-codecs-ffmpeg-extra
============== Update ===================
I found the problem! Cable of my headphone is so small that can't reach to my ear if I directly insert it at speaker port. That's why, I use an extension cable. But, with the cable I can't hear audio from udemy's video. Without cable, I can hear it. But, it's still strange as I can hear audio from other video's (except udemy's videos) with the extension cable! Any solution for it without changing the cable?
audio ubuntu-18.04
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
1
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48
|
show 2 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am facing a strange issue. I can hear audio from youtube and other downloaded video files from my ubuntu. Recently, I have bought some courses from udemy. Surprisingly, there is no audio when I play those videos on my browser. I have changed the browser but no help. I tried with chrome & firefox. I even downloaded the video to my pc and play from that. Video is running but there is no audio! I don't understand what's the problem as other videos is running with audio.
This is the property of the video from where I am NOT getting any sound.
And This is the property of the video from where I am getting sound.
This is the screenshot of my sound setting:
Note: videos from udemy is running correctly (with audio) at windows 10 & ubuntu OS in my other pc.
So far, I've tried with these commands. But, still the issue exists.
sudo apt-get update
sudo apt-get install chromium-codecs-ffmpeg-extra
============== Update ===================
I found the problem! Cable of my headphone is so small that can't reach to my ear if I directly insert it at speaker port. That's why, I use an extension cable. But, with the cable I can't hear audio from udemy's video. Without cable, I can hear it. But, it's still strange as I can hear audio from other video's (except udemy's videos) with the extension cable! Any solution for it without changing the cable?
audio ubuntu-18.04
I am facing a strange issue. I can hear audio from youtube and other downloaded video files from my ubuntu. Recently, I have bought some courses from udemy. Surprisingly, there is no audio when I play those videos on my browser. I have changed the browser but no help. I tried with chrome & firefox. I even downloaded the video to my pc and play from that. Video is running but there is no audio! I don't understand what's the problem as other videos is running with audio.
This is the property of the video from where I am NOT getting any sound.
And This is the property of the video from where I am getting sound.
This is the screenshot of my sound setting:
Note: videos from udemy is running correctly (with audio) at windows 10 & ubuntu OS in my other pc.
So far, I've tried with these commands. But, still the issue exists.
sudo apt-get update
sudo apt-get install chromium-codecs-ffmpeg-extra
============== Update ===================
I found the problem! Cable of my headphone is so small that can't reach to my ear if I directly insert it at speaker port. That's why, I use an extension cable. But, with the cable I can't hear audio from udemy's video. Without cable, I can hear it. But, it's still strange as I can hear audio from other video's (except udemy's videos) with the extension cable! Any solution for it without changing the cable?
audio ubuntu-18.04
audio ubuntu-18.04
edited Nov 26 at 8:51
asked Nov 24 at 17:15
user1896653
10914
10914
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
1
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48
|
show 2 more comments
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
1
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
1
1
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48
|
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1378064%2fsome-videos-have-no-audio-at-ubuntu-18-04%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
Since the audio codecs are the same, it seems like a bug. If the other PC has an older version of Ubuntu, I would suggest reporting this issue as a bug on Launchpad. But if it's the same version, then that's weird... I can't explain that.
– Robin Green
Nov 24 at 23:53
1
I checked at the same version of Ubuntu, that's why it's weird!
– user1896653
Nov 25 at 10:45
OK, do you have any packages installed on the other Ubuntu that are not installed on this machine?
– Robin Green
Nov 25 at 10:45
Can't remember any special package that have been installed on the other Ubuntu..
– user1896653
Nov 25 at 12:35
You can find the process ID of the application which is not playing audio and type pmap and then the process ID to see all the library files that are loaded. Then do the same thing on the Ubuntu that works. In this way you can find any libraries that are missing or not being used.
– Robin Green
Nov 25 at 12:48