SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #1221  
Old 08-05-2011, 11:11 PM
wit713 wit713 is offline
Sage User
 
Join Date: Jul 2010
Location: Malvern, PA
Posts: 44
Quote:
Originally Posted by Fonceur View Post
You don't, that was my bad...


I'd suggest opening the Mirage beta app and trying to stream a known .m3u8... Maybe try from the web browser too...


Version 2.17

- Fix: The Stream button visibility was linked to the Server instead of Client state.
Thanks Fonceur. That worked.

I will try playing with the Mirage. I really did not look at it that closely.
Reply With Quote
  #1222  
Old 08-06-2011, 08:48 AM
twollman twollman is offline
Sage User
 
Join Date: Nov 2010
Location: Oregon
Posts: 24
Quote:
Originally Posted by cjalphonso View Post
The status screen reports the correct info of what is playing after doing as you requested. Almost seems as if it is reading properly but not sending commands properly.
I am experiencing the same problem on my Motorola xoom tablet running honeycomb 3.2.

Fonceur,

Do I enable logging in tcpserver? Where is the file saved and what would it look like?

As you can tell I am clueless. But I am willing to try.
Reply With Quote
  #1223  
Old 08-06-2011, 09:36 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by twollman View Post
Do I enable logging in tcpserver? Where is the file saved and what would it look like?
From the wiki:

Code:
2) Set Debug to true in the plugin interface and in the 
Detailed settings/Advanced.

If things are working well, feel free to keep it as false. However, if you 
are asked for the sage log, then set this to true, restart sage to 
reproduce the problem, and send the logfile. The file will have the 
name "sagetv_0.txt" and it will be located in the SageTV\SageTV folder.
You should also install an Android log collector app (like aLogCat) and post the result.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1224  
Old 08-06-2011, 11:43 AM
twollman twollman is offline
Sage User
 
Join Date: Nov 2010
Location: Oregon
Posts: 24
Quote:
Originally Posted by Fonceur View Post
Which makes no sense... So I'll need access to the logs to figure out where the issue is...
I have a log file created by alogcat. Post an email address and I will send it. I tried to attach it but it wouldn't let me browse files on my tablet.

Edit:

I copied the file to my laptop. File attached

The SageTV log is too big to upload. I can make it smaller or send it to you.
Attached Files
File Type: txt alogcat.2011-08-06-10-48-32-0700.txt (59.8 KB, 192 views)

Last edited by twollman; 08-06-2011 at 12:05 PM.
Reply With Quote
  #1225  
Old 08-06-2011, 12:06 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by twollman View Post
The SageTV log is too big to upload. I can make it smaller or send it to you.
If you zip it, it should fit.

EDIT: OK, I see the problem: "android.os.NetworkOnMainThreadException", I need to make my network call differently...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad

Last edited by Fonceur; 08-06-2011 at 12:08 PM.
Reply With Quote
  #1226  
Old 08-06-2011, 12:29 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.18

- Fix: On Android 3.x network operations are forbidden on the main thread.


Since people could potentially perform long network operations on the main thread, Google's solution is to prevent them all regardless, nice...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1227  
Old 08-06-2011, 12:36 PM
twollman twollman is offline
Sage User
 
Join Date: Nov 2010
Location: Oregon
Posts: 24
Success! The remote works again.

I get a consistent force close if I try to bring up the program guide.

Edit:

Rebooting the tablet seems to have cured it.

Thanks again for being so responsive.

Last edited by twollman; 08-06-2011 at 12:43 PM.
Reply With Quote
  #1228  
Old 08-06-2011, 12:58 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.19

- Fix: On android 3.x, the Program guide had some database issues...


I do plan on targeting Android 3.2, but implementing the Fragment and ActionBar to work on Android 1.6 to 3.2, on phone/tablet is a bit tricky on such a big app... I am currently getting the hang of it on smaller projects.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad

Last edited by Fonceur; 08-06-2011 at 01:02 PM.
Reply With Quote
  #1229  
Old 08-07-2011, 10:13 AM
rdefino rdefino is offline
Sage Fanatic
 
Join Date: Aug 2006
Posts: 771
Quick question. I've been poking around in the thread.

Is this app worth the $29.

Especially since it seems like sagetv will no longer be develop any more...maybe.

Thanks for any Thoughts
__________________
SageTv server: 2008 64 BIT R2, Asus MN2-E, AMD dual core 4200, 4gb ram, Promise raid 5 8TB, 80gb Sata boot drive w/OS, 2/ dual tuner HDhomeruns, HD-PVR

3/HD-100's, 1/HD-200
Reply With Quote
  #1230  
Old 08-08-2011, 07:22 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by rdefino View Post
Is this app worth the $29.
First of all, the Android version is 30% cheaper than the iOS version, as Apple/Google aren't taking a cut...

Quote:
Especially since it seems like sagetv will no longer be develop any more...maybe.
Well, the development of the consumer version of BeyondTV basically stopped 2-3 years ago, but people still use it just fine...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1231  
Old 08-20-2011, 01:27 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
TaSageTVRemote test

As you might have noticed, I have put a free version on The Market which only includes the Remote control part... Being a smaller/simpler application, it does make it easier to test the Android 3.x stuff and such. As part of it I redid the layout, so on an Android phone it should match the iPhone/iPod Touch more closely. While I did modify the tablet layout too, it's not meant to match the iPad one...

Since the various screen size/density is a pain on Android, I would need some people to test the following build: (deleted)

