LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-10-2018, 02:01 PM   #16
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by jfhendfg View Post
Yeah in fact my dumb*** didn't include allllll the intricate details needed in the bug report, working with a guy via email to get him the information needed. Hopefully a solution will come. Fingers crossed.

Until then I'd say this mystery is still unsolved batman.
I have an old Debian 8 (Jessie) version on my hard drive and thankfully VLC still works on that.

If you install Debian 8 onto a usb - you might be able to use VLC.
 
Old 06-10-2018, 02:05 PM   #17
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Don't worry about it - they never check the details anyway. I usually give them the DNA sequence of my hamster Gerald and they've never taken me up on it yet.

Seriously though, it really does depend on the hosting platform and the package - bug reports can often be easy to post.

Don't give up. If they're going to muck you around a bit then treat it as a challenge to post a bug report.
It's not a challenge I have the willpower for right now. The main thing was a list of all vlc dependencies, and the logfile from vlc -vvv.

Well I have no idea where vlc poops out its logs since it doesn't even tell me after running the command, andd as far as a list of dependencies I have no clue where to find that written out either.

Yeah maybe I'm being petty but I can already tell that won't be enough even if I did have that info on hand.
 
Old 06-10-2018, 02:09 PM   #18
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Quote:
Originally Posted by trumpforprez View Post
I have an old Debian 8 (Jessie) version on my hard drive and thankfully VLC still works on that.

If you install Debian 8 onto a usb - you might be able to use VLC.
I'm happy that solution works for you, but I really really really don't want to lose all the work I've put into this system. Work like hours and days on end working on crap like this. Stuff that the updates never cover, bugs that I worked out on my own and then forgot how I did so.

That's an uphill battle that I definitely don't want to fight.
 
Old 06-10-2018, 02:14 PM   #19
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by jfhendfg View Post
It's not a challenge I have the willpower for right now. The main thing was a list of all vlc dependencies, and the logfile from vlc -vvv.

Well I have no idea where vlc poops out its logs since it doesn't even tell me after running the command, andd as far as a list of dependencies I have no clue where to find that written out either.

Yeah maybe I'm being petty but I can already tell that won't be enough even if I did have that info on hand.
When I run vlc -vvv, it outputs its log to the terminal screen - you just need to cut and paste that.

Do they mean the VLC dependencies that you have installed or that should be installed?

Code:
sudo apt-cache depends vlc
shows you the list of VLC dependencies (and recommendations). My system, for example, gives:

Code:
vlc
  Depends: vlc-bin
  Depends: vlc-plugin-base
  Depends: vlc-plugin-qt
  Depends: vlc-plugin-video-output
  Recommends: vlc-l10n
  Recommends: vlc-plugin-notify
  Recommends: vlc-plugin-samba
  Recommends: vlc-plugin-skins2
  Recommends: vlc-plugin-video-splitter
  Recommends: vlc-plugin-visualization
If you throw the first four of these into:

Code:
dpkg -l vlc-bin vlc-plugin-base vlc-plugin-qt vlc-plugin-video-output
then you will have details of the versions of the dependencies that VLC has on your system (if that's what they're looking for).

Takes a minute, honestly.
 
Old 06-10-2018, 02:15 PM   #20
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jfhendfg View Post
Until then I'd say this mystery is still unsolved batman.
Why do you make the batman reference?
 
Old 06-10-2018, 02:39 PM   #21
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
When I run vlc -vvv, it outputs its log to the terminal screen - you just need to cut and paste that.

Do they mean the VLC dependencies that you have installed or that should be installed?

Code:
sudo apt-cache depends vlc
shows you the list of VLC dependencies (and recommendations). My system, for example, gives:

Code:
vlc
  Depends: vlc-bin
  Depends: vlc-plugin-base
  Depends: vlc-plugin-qt
  Depends: vlc-plugin-video-output
  Recommends: vlc-l10n
  Recommends: vlc-plugin-notify
  Recommends: vlc-plugin-samba
  Recommends: vlc-plugin-skins2
  Recommends: vlc-plugin-video-splitter
  Recommends: vlc-plugin-visualization
If you throw the first four of these into:

Code:
dpkg -l vlc-bin vlc-plugin-base vlc-plugin-qt vlc-plugin-video-output
then you will have details of the versions of the dependencies that VLC has on your system (if that's what they're looking for).

Takes a minute, honestly.
Ok so the vlc -vvv output is what I sent him and he still requested it differently. And on the dependencies he didn't say.

I can't do this I'm sorry.
 
Old 06-10-2018, 02:58 PM   #22
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by jfhendfg View Post
Ok so the vlc -vvv output is what I sent him and he still requested it differently. And on the dependencies he didn't say.

I can't do this I'm sorry.
No problem. Thanks for trying.
 
Old 06-10-2018, 04:01 PM   #23
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
No problem. Thanks for trying.
I wore a Batman t-shirt today.
I live in the UK.

