LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-17-2011, 04:16 AM   #1
malayo
Member
 
Registered: Dec 2010
Posts: 130

Rep: Reputation: 1
smplayer failed to play mkv


as the title above, it failed playing mkv but totem can play it just fine
Code:
[h264 @ 0x7f3be8ee5600]AVC: nal size 122945
[h264 @ 0x7f3be8ee5600]no frame!
Error while decoding frame!
[h264 @ 0x7f3be8ee5600]AVC: nal size 95745
[h264 @ 0x7f3be8ee5600]no frame!
Error while decoding frame!

Too many audio packets in the buffer: (4100 in 702036 bytes).
Maybe you are playing a non-interleaved stream/file or the codec failed?
For AVI files, try to force non-interleaved mode with the -ni option.
A:   0.2 V:   0.0 A-V:  0.227 ct:  0.000   0/  0 ??% ??% ??,?% 1121 0 

Exiting... (End of file)
smplayer used v. 0.6.9 (SVN r3447) on debian 6 64-bit
 
Old 03-17-2011, 10:24 AM   #2
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Are you using mplayer from the stock debian repo or the one from debian multimedia? If so, use the 2nd.
 
Old 03-17-2011, 07:51 PM   #3
malayo
Member
 
Registered: Dec 2010
Posts: 130

Original Poster
Rep: Reputation: 1
i'm using the one from stock debian repo

i tried adding debian multimedia repo and do apt-pinning by trying higher and lower priority number than squeeze but both pulls from main. How would i be able to install from debian multimedia?

below is my preferences file content:
Code:
ackage: *
Pin: origin www.debian-multimedia.org
Pin-Priority: 100

Package: *
Pin: release a=squeeze
Pin-Priority: 300

Package: *
Pin: release a=debian
Pin-Priority: 200
the last repo is linux mint debian edition

Last edited by malayo; 03-17-2011 at 08:02 PM.
 
Old 03-18-2011, 02:53 AM   #4
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
What does "apt-cache policy mplayer" show you about mplayer? Here is what I get on my laptop, where I dont use apt-pinning.
Code:
$ apt-cache policy mplayer
mplayer:
  Εγκατεστημένα: (κανένα)
  Υποψήφιο:      3:1.0~rc4-0.1
  Πίνακας Έκδοσης:
     3:1.0~rc4-0.1 0
        500 http://ftp.uni-kl.de/debian-multimedia/ testing/main i386 Packages
     2:1.0~rc4.dfsg1-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
On a regular upgrade, apt would upgrade it to the debian multimedia one, since it's a "newer" version.

Please note that I am not using the regular mplayer package but mplayer-nogui which is only available in debian-multimedia.
It works in the same manner as the regular mplayer, so if you install it it will probably replace "plain" mplayer and smplayer will use it as an mplayer binary with no extra configuration.
 
Old 03-18-2011, 07:48 AM   #5
malayo
Member
 
Registered: Dec 2010
Posts: 130

Original Poster
Rep: Reputation: 1
# apt-cache policy smplayer
Code:
smplayer:
  Installed: 0.6.9-1
  Candidate: 0.6.9-1
  Version table:
 *** 0.6.9-1 0
        500 http://ftp.us.debian.org/debian/ squeeze/main amd64 Packages
        100 /var/lib/dpkg/status
even with
# aptitude -t www.debian-multimedia.org install smplayer

apt still pulls from main
 
Old 03-18-2011, 08:09 AM   #6
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
What's in your sources.list?,also you are looking at the smplayer package and not mplayer.
I get the same as jim p:

Code:
ade@Pc1:~$ apt-cache policy mplayer
mplayer:
  Installed: (none)
  Candidate: 3:1.0~rc4-0.1
  Version table:
     3:1.0~rc4-0.1 0
        990 http://debian-multimedia.org/ wheezy/main amd64 Packages
     2:1.0~rc4.dfsg1-2 0
        990 http://ftp.us.debian.org/debian/ testing/main amd64 Packages
        500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
 
Old 03-18-2011, 08:48 AM   #7
malayo
Member
 
Registered: Dec 2010
Posts: 130

Original Poster
Rep: Reputation: 1
sorry i misread

Code:
# apt-cache policy mplayer
mplayer:
  Installed: 2:1.0~rc3++final.dfsg1-1
  Candidate: 2:1.0~rc3++final.dfsg1-1
  Version table:
     2:1.0~rc3++svn20100804-0.2 0
        100 http://www.debian-multimedia.org/ squeeze/main amd64 Packages
 *** 2:1.0~rc3++final.dfsg1-1 0
        500 http://ftp.us.debian.org/debian/ squeeze/main amd64 Packages
        100 /var/lib/dpkg/status
