SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-12-2008, 11:31 PM
dkg dkg is offline
New Member
 
Join Date: Dec 2006
Posts: 3
PlaybackException on gentoo/amd64

Hi all,

I just purchased the Linux version (been using the Windows version for years) and I'm installing it on an existing Gentoo/~amd64 home server. I think I'm close to having it working, but playback is a no-go so far. I can't get the mplayer binary that shipped with the client to work because I get this error:
Code:
[dave@mab client]$ ./mplayer
./mplayer: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory
[dave@mab client]$
I do have faac installed, but it's 64-bit only (libfaac is not in emul-linux-x86-medialibs or -soundlibs). Instead, I created a symlink to my system mplayer, turned on the miniclient log and found:

Code:
Thu 6/12 21:12:19.301 Execute media command 0
Thu 6/12 21:12:19.301 STATS chanBW=0 streamBW=0 targetBW=0 pretime=0
Thu 6/12 21:12:19.301 Finished pushing current data buffer of 16384 availSize=0 totalPushed=0 fileSize=0
Thu 6/12 21:12:19.302 Execute media command 16
Thu 6/12 21:12:19.368 MPlayer was launched successfully
Thu 6/12 21:12:19.397 stdout:MPlayer dev-SVN-r26753-4.2.4 (C) 2000-2008 MPlayer Team
Thu 6/12 21:12:19.397 stdout:CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2)
Thu 6/12 21:12:19.397 stdout:CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Thu 6/12 21:12:19.397 stdout:Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Thu 6/12 21:12:19.398 stdout consumer has closed
Thu 6/12 21:12:19.398 Waiting for MPlayer to finish loading
Thu 6/12 21:12:19.399 stderr:3DNow supported but disabled
Thu 6/12 21:12:19.399 stderr:3DNowExt supported but disabled
Thu 6/12 21:12:19.399 stderr:Unknown option on the command line: -stream-buffer-size
Thu 6/12 21:12:19.399 stderr:Error parsing option on the command line: -stream-buffer-size
Thu 6/12 21:12:19.399 stderr consumer has closed
Thu 6/12 21:12:29.401 Done waiting for MPlayer to finish loading
Thu 6/12 21:12:29.401 Waiting for MPlayer to pass time:0
Thu 6/12 21:12:39.406 Done waiting for MPlayer to pass time:0
Thu 6/12 21:12:39.406 Execute media command 1
Thu 6/12 21:12:39.406 Closing down mplayer
Thu 6/12 21:12:39.406 Sending mplayer command:inactive_file
Thu 6/12 21:12:39.406 Sending mplayer command:quit
Thu 6/12 21:12:39.406 MPlayer process exit code:1
Thu 6/12 21:12:39.417 Error w/ Media Thread: java.net.SocketException: Connection reset
So, sage is passing a parameter not recognized by stock mplayer. I decided to hack up a ruby script to named "mplayer" that would strip -stream-buffer-size and pass the rest of the parameters to mplayer. This had the following results:

Code:
Thu 6/12 21:55:20.741 Waiting for MPlayer to finish loading
Thu 6/12 21:55:20.774 stdout:MPlayer dev-SVN-r26753-4.2.4 (C) 2000-2008 MPlayer Team
Thu 6/12 21:55:20.776 stdout:CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2)
Thu 6/12 21:55:20.776 stderr:3DNow supported but disabled
Thu 6/12 21:55:20.777 stderr:3DNowExt supported but disabled
Thu 6/12 21:55:20.777 stdout:CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Thu 6/12 21:55:20.777 stdout:Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Thu 6/12 21:55:20.778 stdout:
Thu 6/12 21:55:20.778 stdout:Playing stv://mab//var/media/music/Ma,.
Thu 6/12 21:55:20.782 stderr:No stream found to handle url stv://mab//var/media/music/Ma,
Okay ... so before I request sage's mplayer source (where is the mplayer GPL license in the client package, BTW?!), does anyone know how to either ..

a) get a 32-bit libfaac build on gentoo/amd64, preferably with an ebuild?
b) otherwise get a 64-bit build of mplayer with the options sage needs?

I've seen one or two other posts in the forums, but none seemed to have a complete solution to this problem. And I thought it would be relatively painless since I was starting with Gentoo (even with 64-bit).

Thanks.
Reply With Quote
  #2  
Old 06-13-2008, 04:16 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
http://gentoo-wiki.com/HOWTO_AMD_64#...d_32bit_codecs

Does that help? I don't run the client in linux, only the server bits.

B
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
  #3  
Old 06-16-2008, 09:00 PM
dkg dkg is offline
New Member
 
Join Date: Dec 2006
Posts: 3
No, unfortunately. I have those packages installed, the problem is they don't contain a build for libfaac. I have most of the server parts working. Thanks, though.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PlaybackException: Error (-10,0..... pvr599 SageTV Software 2 06-02-2010 06:14 AM
Need help fixing PlaybackException Error... t4uecker SageTV Software 3 03-04-2008 05:11 PM
Error: PlaybackException maudib SageTV Software 1 03-01-2008 10:45 AM
PlaybackException: error (-5,0x80040256) killerkhan SageTV Software 4 02-06-2008 07:23 PM
PlaybackException ERROR on upgrade to 6.0 Skiier__Dude SageTV Software 4 03-02-2007 03:23 AM


All times are GMT -6. The time now is 05:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.