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 08-27-2019, 10:16 AM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Linux Placeshifter blank screen

Placeshifter (sagetv-client_9.2.1_amd64)
Very odd all get is a blank screen in LiveTV or and Video but Windows one work very odd
Any one else run into this ?.
Reply With Quote
  #2  
Old 08-27-2019, 11:25 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by SHS View Post
Placeshifter (sagetv-client_9.2.1_amd64)
Very odd all get is a blank screen in LiveTV or and Video but Windows one work very odd
Any one else run into this ?.
Enable (or disable) the 3D acceleration in the Setting menu.
Reply With Quote
  #3  
Old 08-27-2019, 12:35 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Quote:
Originally Posted by stuckless View Post
Enable (or disable) the 3D acceleration in the Setting menu.
I all ready try those option
With it Enable it just dose nothing as in never start
With it Disable I do get the main menu but soon I try play any video is just a blank screen never start
I even try disable/enable video post processing
Any other idea stuckless ?.
Reply With Quote
  #4  
Old 08-27-2019, 02:59 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I don't use my placeshifter very often, but I just tried now, and it works. That is all that i can recall in terms of getting it to work.
Reply With Quote
  #5  
Old 08-27-2019, 05:04 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
If any one run Ubuntu 18.04.3 I love to here from all
Reply With Quote
  #6  
Old 08-27-2019, 11:48 PM
Galaxysurfer Galaxysurfer is offline
Sage Aficionado
 
Join Date: Jun 2009
Location: Calgary, AB CANADA
Posts: 396
I can get livetv playback when i run Kaffeine, which has a customized version of VLC code. Not sure what is different about it to native sage player. Maybe it is the codecs? I am not running ubuntu so can't comment on any differences there to my linux distro as it refers to video playback.
Reply With Quote
  #7  
Old 08-28-2019, 05:01 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I haven't upgraded in a bit, so I did that, and I see the problem.

The problem is that Ubuntu no longer supplies the libpng12-0 library. (I ran the mplayer supplied with sageclient from the command line and noticed that it complained)

You can fix this by running the following 2 commands from a a command shell in your home directory.

64 bit systems
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_amd64.deb

sudo dpkg -i libpng12-0_1.2.54-1ubuntu1.1_amd64.deb
On linux the placeshifter is basically fires up an mplayer instance and then renders that in your window. So, you can run that mplayer instance directly (/opt/sagetv/client/mplayer) and see if it works on it's own.

NOTE: This assumes the 64bit system. If you are running a 32bit system, you'll need the 32bit versions. (now that I think about, I think the sagetv placeshifter is ONLY 64bit)
32 bit systems
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_i386.deb
sudo dpkg -i libpng12-0_1.2.54-1ubuntu1.1_i386.deb

Last edited by stuckless; 08-28-2019 at 05:07 AM.
Reply With Quote
  #8  
Old 08-28-2019, 09:11 AM
Galaxysurfer Galaxysurfer is offline
Sage Aficionado
 
Join Date: Jun 2009
Location: Calgary, AB CANADA
Posts: 396
my hardware & mplayer live playback on Placeshifter

i installed the mentioned files in my linux distro but it didn't do anything for Placeshifter live playback. I have no live playback issues with kaffeine which is using libVLC. How is that different than what mplayer uses? I have a Nvidia Geforce GTS 250 card running 340.107 driver.
Reply With Quote
  #9  
Old 08-28-2019, 09:28 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Galaxysurfer View Post
i installed the mentioned files in my linux distro but it didn't do anything for Placeshifter live playback. I have no live playback issues with kaffeine which is using libVLC. How is that different than what mplayer uses? I have a Nvidia Geforce GTS 250 card running 340.107 driver.
have you tried just running mplayer from the /opt/sagetv/client directory and see if it still complains? You should be able to run it and pass a file to see if works.

The video card really won't matter much here, since it's likely not using any hardware decoding and all decoding is done in software.
Reply With Quote
  #10  
Old 08-28-2019, 10:48 AM
Galaxysurfer Galaxysurfer is offline
Sage Aficionado
 
Join Date: Jun 2009
Location: Calgary, AB CANADA
Posts: 396
mplayer doesn't run. not sure if it is a permission issue or something else. I am running Mx Linux, which is debian based.
Reply With Quote
  #11  
Old 08-28-2019, 11:45 AM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
That give me audio but not video I can see mplayer in task process is there any else that need stuckless

Last edited by SHS; 08-28-2019 at 12:03 PM.
Reply With Quote
  #12  
Old 08-28-2019, 02:22 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Galaxysurfer View Post
mplayer doesn't run. not sure if it is a permission issue or something else. I am running Mx Linux, which is debian based.
to run it, you would have to

Code:
cd /opt/sagetv/client
./mplayer SOMEFILE
the ./ is important or it won't find the file. In linux the current directory is not in the path, so, running a file requires that you tell it where it's located, in this case ./mplayer means mplayer in the current directory.

Quote:
Originally Posted by SHS View Post
That give me audio but not video I can see mplayer in task process is there any else that need stuckless
Typically audio with no video.. I would check/uncheck that 3D flag in the settings, and see if that makes are difference.
Reply With Quote
  #13  
Old 08-28-2019, 02:31 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Quote:
Originally Posted by stuckless View Post
Typically audio with no video.. I would check/uncheck that 3D flag in the settings, and see if that makes are difference.
I know that
With it Enable it just dose nothing as in it never start must be crashing
With it Disable soon I play anything there audio just no video
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
Placeshifter blank screen after few minutes bunch92 SageTV Placeshifter 4 09-16-2009 10:24 AM
Placeshifter blank screen on playback gtallan SageTV Placeshifter 21 09-02-2006 01:37 AM
Blank Screen after Windows Screen Saver TheThumper SageTV Software 3 01-30-2006 06:05 PM
Blank screen itons SageTV Software 0 01-23-2006 03:13 PM
Blank Screen kolky SageTV Beta Test Software 4 02-17-2004 08:17 AM


All times are GMT -6. The time now is 12:29 PM.


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