installed version 20.04 and then installed VLC which shows it loaded but nothing plays
Just recently installed version 20.04 and from the software centre I installed VLC media player. VLC shows as loaded but no media will play.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2021-02-24
- Last query:
- 2021-02-24
- Last reply:
- 2021-02-24
What happens when you try?
What "media" are you trying to play?
Jaime Cruz (jaime-cruz) said : | #2 |
Ever since installing Focal I've noticed VLC acting strangely. Sometimes when I shut it down after watching a DVD, there is a zombie process that just sits out there doing nothing. Any attempt to play any other media results with VLC doing nothing. Once I kill the zombie process, things go back to normal. I never saw this behavior in bionic.
What is the output of:
apt-cache policy vlc
Thanks
If you make a fresh Ubuntu user then log in as that is it the same?
john seddon (jseddon) said : | #4 |
Actionparsnip
When I get an email that has a video attached it will not play.The video
is usually an MP4 and when I select I get the message "what should
Thunderbird do with this file" which is "open with env".Nothing
happens.So I switch to VLC and again nothing happens.I get Youtube
videos and Internet instructional videos OK.
John
On 2021-02-21 6:45 a.m., actionparsnip wrote:
> Your question #695670 on Ubuntu changed:
> https:/
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What happens when you try?
> What "media" are you trying to play?
>
john seddon (jseddon) said : | #5 |
Actionparsnip,
Not very proficient yet so not sure where to go to find apt-cache policy
vlc.
John
On 2021-02-21 9:30 a.m., actionparsnip wrote:
> Your question #695670 on Ubuntu changed:
> https:/
>
> actionparsnip requested more information:
> What is the output of:
>
> apt-cache policy vlc
>
> Thanks
>
> If you make a fresh Ubuntu user then log in as that is it the same?
>
Replying to the automated email and attaching a file doesn't work. You need to host it online somewhere and make a URL for the file
If you open a terminal (Press CTRL + ALT + T is a shortcut) then run the command and copy/paste the output of the command on your question then we can see the output
john seddon (jseddon) said : | #7 |
Here is the copy/paste from the terminal
Installed: (none)
Candidate: 3.0.9.2-1
Version table:
3.0.9.2-1 500
500 http://
Package
It is flagged as installed on my software but terminal says (none).
John
On 2021-02-21 7:55 p.m., actionparsnip wrote:
> Your question #695670 on Ubuntu changed:
> https:/
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Replying to the automated email and attaching a file doesn't work. You
> need to host it online somewhere and make a URL for the file
>
> If you open a terminal (Press CTRL + ALT + T is a shortcut) then run the
> command and copy/paste the output of the command on your question then
> we can see the output
>
Manfred Hampl (m-hampl) said : | #8 |
You probably have the snap version installed, what is the output of
snap info vlc
john seddon (jseddon) said : | #9 |
license: unset
description: |
VLC is the VideoLAN project's media player.
Completely open source and privacy-friendly, it plays every
multimedia file
and streams.
It notably plays MKV, MP4, MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV,
QuickTime,
WebM, FLAC, MP3, Ogg/Vorbis files, BluRays, DVDs, VCDs, podcasts, and
multimedia streams from various network sources. It supports subtitles,
closed captions and is translated in numerous languages.
commands:
- vlc
snap-id: RT9mcUhVsRYrDLG
tracking: latest/stable
refresh-date: 2 days ago, at 16:25 EST
channels:
latest/stable: 3.0.12.
latest/candidate: 3.0.12.
latest/beta: 3.0.12.
latest/edge: 4.0.0-dev-
installed: 3.0.12.
john@john-
On 2021-02-22 2:05 p.m., Manfred Hampl wrote:
> Your question #695670 on Ubuntu changed:
> https:/
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> You probably have the snap version installed, what is the output of
>
> snap info vlc
>
Manfred Hampl (m-hampl) said : | #10 |
You could experiment with the latest/beta or latest/edge versions form the snap store.
In an case, if a program from the snap store is not working correctly, then you should ask on https:/
john seddon (jseddon) said : | #11 |
Manfred
I installed 20.04 because it was highly recommended and is to be
supported until 2025.Should I try to download it again so it overwrites
and hopefully corrects this deficiency or is there a better version that
will overwrite 20.04.Since the terminal says the VLC download isn't in
the cache even though the app store indicates it is installed I'm
wondering if it's worth the effort when it might be more sophisticated
than I need.I can remove it if there's something simpler.All previous
versions never required this much tinkering for such a basic
function.Any suggestions?
John
On 2021-02-23 2:11 a.m., Manfred Hampl wrote:
> Your question #695670 on Ubuntu changed:
> https:/
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> You could experiment with the latest/beta or latest/edge versions form
> the snap store.
>
> In an case, if a program from the snap store is not working correctly,
> then you should ask onhttps:
> https:/
>
|
#12 |
In the past years the move away from *.deb packages towards software delivered in form of snap packages has started. There still are some peculiarities, e.g. with the app store.
VLC currently is available in both formats (snap and deb) for Ubuntu 20.04.
If you are not satisfied with the VLC snap package (version 3.0.12.1 from latest/stable), then you can try other versions (either snap packages from development channels or the deb version from the Ubuntu repository - currently version 3.0.9.2-1)
Having a problem with a single application usually does not require a new installation of the whole operating system.
My suggestion: uninstall the snap version and install the deb version with the commands
sudo snap remove vlc
sudo apt install vlc
john seddon (jseddon) said : | #13 |
Manfred,
That worked great.Thanks for the help and tip on deb version.
John