SageTV Community  

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

Notices

SageTV Media Extender Discussion related to any SageTV Media Extender used directly by SageTV. Questions, issues, problems, suggestions, etc. relating to a SageTV supported media extender should be posted here. Use the SageTV HD Theater - Media Player forum for issues related to using an HD Theater while not connected to a SageTV server.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 07-18-2011, 06:07 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by PiX64 View Post
U thinking a boxee box app?
Not really. I wanted to try one out because I'm interested in streaming various items that are not available in Sage. I'm also interested in seeing how Navi-X works on it so I can improve the Navi-X plugin I'm developing for Sage.

I had a fleeting thought about an app to make the Box into a Sage extender but I think that would be a gigantic undertaking.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #22  
Old 07-18-2011, 07:38 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Yeah...

I was really serious about the roku app for sage, but the more i looked into roku and the limitations i was really turned off. The only way i want to spend the time and effort developing something to use sagex apis and the infrastructure setup by stuckless(bmt), and jreichen/neilm on the web interfaces is if I can make it into and actual replacement of sorts.

What i am looking for is to create something we could run phoenix on (i know we would have to rebuild it since phoneix is an STV replacement) But something we could run a phoenix like gui, and use the sagex apis web infrastructure to make a sudo client of sorts. Its gotta be fully functional in my mind in order to be worth it.
Reply With Quote
  #23  
Old 07-18-2011, 08:19 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by PiX64 View Post
Yeah...

I was really serious about the roku app for sage, but the more i looked into roku and the limitations i was really turned off. The only way i want to spend the time and effort developing something to use sagex apis and the infrastructure setup by stuckless(bmt), and jreichen/neilm on the web interfaces is if I can make it into and actual replacement of sorts.