On an Android phone in portrait mode, the top part can be swiped left/right and basically give access to 3 screens, instead of the 2 crammed one in the current TaSageTV version. I haven't modified the landscape version, but might before it gets put on The Market...

On a tablet, it should make a slightly better use of the screen than the current TaSageTV version.

So if you could post the Android device (and resolution if known), and if everything is fine or if there are issues. For example, previously some users did not get access to all the buttons, which is mostly what I'm trying to avoid... Those changes will make it into TaSageTV soon, so better test this now to avoid having it broken later...

EDIT: OK, got enough testing done...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad

Last edited by Fonceur; 08-20-2011 at 08:31 PM.
Reply With Quote
  #1232  
Old 08-20-2011, 03:39 PM
pjwerdna pjwerdna is offline
Sage Aficionado
 
Join Date: Oct 2004
Location: UK, Slough
Posts: 397
Just tried taSageTVRemote...

Screen shots attached for an ASUS Transformer (10.1 inch, 1280 x 720 screen)

Works fine and looks ok.

Button and screen size are about the same as the full version. i.e. would be easier to use if it was slightly bigger. Not necessarily fullscreen as the buttons would be a bit far apart I think, maybe 10% or 20%.
Attached Images
File Type: jpg tastvremote-1.jpg (211.5 KB, 169 views)
File Type: jpg tastvremote-2.jpg (217.2 KB, 163 views)
__________________
SageTV Server : Akasa Inifiiti Case, Gigabyte GA-P35C-DS3 MB, 8600GT, Core2 Duo (E6850 3GHz), 4GB RAM, ~6TB Filestore , Nova-TD500, TBS 6280, SageTV 7.1.9
New Client 2 :MSI P67A-GD53, i5 2500K Quad core (3.3GHz), 12GB, Windows 10 Pro (and test SageTV 9 Install)
Sage Client 1 : HD300, Logitech Harmony One
Reply With Quote
  #1233  
Old 08-20-2011, 03:58 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by pjwerdna View Post
Screen shots attached for an ASUS Transformer (10.1 inch, 1280 x 720 screen)
Thanks, that's exactly the kind of thing I was looking for! I was also seeing that in the emulator, but wasn't sure if it was already using the double sized images or not.

Quote:
Button and screen size are about the same as the full version. i.e. would be easier to use if it was slightly bigger.
Actually, once I start using fragments, the full version will most likely have other things like playback Status or such in that empty space...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1234  
Old 08-21-2011, 11:10 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.20

- Now targeting Android OS 3.2.
- Now using the Action Bar.
- No longer compiling against JAVA 1.5 (!?!).


It shouldn't make much difference on Android phones or pre-3.x tablets. On 3.x tablets, now you get access to the "over flow" menu... It might be worth it retrying the streaming on 3.x tablets, to see if it helps any...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1235  
Old 08-22-2011, 12:51 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.21

- Now using the same Remote control fragments as TaSageTVRemote.
- Moved the Remote control's Text entry field.
- Fix: Was not actively killing the services in all cases.


That last fix is the reason why the application might have been crashing the first launch after an update... Of course it will only fix future installations, this one might still crash on the initial launch...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1236  
Old 08-23-2011, 03:57 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.22

- Now using a "Dashboard" for the navigation.
- Moved the Recordings to Media center...
- Hide the unimplemented Searches...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1237  
Old 08-23-2011, 05:12 PM
pjwerdna pjwerdna is offline
Sage Aficionado
 
Join Date: Oct 2004
Location: UK, Slough
Posts: 397
HI

Just tried 2.22...

Kind of like the new look.

However I cant connect anymore. THis is partly because I reconfigured the client and extender settings on the server and got it wrong and partly because tasagetv is just not showing server settings anymore to match what I think I put on the server.

See attached
Attached Images
File Type: png tasagetv-2.22-settings.png (88.1 KB, 146 views)
__________________
SageTV Server : Akasa Inifiiti Case, Gigabyte GA-P35C-DS3 MB, 8600GT, Core2 Duo (E6850 3GHz), 4GB RAM, ~6TB Filestore , Nova-TD500, TBS 6280, SageTV 7.1.9
New Client 2 :MSI P67A-GD53, i5 2500K Quad core (3.3GHz), 12GB, Windows 10 Pro (and test SageTV 9 Install)
Sage Client 1 : HD300, Logitech Harmony One
Reply With Quote
  #1238  
Old 08-23-2011, 05:23 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by pjwerdna View Post
tasagetv is just not showing server settings anymore to match what I think I put on the server.
Actually, the settings are white on white, if you look carefully, you can see your host as 192.168.2.4...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1239  
Old 08-23-2011, 06:00 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.23

- Fix: On some devices, text fields could be white on white.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #1240  
Old 08-23-2011, 08:38 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 2.24

- Added the item's count to the "Dashboard".
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
Reply

Tags
android


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
webserver + vlc + android + streaming = error jrjbertram SageTV Customizations 72 04-11-2010 12:21 PM
Stream video to Android phone via sage web server? cowboyway SageTV Customizations 5 12-13-2009 02:52 PM
Remote control application exponent SageTV Software 1 01-08-2008 09:20 PM
Application Integration rschouten SageTV Studio 0 12-19-2005 11:54 AM
SageTV for Professional A/V Application tdalton SageTV Software 0 06-25-2003 01:17 PM


All times are GMT -6. The time now is 03:25 AM.


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