|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#561
|
||||
|
||||
Quote:
I don't mind off-loading the streaming to another streaming server + media player, but so far the offerings have not been impressing... Quote:
__________________
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 |
#562
|
|||
|
|||
Quote:
The subsonic server re-encodes the audio on-the-fly, and each "player" device can specify it's own bit rate. I've been using it for a few months now, and it has been extremely stable, not to mention lightweight and fast. -Dan |
#563
|
||||
|
||||
Basically, I'd like to pass a filename and get a stream back... From what I saw of the API, it expects an ID for the file (based on its own indexing), and will return a stream.
__________________
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 |
#564
|
|||
|
|||
Quote:
-Dan |
#565
|
||||
|
||||
Quote:
I am also looking at using an Icecast streaming server, though that does seem to require another Android app for playback.
__________________
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 |
#566
|
|||
|
|||
Resyncing one at a time did the trick. Now I can spend some time playing with it.
__________________
Thanks GM |
#567
|
||||
|
||||
Quote:
- It seems that on some phones, to stream over 3G you still need to keep the wifi antenna on. - The port 5554 works better than 554 on some phones...
__________________
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 |
#568
|
|||
|
|||
Quote:
Code:
<?xml version="1.0" encoding="UTF-8"?> <subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.4.0"> <searchResult2> <song id="5c5c686f6d657365727665725c6d757369635c54686520426561746c65735c315c303320536865204c6f76657320596f752e6d7033" parent="5c5c686f6d657365727665725c6d757369635c54686520426561746c65735c31" title="She Loves You" isDir="false" album="1" artist="The Beatles" duration="141" bitRate="128" track="3" year="1963" genre="Pop" size="2269523" suffix="mp3" contentType="audio/mpeg" coverArt="5c5c686f6d657365727665725c6d757369635c54686520426561746c65735c315c3031204c6f7665204d6520446f2e6d7033" path="The Beatles/1/03 She Loves You.mp3"/> </searchResult2> </subsonic-response> -Dan |
#569
|
||||
|
||||
Thanks! That id is impressive...
__________________
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 |
#570
|
|||
|
|||
No kidding! Looks like it's a concatenation of the folder ID and the song ID, but calling it overkill would be an understatement.
|
#571
|
||||
|
||||
For the streaming, the usual suspects (Air Video, Orb, ZumoCast, etc.) have not shown much interest in making it possible for a third party app to launch the streaming... OTOH, I did find a more receptive ear with the author of VLC stream & convert...
So I would suggest that you try out this Android streaming application. If the results are good, maybe drop the author a note to encourage him into adding Intent filtes making it possible for third party applications to start a stream from a file name...
__________________
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 |
#572
|
||||
|
||||
Version 1.28
- Fix: The TCP listening thread could come out of sleep mode in a bad state.
__________________
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 |
#573
|
||||
|
||||
Help getting TASageTV going
Hi, I'd like to get this going. I am a relatively new Droid2 owner. I am currently away from home and have my HD200 with me but I forgot my remote, which is highly annoying.
The TASageTV page at http://talluscorp.com/mediawiki/inde...TV_Application says that SageTV version 7 is required. I have 6.6. I don't want to upgrade if I don't have to. I don't know what version 7 would offer me that 6 does not. The first problem I run into is with the wiki instructions at http://talluscorp.com/mediawiki//ind...=SageTCPServer which say that for version 6 SageTCPServer can be downloaded at http://www.talluscorp.com/Software/S...rver_Setup.exe This is a bad link. |
#574
|
||||
|
||||
Quote:
Quote:
SageTCPServer and GKusnick's Studio Tools
__________________
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 |
#575
|
||||
|
||||
I have placed the SageTCPServer.jar file in the JARs directory and added:
load_at_startup_runnable_classes=sagetcpserver.StartServers sageTCPServer/clients=local.9250,001d6a4bfd3c.9260 to sage.properties. I setup taSage for the server and a HD200 extender connection. It indicates connection to both. I see information from the server. The remote control functions have no effect on the extender. Actually I think I have another problem with the extender as I get nothing past the splash screen. The extender is set to "force HDMI" mode and I have no HDMI here. I was hoping that by pressing the video button I could regain control. I would expect I could at least turn it off with the power button on the remote. The 2nd problem is that the line added to sage.properties is overwritten once sage starts. |
#576
|
||||
|
||||
Sounds like you haven't stopped the SageTV service, which would be why the settings are not sticking...
__________________
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 |
#577
|
||||
|
||||
Version 1.29
- Fix: was leaking an intent on shutdown.
__________________
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 |
#578
|
||||
|
||||
Maybe a little bit off topic, but anyone using this with an LG Optimus, or do you really need something with a hotter processor like an Evo or Droid X to get good results with taSageTV?
|
#579
|
||||
|
||||
Well, technically only the streaming might require the extra processor power, since displaying lists or controlling an extender don't...
__________________
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 |
#580
|
||||
|
||||
Version 1.30
- Initial support of images in detailed view (through Sage Remote API). This requires the Sage Remote API (Sagex service) installed. Since the full size image is sent, this is relatively inefficient and even transfers the image twice to work around some memory issue with large images. So it will get better, this is a work in progress...
__________________
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 |
Tags |
android |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |