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
  #241  
Old 03-18-2011, 12:47 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
There are instructions for enabling SageTV's debug logging in the FAQ. Once you do that, go to the Jetty plugin's configuration screen in the plugin manager and set the debug level to verbose. You'll need to restart Jetty from there or restart SageTV. Jetty's logging is currently written to SageTV's log file.

Also take a look at the jetty/* properties in Sage.properties.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #242  
Old 03-18-2011, 04:06 PM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by jreichen View Post
There are instructions for enabling SageTV's debug logging in the FAQ. Once you do that, go to the Jetty plugin's configuration screen in the plugin manager and set the debug level to verbose. You'll need to restart Jetty from there or restart SageTV. Jetty's logging is currently written to SageTV's log file.

Also take a look at the jetty/* properties in Sage.properties.

Attached is the log file as well as the secion of the jetty/ in my sage.properties file.
Attached Files
File Type: zip sagetv_0.zip (105.0 KB, 222 views)
File Type: txt jetty_section.txt (386 Bytes, 206 views)
Reply With Quote
  #243  
Old 03-19-2011, 07:13 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by mzup View Post
Attached is the log file as well as the secion of the jetty/ in my sage.properties file.
Your Jetty properties look fine. Your Jetty port is 8100.

Your installation has some duplicate JAR files. First, make a copy of your JARs folder. Then let's start by removing the dupes for Jetty and see if that helps - make sure Sage is shut down:
  • jetty-6.1.11.jar
  • jetty-sslengine-6.1.11.jar
  • jetty-util-6.1.11.jar
  • servlet-api-2.5-6.1.11.jar
  • servlet.jar
Start Sage and see if Jetty works.

These are also dupes but are not used by Jetty. You should also delete these:
  • commons-httpclient-3.0.1.jar
  • commons-httpclient-3.0.jar
  • commons-lang-2.2.jar
  • commons-logging-1.0.3.jar
  • commons-logging-1.0.4.jar
  • commons-logging.jar
  • h2-1.2.135.jar
  • h2-1.2.139.jar
  • log4j-1.2.12.jar
  • log4j.jar
  • lucene-core-2.3.2.jar
  • sagex.api.jar (not sagex-api.jar)

With the old manual (Sage 6) way of installing plugins it's not unusual to see this. Once you start installing using Sage 7's plugin manager it will handle this for you.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #244  
Old 03-19-2011, 08:50 AM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by jreichen View Post
Your Jetty properties look fine. Your Jetty port is 8100.

Your installation has some duplicate JAR files. First, make a copy of your JARs folder. Then let's start by removing the dupes for Jetty and see if that helps - make sure Sage is shut down:
  • jetty-6.1.11.jar
  • jetty-sslengine-6.1.11.jar
  • jetty-util-6.1.11.jar
  • servlet-api-2.5-6.1.11.jar
  • servlet.jar
Start Sage and see if Jetty works.

These are also dupes but are not used by Jetty. You should also delete these:
  • commons-httpclient-3.0.1.jar
  • commons-httpclient-3.0.jar
  • commons-lang-2.2.jar
  • commons-logging-1.0.3.jar
  • commons-logging-1.0.4.jar
  • commons-logging.jar
  • h2-1.2.135.jar
  • h2-1.2.139.jar
  • log4j-1.2.12.jar
  • log4j.jar
  • lucene-core-2.3.2.jar
  • sagex.api.jar (not sagex-api.jar)

With the old manual (Sage 6) way of installing plugins it's not unusual to see this. Once you start installing using Sage 7's plugin manager it will handle this for you.
That did it.
Thanks
Reply With Quote
  #245  
Old 03-20-2011, 01:15 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
With the new betas now including season and episode numbers for shows, can I request to show that information in the web interface as well?
Reply With Quote
  #246  
Old 03-20-2011, 02:07 PM
LehighBri LehighBri is offline
Sage Expert
 
Join Date: Sep 2006
Posts: 694
Quote:
Originally Posted by kricker View Post
With the new betas now including season and episode numbers for shows, can I request to show that information in the web interface as well?
+1 vote. To add to this, would also like to request that it supports the new channel logo apis in the recent betas.
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings)
Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos)
Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin)
Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on)
Reply With Quote
  #247  
Old 03-21-2011, 12:36 PM
maxpower's Avatar
maxpower maxpower is offline
Sage Advanced User
 
Join Date: Jan 2008
Posts: 100
Imported video

Quote:
Originally Posted by jreichen View Post
No access to imported videos or music right now. Getting iOS streaming working was enough work for this release. I'll probably take a little break and see where things are after that, but that's probably the next-most requested feature to add. To be honest, I didn't think there would be much value in adding those until it was possible to watch them.
Any word on when/if you will include support for imported videos?
Reply With Quote
  #248  
Old 03-21-2011, 03:01 PM
BitBass BitBass is offline
Sage Advanced User
 
Join Date: Dec 2007
Posts: 84
Just trying to watch a recorded HDHR video from my iPad over wifi in the house and no matter which video I watch the compression is so bad the video is nearly unwatchable. Big blocks. Almost looks like 8 bit. My Sage Server is a Core2Duo connected via Gigabit Ethernet. Is there some setting I'm missing on the plugin?
__________________

Win7 VM -4gb ram
Ubuntu 14.04 VM -4gb ram (attempting with OS v9)
3 extenders through the house
Plex integration
HDHR
Reply With Quote
  #249  
Old 03-22-2011, 09:35 PM
personalt's Avatar
personalt personalt is offline
Sage Advanced User
 
Join Date: Apr 2008
Posts: 243
I saw a few messages back some talk of android, was anyone able to get this to work via android?
Reply With Quote
  #250  
Old 03-29-2011, 10:02 PM
PosterBoy PosterBoy is offline
Sage Advanced User
 
Join Date: Oct 2007
Posts: 84
Quote:
Originally Posted by Jason View Post
Sure... Use the Dolphin Browser HD and use the setting to change the browser type to iPhone...
I have a xoom tablet running honeycomb. I can load:
http://devimages.apple.com/iphone/sa...rog_index.m3u8
http://devimages.apple.com/iphone/sa...rog_index.m3u8
http://devimages.apple.com/iphone/sa...rog_index.m3u8

All of them work using the default player, as do the nasa links that I tried:
http://liveips.nasa.gov.edgesuite.net/msfc/Edge.m3u8

I tried loading the Dolphin Browser HD and set the browser type to ipad (and iphone). I get the options to play the movies and I get a message saying

Cannot play video
Sorry, this video cannot be played

I tried the devimages pages from Dolphin just to make sure, and they played fine from there as well.

Any suggestions?

Thanks

Kent

Last edited by PosterBoy; 03-29-2011 at 10:20 PM. Reason: added nasa link
Reply With Quote
  #251  
Old 03-30-2011, 07:42 AM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
There is a new Android http live streaming player called Mirage Beta. It supports the apple variant play list and also plays the Nasa streams. It doesn't seem to support seeking right now. It's in beta so maybe the dev will improve some stuff if we ask. He specifically mentions to email him with feedback at belgianwaves@gmail.com. It's free for now, but I didn't see any info about future cost etc.

I'm still on Sage 6, so I can't test to see if it works with this Mobile Web Interface V2.

Thanks,
Sean
Reply With Quote
  #252  
Old 03-30-2011, 09:06 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
If you want to test the last 2 methods to stream on Android, go try the latest test version of TaSageTV... Though I still think it will fail, without getting access to the actual .m3u8 file from the server...
__________________
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
  #253  
Old 03-31-2011, 06:38 AM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
Quote:
Originally Posted by PosterBoy View Post
I have a xoom tablet running honeycomb. I can load:
http://devimages.apple.com/iphone/sa...rog_index.m3u8
http://devimages.apple.com/iphone/sa...rog_index.m3u8
http://devimages.apple.com/iphone/sa...rog_index.m3u8

All of them work using the default player, as do the nasa links that I tried:
http://liveips.nasa.gov.edgesuite.net/msfc/Edge.m3u8

I tried loading the Dolphin Browser HD and set the browser type to ipad (and iphone). I get the options to play the movies and I get a message saying

Cannot play video
Sorry, this video cannot be played

I tried the devimages pages from Dolphin just to make sure, and they played fine from there as well.

Any suggestions?

Thanks

Kent
I have got the same problem. You are not alone
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #254  
Old 03-31-2011, 06:39 AM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
Quote:
Originally Posted by Fonceur View Post
If you want to test the last 2 methods to stream on Android, go try the latest test version of TaSageTV... Though I still think it will fail, without getting access to the actual .m3u8 file from the server...
I am going to try to set this up tonite if i can fix my server
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #255  
Old 03-31-2011, 06:50 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Can those individuals with a Xoom, or other android device let me know how the WebRemote is working for you?

ideas,
improvements,
issues

please feel free to pm me.

~PiX64

p.s. 2 new variations of th remote in the pipeline which I am feverishly working on for everyone
Reply With Quote
  #256  
Old 03-31-2011, 07:01 AM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by PiX64 View Post
Can those individuals with a Xoom, or other android device let me know how the WebRemote is working for you?

ideas,
improvements,
issues

please feel free to pm me.

~PiX64

p.s. 2 new variations of th remote in the pipeline which I am feverishly working on for everyone
The only thing I can think of off the top of my head since I can't access it currently, is larger fonts.
I used it the other day to check for the wife to see if her Dancing with the stars was set to tape, which it was. She was happy and isn't that what really matters.
Reply With Quote
  #257  
Old 03-31-2011, 07:03 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Larger fonts on Tablets you mean like the xoom or ipad?
Reply With Quote
  #258  
Old 03-31-2011, 07:56 AM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by PiX64 View Post
Larger fonts on Tablets you mean like the xoom or ipad?
No I mean on my droid phone.
Reply With Quote
  #259  
Old 03-31-2011, 09:02 AM
PosterBoy PosterBoy is offline
Sage Advanced User
 
Join Date: Oct 2007
Posts: 84
Quote:
Originally Posted by PiX64 View Post
Can those individuals with a Xoom, or other android device let me know how the WebRemote is working for you?
It works great

Kent
Reply With Quote
  #260  
Old 04-02-2011, 01: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 redondo_se View Post
There is a new Android http live streaming player called Mirage Beta.
No promises, but the Mirage author said that he will take a look at streaming from a link to a MediafileID on my server...
__________________
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
mobile, web


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
Plugin: Mobile Web UI for v7 jreichen SageTV v7 Customizations 145 03-07-2016 08:47 AM
Support: Mobile Web Interface V2 iOS Streaming jreichen SageTV v7 Customizations 225 09-22-2013 01:19 AM
Plugin: Mobile Web Interface 1.2 jreichen SageTV Customizations 281 06-17-2011 02:20 PM
FAQ: Mobile Web Interface V2 iOS Streaming jreichen SageTV v7 Customizations 3 11-07-2010 08:28 PM
Wanted: Developer for Web Interface Mobile Brent SageTV Customizations 249 02-09-2009 11:21 PM


All times are GMT -6. The time now is 01:27 PM.


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