I am so proud of my country
 
Old 06-10-2018, 04:04 PM   #24
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Original Poster
Rep: Reputation: Disabled
This thread is solved.
 
Old 06-10-2018, 04:11 PM   #25
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
When I run vlc -vvv, it outputs its log to the terminal screen - you just need to cut and paste that.

Do they mean the VLC dependencies that you have installed or that should be installed?

Code:
sudo apt-cache depends vlc
shows you the list of VLC dependencies (and recommendations). My system, for example, gives:

Code:
vlc
  Depends: vlc-bin
  Depends: vlc-plugin-base
  Depends: vlc-plugin-qt
  Depends: vlc-plugin-video-output
  Recommends: vlc-l10n
  Recommends: vlc-plugin-notify
  Recommends: vlc-plugin-samba
  Recommends: vlc-plugin-skins2
  Recommends: vlc-plugin-video-splitter
  Recommends: vlc-plugin-visualization
If you throw the first four of these into:

Code:
dpkg -l vlc-bin vlc-plugin-base vlc-plugin-qt vlc-plugin-video-output
then you will have details of the versions of the dependencies that VLC has on your system (if that's what they're looking for).

Takes a minute, honestly.
So if I didn't say it already I'll repeat, the vlc -vvv output is exactly what I sent him, as you described, and that is what he asked for. And I went ahead and sent him the list of VLC dependencies since he said he's still able to help (yeah right).

I'll tell you the same thing I told him. I'm assuming it's wrong, but I sent it anyway.
 
Old 06-10-2018, 04:15 PM   #26
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Quote:
Originally Posted by trumpforprez View Post
This thread is solved.
Not really. But then again maybe it's not a bug at all and my system is just f****d plain and simple. For no reason whatsoever. Why not.
 
Old 06-10-2018, 11:11 PM   #27
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by trumpforprez View Post
VLC is a media player which can circumvent Digital Rights Management.
If VLC is no longer usable on a computer then we can see that Digital Rights Management is being upheld.
sorry, but this isn't true.
native linux mediaplayers (and i won't drop any names no because i do not want to appear as a fanboy) are just as capable of playing all sorts of codecs, just as VLC is.
full stop.
youtube integration is even superior to that of vlc, thanks to youtube-dl.
i keep telling people, you don't depend on VLC on linux.

Quote:
Originally Posted by trumpforprez View Post
This thread is solved.
why? how?

Last edited by ondoho; 06-10-2018 at 11:13 PM.
 
1 members found this post helpful.
Old 06-11-2018, 02:40 AM   #28
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
sorry, but this isn't true.
native linux mediaplayers (and i won't drop any names no because i do not want to appear as a fanboy) are just as capable of playing all sorts of codecs, just as VLC is.
full stop.
youtube integration is even superior to that of vlc, thanks to youtube-dl.
i keep telling people, you don't depend on VLC on linux.
I see. This is good to know.
I will need to try out some Linux media players. It will be an enjoyable exercise.


Quote:
why? how?
I think the VLC version I have on Debian 9 has a bug - but I've just realised I haven't sent a bug report.
I don't want to use up too much of LQ's time but if members think the thread is unsolved then I'll keep it open.
Thank you, Ondoho.
 
Old 06-11-2018, 02:00 PM   #29
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Rep: Reputation: Disabled
Yeah and my issue (vlc -vvv output) isn't even giving me QPainter output, it's still behaving like a retarded wildebeest in a fine china store, but I don't think me talking about it here is going to help anymore.

The guy from the Debian bug people is still emailing me helping me to fix it anyway.

And no offense to anyone but he really seems like he knows his stuff so I'm just going to do what he says.
 
Old 07-03-2018, 07:46 AM   #30
vullick
LQ Newbie
 
Registered: Jul 2018
Posts: 2

Rep: Reputation: Disabled
Bug VLC 3.0.2 on Debian 9

Hello,

If it can help somebody here, in the following post is a workaround to use the last vlc version that runs well on debian stretch, and links to posts of users that have the same problem with VLC 3.0.2 on Debian Stretch (which runs audio but no video files)...
(i can't post external links on my first post here)
 
  


Reply

Tags
broken, vlc



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Youtube video plays with no audio? gael33 Linux - Newbie 13 09-30-2016 08:18 PM
No audio in Flash using Lightspark in Firefox/Chromium, video plays fine linuxbawks Linux - Software 9 05-12-2013 02:13 PM
VLC won't show video but plays sound baronobeefdip Linux - Software 4 05-20-2011 07:59 AM
WMV file plays video but no audio in Lucid johnbartley Linux - Software 2 06-05-2010 08:46 PM
Using ffmpeg and DVDstyler...Audio plays but video stuck on menu Lorienthin Linux - Software 7 06-07-2009 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration