Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

[solved] VLC: Problem with playing DVDs

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
solli
n00b
n00b
User avatar
Posts: 16
Joined: Wed Jul 31, 2002 4:46 pm
Location: Graz, Austria

[solved] VLC: Problem with playing DVDs

  • Quote

Post by solli » Sun Jan 11, 2009 12:38 pm

Hi!

My system upgraded from vlc 0.8.6 -> 0.9.8a. Before the update DVDs used to work without any problems. Since the update the first frames of a movie are played then the picture freezes and the VLC log is full of the following messages:

[00000414] main audio output warning: computed PTS is out of range (2766), clearing out
[00000414] main audio output warning: PTS is out of range (2844), dropping buffer
[00000414] main audio output warning: output PTS is out of range (13538), clearing out
[00000414] main audio output warning: PTS is out of range (-25236), dropping buffer
[00000385] main video output warning: late picture skipped (106863)
[00000414] main audio output warning: computed PTS is out of range (142790), clearing out
[00000414] main audio output warning: PTS is out of range (142860), dropping buffer
[00000414] main audio output warning: output PTS is out of range (153552), clearing out
[00000414] main audio output warning: PTS is out of range (114908), dropping buffer
[00000414] main audio output warning: PTS is out of range (86791), dropping buffer
[00000414] main audio output warning: PTS is out of range (298822), dropping buffer
[00000414] main audio output warning: PTS is out of range (270908), dropping buffer
[00000385] main video output warning: late picture skipped (322836)

The DVDs work perfectly with xine. VLC plays avi-files without any problems so only the DVDs don't work anymore.

Any ideas?

Stef
Last edited by solli on Wed Feb 04, 2009 4:45 pm, edited 1 time in total.
Top
BdON
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 127
Joined: Sat Jan 13, 2007 7:05 pm

  • Quote

Post by BdON » Tue Jan 13, 2009 3:51 pm

I have the same problem. I was not able to fix it but I found a way around it. When you open the DVD, you need to increase the buffer length. The default is 300ms and I had to use values ranging from 3000-10000ms depending on the movie.

If anyone has a way to actually fix it, please post it because I would like to know it as well
Top
solli
n00b
n00b
User avatar
Posts: 16
Joined: Wed Jul 31, 2002 4:46 pm
Location: Graz, Austria

  • Quote

Post by solli » Sun Jan 18, 2009 9:18 am

For me not even this works. I set the dvdread-buffer from 300ms to 10000ms. The only thing that changed was the time until the first picture showed up, then it freezed again.

It seems that not many people are having this problem :-( Since LIRC doesn't work either for vlc since the update (the affected computer is my media center with LIRC and no keyboard) I guess I'll switch to xine.

Unfortunately there's no downgrade possibility for vlc. Shouldn't there be at least two versions in the portage tree (one 0.8.x and one 0.9.x)?

Stefan
Top
jcvet
n00b
n00b
Posts: 2
Joined: Sat Jan 24, 2009 7:46 pm
Location: Dimondale,MI

VLC: Problem with playing DVDs

  • Quote

Post by jcvet » Sat Jan 24, 2009 8:33 pm

Hello !!
I am a noob at posting so I hope this works OK.

This may work for you. I had the same problem. There are 2 places in the kernel that need to be checked. On my Gentoo install they were not by default.
I use genkernel to modify and compile the kernel.
#genkernel --menuconfig all (as root)
Pick "Processor type and features --->"
"[ ] High Resolution Timer Support" change to "[*] High Resolution Timer Support"
Then further down on the list:
"[ ] HPET Timer Support" change to "[* ] HPET Timer Support"
I also defaulted to a 486 processor type. This should not be necessary to change but under "Processor family" I picked my processor.
recompile and reboot.
I am using the onboard intel chips on a GX270. (so intel drivers) Compiled as a stable (x86) system No extra video card. I am not sure if Nvidia or Ati have these problems. I can list more specifics about my system and use flags if needed.

Let me know if this works.
jcvet
Top
solli
n00b
n00b
User avatar
Posts: 16
Joined: Wed Jul 31, 2002 4:46 pm
Location: Graz, Austria

  • Quote

Post by solli » Mon Jan 26, 2009 3:55 pm

Hi jcvet!
You're my hero :-) Setting the first two options in the kernel config made my VLC work again!
thx!
Stefan
Top
szacks
n00b
n00b
Posts: 61
Joined: Wed Mar 09, 2005 2:24 pm

  • Quote

Post by szacks » Mon Mar 23, 2009 6:52 am

I'm having the same problem.
My kernel is 2.6.21 from gentoo-sources and I don't have the options:
High Resolution Timer Support or
HPET Timer Support

in my Processor type and features menu.
Is this only in newer kernels?

Thanks
Sim
Top
cyberbat
n00b
n00b
Posts: 13
Joined: Mon Jan 31, 2011 10:23 am

Re: VLC: Problem with playing DVDs

  • Quote

Post by cyberbat » Mon Mar 28, 2011 6:45 pm

jcvet wrote: Pick "Processor type and features --->"
"[ ] High Resolution Timer Support" change to "[*] High Resolution Timer Support"
Then further down on the list:
"[ ] HPET Timer Support" change to "[* ] HPET Timer Support"
Big big big thanks to you, man! This thread is the only place where I've found a solution in whole internet. I have just one question: how (HOW???) have you guessed that DVD playing by VLC depends on this two options?

Thanks a lot again.
Top
equus
n00b
n00b
Posts: 9
Joined: Sun Jan 16, 2005 9:53 pm

Re: VLC: Problem with playing DVDs

  • Quote

Post by equus » Sat Jul 27, 2013 12:32 pm

jcvet wrote:Hello !!
I am a noob at posting so I hope this works OK.

This may work for you. I had the same problem. There are 2 places in the kernel that need to be checked. On my Gentoo install they were not by default.
I use genkernel to modify and compile the kernel.
#genkernel --menuconfig all (as root)
Pick "Processor type and features --->"
"[ ] High Resolution Timer Support" change to "[*] High Resolution Timer Support"
Then further down on the list:
"[ ] HPET Timer Support" change to "[* ] HPET Timer Support"
I also defaulted to a 486 processor type. This should not be necessary to change but under "Processor family" I picked my processor.
recompile and reboot.
I am using the onboard intel chips on a GX270. (so intel drivers) Compiled as a stable (x86) system No extra video card. I am not sure if Nvidia or Ati have these problems. I can list more specifics about my system and use flags if needed.

Let me know if this works.
jcvet
Thanks jcvet !

This worked for me too.

In my case (kernel 3.8.13), I just had to check :

[*] High Resolution Timer Support

in :
General setup --->
Timers subsystem --->

Rebuild the kernel, reboot, and... DVD playback works flawlessly again.

Kind Regards.
Top
Post Reply

8 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic