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
  #221  
Old 10-11-2012, 07:15 AM
LehighBri LehighBri is offline
Sage Expert
 
Join Date: Sep 2006
Posts: 694
Quote:
Originally Posted by kricker View Post
It supports a more than one stream, it just picks the first one in the list.

Sage generated playlist:
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=440000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=440
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=840000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=840
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1240000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=1240
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=240000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=240
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=150
In looking at the m3u8 file this Sage plugin generates, I noticed that the URL it specifies to my sagetv server does NOT have a username/password specified in the URL. Could that be the problem? e.g. when XBMC tries to open the embedded URLs in the m3u8 file, it simply can't login to the SageTV server? Or is that cached somehow when it first downloads the m3u8 file?

EDIT: Scratch that. I did a test where I used the initial m3u8 file from this plugin and then created a copy of it that includes the username/password info. If I rename both to have a .strm extension and open both in XBMC, both playback just fine. I think this is back in XBMC's court to understand what m3u8 files are handled differently and why this isn't working
__________________
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)

Last edited by LehighBri; 10-11-2012 at 07:19 AM.
Reply With Quote
  #222  
Old 10-11-2012, 10:54 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by LehighBri View Post
I noticed that the URL it specifies to my sagetv server does NOT have a username/password specified in the URL.
I actually had to drop the credential requirement as most Android third party video players were not handling them properly... But the Apple product were indeed caching the initial one.
__________________
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
  #223  
Old 12-14-2012, 11:30 AM
notverysage notverysage is offline
Sage User
 
Join Date: Sep 2010
Location: USA
Posts: 70
Having trouble with authentication

I installed the plugins, went into Jetty and changed username and password. On my iPad I opened Safari and put xxx.xxx.xxx.xxx:8080/sagem/m/ in the url line. It asks for username and password and I put the ones from Jetty but it won't let me in. Any help would be appreciated. I've also tried other username/pw combinations from my computer but it won't let me in.

Never mind - got it working. This plugin is pretty cool, hats off to Jason.

PQ on my iPad and iPod Touch are poor. I'm thinking my computer just doesn't have enough processing power (Intel Pentium D 2.80 GHz). CPU usage was reading in the 80-85% range. I don't think the limiting factor is my wifi because internet video, e.g. ABC Player produces much better quality video.

Last edited by notverysage; 12-14-2012 at 01:13 PM.
Reply With Quote
  #224  
Old 12-16-2012, 09:15 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by notverysage View Post
PQ on my iPad and iPod Touch are poor.
You can check the mediastreaming log and see what bit rate it's using, which would tell you if it's a wifi issue or not. Look for:

&Quality=440

where 440 can be any values among: {150, 240, 440, 640, 840, 1240, 1840}

If you want to play with the URL, you could force some higher resolution using:

&Height=1024&Width=768

Alternatively, you could use TiSageTV which would do that for you.
__________________
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
  #225  
Old 12-21-2012, 04:57 PM
hawkmoon's Avatar
hawkmoon hawkmoon is offline
Sage User
 
Join Date: Jan 2012
Location: Airdrie AB Canada
Posts: 27
watch Videos instead of TV recordings

Hi there
Just wondering if I could watch the movies on my Sagetv server instead of the recording on the server.
PS: Its for my daughter's iPad. She likes to watch her movies (on the sagetv server) at her ipad.
Thanks

Last edited by hawkmoon; 12-21-2012 at 08:36 PM.
Reply With Quote
  #226  
Old 09-22-2013, 01:19 AM
Jabroni's Avatar
Jabroni Jabroni is offline
Sage Aficionado
 
Join Date: Mar 2006
Posts: 251
Im trying to create a channel for Roku which would playback a live channel from my SageTV, however im experencing some issues was wondering if anyone has had this behaivor....

On VLC if I open this link (relative to my sage)

http://192.168.x.xxx:8080/stream/HTT...20&Quality=840

It plays the live feed of the channel (just like 10 sec of buffer), however if I put that same url for playback on a custom channel on a Roku, it starts from the begginng of the recording, and if it skip it justs stops the playback. What I would be actually looking is to watch the same as VLC.

Any suggestions on what would be the issue? A missing parameter on the Roku request? Hope someone could give me some light
__________________
SageTV 7.1.9 / Phoenix
Captures: 1x Genpix Skywalker DVB4Sage / 1x 7500 Prof DVBS2 Tunner DVB4Sage / 1x HD HomeRun / 1x Slingbox M1 / 1x Colossus HD
Extender: 2x HD200 / 1x HD300

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
Plugin: Mobile Web Interface Version 2 jreichen SageTV v7 Customizations 411 02-28-2021 10:05 PM
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
Web User Interface + Secure = Broken Streaming Function jmoney579 SageTV Customizations 1 05-28-2008 01:51 AM


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


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