my sources.list

Code:
deb http://security.debian.org/ squeeze/updates main
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/ squeeze/updates main

deb http://ftp.us.debian.org/debian squeeze main contrib non-free

#deb http://ftp.tw.debian.org/debian experimental main contrib non-free

deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free

deb http://apt.ludomatic.fr squeeze non-free

deb http://packages.linuxmint.com/ debian main upstream import

## libreoffice
deb http://download.tuxfamily.org/gericom/libreoffice / #gericom@hummer

Last edited by malayo; 03-18-2011 at 08:50 AM.
 
Old 03-18-2011, 09:51 AM   #8
eveningsky339
Member
 
Registered: Mar 2010
Location: Western Maine
Distribution: PCLinuxOS (LXDE)
Posts: 466

Rep: Reputation: 51
Quote:
Originally Posted by malayo View Post
deb http://packages.linuxmint.com/ debian main upstream import
What is this? It would seem you are mixing the LMDE repo's with Debian. I don't see any MPlayer packages in the LMDE repo but I am concerned about some sort of repository conflict, especially considering you are running stable and LMDE is based on testing.

I can't say if that's the problem but its something to consider.
 
Old 02-17-2012, 09:43 PM   #9
frgomes
LQ Newbie
 
Registered: Oct 2009
Posts: 4

Rep: Reputation: 0
Mixing linuxmint with squeeze may lead to problems

I confirm that mixing packages from linuxmint with squeeze may lead to problems, unless you know very well what you are doing.

You will probably find easier reinstalling everything from scratch than trying to fix the huge mess you will obtain after several packages are installed.

You have been warned!

Last edited by frgomes; 02-17-2012 at 09:48 PM. Reason: typo
 
Old 02-18-2012, 01:46 AM   #10
malayo
Member
 
Registered: Dec 2010
Posts: 130

Original Poster
Rep: Reputation: 1
yup, i had reinstalled my squeeze amd64 and use smplayer from main. no problem playing .mkv at all.
 
Old 02-18-2012, 12:29 PM   #11
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Get rid of these repos:
deb http://packages.linuxmint.com/ debian main upstream import

## libreoffice
deb http://download.tuxfamily.org/gericom/libreoffice / #gericom@hummer

LibreOffice is in backports. And Mint LMDE is based on testing not stable which is what you are running.

A Suggested sources.list, which includes backports and debian-multimedia.org

Code:
##################
## Debian Stable  ##
##################
#Stable 
#deb http://http.us.debian.org/debian/ squeeze main contrib non-free 
#Stable Sources
#deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free 

#Security Updates  http://www.debian.org/security/
#deb http://security.debian.org/ squeeze/updates main contrib non-free 

# Please note: The debian-volatile project has been discontinued with the Debian Squeeze release.
# See http://lists.debian.org/debian-volatile-announce/2011/msg00000.html for details.
# Debian Volatile is now squeeze-updates
# Squeeze-updates 
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free

# Debian Stable Backports 
# For information visit - http://backports.debian.org/
# Secure apt: apt-get install debian-backports-keyring
#deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

# Debian Multimedia Packages - http://debian-multimedia.org/
# DMM Mirrors http://debian-multimedia.org/debian-m.php
# DMM list of mirrors using Google cache http://tinyurl.com/3aoalbl
# Secure apt: apt-get install debian-multimedia-keyring
# deb http://www.debian-multimedia.org squeeze  main non-free
 
Old 09-01-2017, 02:59 AM   #12
alekkova
LQ Newbie
 
Registered: Jul 2006
Posts: 1

Rep: Reputation: 0
uncheck /Smplayer/Options/Preferences/Interface/Hide video window when playing audio files
 
  


Reply



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
[SOLVED] Can't play these .mkv downloads on linux? Morgan- Linux - Software 5 05-28-2010 09:58 AM
SMplayer, Dragon, Movie Player and Mplayer won't play on 2009.1 dad Mandriva 3 10-21-2009 03:44 AM
play .mkv file toddncl Linux - Newbie 3 12-21-2007 09:02 AM
how to play .mkv file vegetassj2 Linux - General 17 09-04-2006 12:52 PM
Some software can play *.MKV?? upsun Linux - Software 0 11-08-2004 12:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:59 PM.

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