What i am looking for is to create something we could run phoenix on (i know we would have to rebuild it since phoneix is an STV replacement) But something we could run a phoenix like gui, and use the sagex apis web infrastructure to make a sudo client of sorts. Its gotta be fully functional in my mind in order to be worth it.
For the Boxee Box I was thinking more along the lines of an app that would read the STV XML and run that (using the sagex and web stuff as you pointed out.) Then the app could run any STV (plus STVi's) the user wanted to.

This is all wishful thinking because the scope would be way too large for me to cope with.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #24  
Old 07-18-2011, 08:38 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by tmiranda View Post
For the Boxee Box I was thinking more along the lines of an app that would read the STV XML and run that (using the sagex and web stuff as you pointed out.) Then the app could run any STV (plus STVi's) the user wanted to.

This is all wishful thinking because the scope would be way too large for me to cope with.
Do you know if that is even possible with a boxee box? Im willing to help out, even co-architect / develop this thing if it has the functionality and such that we are all looking for.
Reply With Quote
  #25  
Old 07-18-2011, 10:10 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
I wonder if we will even need to use the webui and the mobile webui framework to do this. I don't remember exactly what is available in the sagex apis, but theoretically if there was an api that returned the location of a media file stored in sage, we could use whatever we wanted to playback the media.. Biggest issue then would be a phoneix like ui that could run on its own rather than inside of sage container.

We should talk to bialio and stuckless in a private group chat about the possibility of maybe taking some of the jars off of the sage server and using that to somehow create a standalone phoneix ui app that could run on any pc...
Reply With Quote
  #26  
Old 07-18-2011, 10:17 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by PiX64 View Post
Do you know if that is even possible with a boxee box? Im willing to help out, even co-architect / develop this thing if it has the functionality and such that we are all looking for.
No idea. My box arrives today - one day early, thank you NewEgg. I've started browsing here: http://developer.boxee.tv/Applications

There is a lot of info to wade through so I'm not sure yet. I think Boxee is based on XBMC so python plays a big role. (If I understand things correctly apps are just a combination of python to do things and XML to display things).
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #27  
Old 07-18-2011, 11:16 AM
reggie14 reggie14 is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Maryland
Posts: 2,760
I'd love to see a review of the Boxee Box from the perspective of a Sage user. I'd also be interested to hear how well it could replace an extender as a media streamer.
Reply With Quote
  #28  
Old 07-18-2011, 12:38 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by tmiranda View Post
No idea. My box arrives today - one day early, thank you NewEgg. I've started browsing here: http://developer.boxee.tv/Applications

There is a lot of info to wade through so I'm not sure yet. I think Boxee is based on XBMC so python plays a big role. (If I understand things correctly apps are just a combination of python to do things and XML to display things).
NICE... ill take a look at this when i get home and see whats there. I wonder if doing an xml driven ui would allow us to do some of things i am thinknig about. My first thought is no, but i know little to nothing about boxee at this point.
Reply With Quote
  #29  
Old 07-18-2011, 01:16 PM
hoep hoep is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 197
Quote:
Originally Posted by tmiranda View Post
I just ordered a Boxee Box which seemed to me to be the best option. It should arrive Tuesday so I'll know soon enough if I'm right or not.
I also would be highly interested in the boxee box.. Installed the soft and could not make it work esp. on the recording side. Would be highly interested if you would point me in the right direction there, as my sagetv backend is rock solid, and i would like to keep it as long as possible.
__________________
Server: AMD Phenomen IIX4 965 Black Edition, 4 GB, 2x Hauppauge HVR-3000, 2x PCTV DiB BDA - native, Terratec S7, Cine S2 (Dual DVBS2), WinTV-Nova usb via DVBLogic, xmltv, 20TB disk arrays

Clients: 3 x MediaMVP, 2 x HD-300, 4 x SageTV Client

Reply With Quote
  #30  
Old 07-18-2011, 03:31 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Everything would have to run ON the boxee box, and interact with Sage via API calls through the sagex API. I would be slooow, but theoretically COULD be done *dulpicating pretty much anything that could be done in the SageTV UI. Afterall, the XML STV files are not much more than a navigable series of sage API calls, and UI elements. It would involve a LOT of parsing, catching the UI elements and mapping them to the appropriate boxee objects, and sending everything else to the sagex api. Again, a BIG undertaking, and would have been unnecessary if the Placeshifter UI protocol was available (Hint Hint Jeff).
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #31  
Old 07-18-2011, 04:01 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Cool

Quote:
Originally Posted by Fuzzy View Post
Everything would have to run ON the boxee box, and interact with Sage via API calls through the sagex API. I would be slooow, but theoretically COULD be done *dulpicating pretty much anything that could be done in the SageTV UI. Afterall, the XML STV files are not much more than a navigable series of sage API calls, and UI elements. It would involve a LOT of parsing, catching the UI elements and mapping them to the appropriate boxee objects, and sending everything else to the sagex api. Again, a BIG undertaking, and would have been unnecessary if the Placeshifter UI protocol was available (Hint Hint Jeff).


Why would it have to run On te boxee box? Could it run on a client pc withthe boxee software??
Reply With Quote
  #32  
Old 07-18-2011, 05:08 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by PiX64 View Post
Why would it have to run On te boxee box? Could it run on a client pc withthe boxee software??
Well, it could run on a PC as well, and then just send screen update commands to the boxee box. Still wouldn't be all that quick. SageTV already has this pseudo built-in, with the OSDPlugin and InputPlugin classes. It will call a command whenever it changes something on the UI, but this is basically a duplicating of the UI running ON the client itself. It also ends up being limited to a single remote UI per client.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #33  
Old 07-18-2011, 05:51 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
IMHO Fuzzy is correct, the code has to run on the Boxee Box as an app. The app would have to read the STV XML, "translate" that to Boxee XML (and python) and then display the results. It's probably do-able but will take a lot of time. That's why I said it would be a large undertaking.

BTW - My BB arrived and my initial impression of the device is very positive.

It was dead easy to install and setup and it had no issue connecting to my (password protected) wireless network and accessing my smb shares. It's now busy scanning my music, photos, and ripped movies.

The UI is not super flashy, but it's appealing and the graphics look very good at 1080p. It is also very responsive. The only time you notice any delay is when it has to fetch things from the web.

It was very easy to install third party apps. I installed Navi-X in about 2 minutes. The hardest part was typing in the "repository" url and that's only because I misspelled it the first time.

The little remote is excellent. The front has just two buttons and navigation keys and the back has a full keyboard that is very easy to use.

I played a few videos from the web and the quality was not bad at all. I'm not a videophile or audiophile so those with champagne tastes will probably have higher standards.

Yes, I'm impressed so far.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #34  
Old 07-18-2011, 06:08 PM
nebulink nebulink is offline
Sage Aficionado
 
Join Date: Dec 2007
Posts: 295
The only thing I would change on the Boxee remote would be to backlight the keys.
Reply With Quote
  #35  
Old 07-18-2011, 07:15 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by nebulink View Post
The only thing I would change on the Boxee remote would be to backlight the keys.
Well my 9 year old son snatched the remote now I can't get it out of his hands
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #36  
Old 07-18-2011, 09:04 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by Fuzzy View Post
Well, it could run on a PC as well, and then just send screen update commands to the boxee box. Still wouldn't be all that quick. SageTV already has this pseudo built-in, with the OSDPlugin and InputPlugin classes. It will call a command whenever it changes something on the UI, but this is basically a duplicating of the UI running ON the client itself. It also ends up being limited to a single remote UI per client.
Im failing to understand why i need a boxee box at all. I can run boxee on my client pc now without an issue. Why would one not be able to theoretically build a sage boxee app that could be installed on any pc running boxee or on any running boxee box?
Reply With Quote
  #37  
Old 07-18-2011, 10:08 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
I'm pretty sure the point here with the roku channel was to get a makeshift sagetv extender, using currently available hardware. Yes, of course you could just build a PC client instead.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #38  
Old 07-18-2011, 10:22 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Right so That is what we started talking about yes. I posted on how i didn't like the restrictions on the roku ui and other limitations i saw in reading the developer documentation, so i started throwing around ideas about making a full extender replacement maybe with something like xbmc or something of the like.

tmiranda said he was getting aboxee box and dwas going to start playing around with the idea of making a boxee box app. which is where this convo was going, at least between me and tmiranda.

I was confused and thought you were saying that the only way to build a boxee box app was to actually build it to run on the boxee box..

sorry my misunderstanding.
Reply With Quote
  #39  
Old 07-19-2011, 05:45 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Sorry, I took the thread totall OT.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #40  
Old 07-19-2011, 12:48 PM
hoep hoep is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 197
Quote:
Originally Posted by tmiranda View Post
Sorry, I took the thread totall OT.
Maybe, but the direction was great!
__________________
Server: AMD Phenomen IIX4 965 Black Edition, 4 GB, 2x Hauppauge HVR-3000, 2x PCTV DiB BDA - native, Terratec S7, Cine S2 (Dual DVBS2), WinTV-Nova usb via DVBLogic, xmltv, 20TB disk arrays

Clients: 3 x MediaMVP, 2 x HD-300, 4 x SageTV Client

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
Roku / Apple TV - the dead horse? heffneil Hardware Support 1 03-29-2011 07:06 AM
Roku channel? freewheeling Hardware Support 12 01-30-2011 10:51 AM
Just got a Roku box... cncb The SageTV Community 4 12-08-2009 03:10 PM
Roku and Amazon Unbox TallMomof2 General Discussion 4 01-15-2009 07:57 AM
ROKU Photobridge HD Deacon Crusher Hardware Support 69 05-20-2005 03:59 AM


All times are GMT -6. The time now is 04:34 PM.


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