|
The SageTV Community Here's the place to discuss what's worth recording, HTPC deals at retail stores, events happening outside of your home theater, and pretty much anything else you'd like. (No For-Sale posts) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Best way to stream to andriod???
I just got a couple of android tablets and my phone is also android.
I'd like your thoughts on what's the best way to see my sage TV content on the tablets. Is plex the best/easiest way? Is a DNLA server/client a better way to go? And finally for the road.. Is the goflex satellite the best app for that? Someone suggested a cifs app to mount drives. But that requires root (which I haven't done to my phone/tablets yet. What are people doing to stream their video library to their tablets? Thanks! Jim |
#2
|
|||
|
|||
I've used Emit on my android devices (Galaxy S3 and HP Touchpad w/ Android ROM). It works pretty well and is real similar to AirVideo on Apple devices, but the transcoding in Emit uses a lot more CPU. For example, when watching a show via Emit, the dual cores on my virtual machine are pegged, but running AirVideo CPU usage is between 75-85%, leaving the VM still useful.
Emit will work both on your local wireless and remotely, and I've been pretty happy with the quality. I've been meaning to try out Plex as another option though... |
#3
|
|||
|
|||
I tried several players and Directly accessing through Phoenix Android and TaSagetv .. it plays some not all for some reason. I am in the process of setting up Plex that appears to be the best.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#4
|
|||
|
|||
I use Qloud....to me, it comes closest to Air Video on the Android (simple/easy access to streaming over WiFi and Internet).
|
#5
|
|||
|
|||
I'm a fan of Plexing over the internet. Works great for me.
|
#6
|
|||
|
|||
I went with Plex... too many features to pass up. Plus there is a Plex Sage Plugin I am going to try.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#7
|
||||
|
||||
Let us (well me...) know how the setup went..
|
#8
|
|||
|
|||
With the Plex Android application you can continue viewing a show on your Desktop running Plex Client or tablet you can bounce back and forth keeps track of where you are at..
Also it acts as a Plex remote control to control your Plex Clients. I tried all different types of video formats and they all work.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#9
|
|||
|
|||
Final followup.
I just added the Sagetv Recording Directories and import directories to Plex it found all the metadata for all my recordings. So there was nothing else to do. I am able to stream locally and over the internet. To Android devices and laptops etc.... As far as scheduling I use the Chrome Webserver so all is well. I am completely satisfied with this setup.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-28-2012 at 11:58 AM. |
#10
|
||||
|
||||
I'm having trouble importing the sage shows.. You mentioned there is a plugin.. is it a sage plugin or a plex plugin?
Jim |
#11
|
||||
|
||||
It's a Sage plugin for Plex. Assuming you have Plex Media Server installed, you can have Plex "scan/identify" (and thus, stream through Plex) SageTV recordings with this plugin:
http://forums.sagetv.com/forums/showthread.php?t=57842
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#12
|
|||
|
|||
Quote:
Ex new names below. Movies A Few Good Men (1992) -728012-0 Series Alfred Hitchcock Presents - S02E22 - End of Indian Summer-1360233-0
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#13
|
||||
|
||||
Thanks for this thread. I recently got a Note II from work and want to add it to my Sage hobby. I think I'll start with Plex and the Plex plugin.
|
#14
|
||||
|
||||
I got it to work... I think.. It's still importing. I'll have to look into the renaming thing.. I like the idea of that..
Jim |
#15
|
||||
|
||||
Quote:
Jim |
#16
|
|||
|
|||
Quote:
Code:
//SJQRenameMYSeriesNew if [IsObjMediaFile == true && $.IsTVFile{} == "true" && FileExists != "C:\\controls\\Stoprunning.txt" && $.GetShowEpisodeNumber{} > "0" && (Filename =$ ".mpg" || (Filename =$ ".ts")) && FileExists != "%d%/%p%.renamed" && FileExists == "%d%/%p%.VPrj" && $.GetNumberOfSegments{} == "1" && $.IsFileCurrentlyRecording{} == "false" && $.GetShowCategoriesString{} !* "Movie"]{ :SCANMEDIA "true" :PRIORITY 999 SJQRenameMYSeriesNew } //SJQRenameMYMovies if [IsObjMediaFile == true && $.IsTVFile{} == "true" && FileExists != "C:\\controls\\Stoprunning.txt" && FileExists != "%d%/%p%.renamed" && (Filename =$ ".mpg" || (Filename =$ ".ts")) && FileExists == "%d%/%p%.VPrj" && $.GetNumberOfSegments{} == "1" && $.IsFileCurrentlyRecording{} == "false" && $.GetShowCategoriesString{} =* "Movie"]{ :SCANMEDIA "true" :PRIORITY 999 SJQRenameMYMovies } Code:
SJQRenameMYSeriesNew { //:MAX 1 :RESOURCES 1 "C:\\SJQNEW\\SJQRenameMYSeriesNew.bat \"%c%\" \"$.GetShowTitle{}\" \"$.GetShowEpisode{}\" \"$.GetShowSeasonNumber{}\" \"$.GetShowEpisodeNumber{}\" \"$.GetAiringID{}\"" } SJQRenameMYMovies { //:MAX 1 :RESOURCES 1 "C:\\SJQNEW\\SJQRenameMYMovies.bat \"%c%\" \"$.GetShowTitle{}\" \"$.GetShowYear{}\" \"$.GetAiringID{}\"" } Batch Series SJQRenameMYSeriesNew.bat Code:
move "%~f1" "%~d1%~p1" set checkuse=%ERRORLEVEL% if %checkuse% NEQ 0 exit 1 set MediaTitle=%2 rem for /f "useback tokens=*" %%a in ('%MediaTitle%') do set MediaTitle=%%~a set MediaTitle=%MediaTitle:: = % set MediaTitle=%MediaTitle:? = % set MediaTitle=%MediaTitle:/ = % set MediaTitle=%MediaTitle::= % set MediaTitle=%MediaTitle:?= % set MediaTitle=%MediaTitle:/= % set MediaTitle=%MediaTitle:& =& % for /f "useback tokens=*" %%a in ('%MediaTitle%') do set MediaTitle=%%~a set episodename=%3 set episodename=%episodename:: = % set episodename=%episodename:? = % set episodename=%episodename:/ = % set episodename=%episodename::= % set episodename=%episodename:?= % set episodename=%episodename:/= % set episodename=%episodename:& =& % set episodename=%episodename::=-% for /f "useback tokens=*" %%a in ('%episodename%') do set episodename=%%~a set SeasonNumber=%4 for /f "useback tokens=*" %%a in ('%SeasonNumber%') do set SeasonNumber=%%~a if %SeasonNumber% LEQ 9 set SeasonNumber=0%SeasonNumber% rem set SeasonNumber=%SeasonNumber:~-2% echo %SeasonNumber% set EpisodeNumber=%5 for /f "useback tokens=*" %%a in ('%EpisodeNumber%') do set EpisodeNumber=%%~a rem if %EpisodeNumber% GTR 9 goto Begin if %EpisodeNumber% LEQ 9 set EpisodeNumber=0%EpisodeNumber% rem if %EpisodeNumber% LEQ 09 set EpisodeNumber=%EpisodeNumber:~-2% rem if %EpisodeNumber% LEQ 09 goto Begin :Begin echo %EpisodeNumber% set airingid=%6 for /f "useback tokens=*" %%a in ('%airingid%') do set airingid=%%~a move /Y "%~f1" "%~d1%~p1%MediaTitle% - S%SeasonNumber%E%EpisodeNumber% - %episodename%-%airingid%-0%~x1" set checkmove=%ERRORLEVEL% if %checkmove% NEQ 0 exit 1 move /Y "%~f1.properties" "%~d1%~p1%MediaTitle% - S%SeasonNumber%E%EpisodeNumber% - %episodename%-%airingid%-0%~x1.properties" move /Y "%~d1%~p1%~n1.edl" "%~d1%~p1%MediaTitle% - S%SeasonNumber%E%EpisodeNumber% - %episodename%-%airingid%-0.edl" move /Y "%~d1%~p1%~n1.VPrj" "%~d1%~p1%MediaTitle% - S%SeasonNumber%E%EpisodeNumber% - %episodename%-%airingid%-0.VPrj" echo "renamed" >> "%~d1%~p1%MediaTitle% - S%SeasonNumber%E%EpisodeNumber% - %episodename%-%airingid%-0.renamed" if %checkmove% EQU 0 exit 0 SJQRenameMYMovies.bat Code:
move "%~f1" "%~d1%~p1" set checkuse=%ERRORLEVEL% if %checkuse% NEQ 0 exit 1 set MediaTitle=%2 rem for /f "useback tokens=*" %%a in ('%MediaTitle%') do set MediaTitle=%%~a set MediaTitle=%MediaTitle:: = % set MediaTitle=%MediaTitle:? = % set MediaTitle=%MediaTitle:/ = % set MediaTitle=%MediaTitle::= % set MediaTitle=%MediaTitle:?= % set MediaTitle=%MediaTitle:/= % set MediaTitle=%MediaTitle:& =& % for /f "useback tokens=*" %%a in ('%MediaTitle%') do set MediaTitle=%%~a set movieyear=%3 set movieyear=%movieyear:: = % set movieyear=%movieyear:? = % set movieyear=%movieyear::= % set movieyear=%movieyear:?= % set movieyear=%movieyear:& =& % set movieyear=%movieyear::=-% for /f "useback tokens=*" %%a in ('%movieyear%') do set movieyear=%%~a set airingid=%4 for /f "useback tokens=*" %%a in ('%airingid%') do set airingid=%%~a move /Y "%~f1" "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0%~x1" set checkmove=%ERRORLEVEL% if %checkmove% NEQ 0 exit 1 move /Y "%~f1.properties" "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0%~x1.properties" move /Y "%~d1%~p1%~n1.qfix" "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0.qfix" move /Y "%~d1%~p1%~n1.edl" "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0.edl" move /Y "%~d1%~p1%~n1.VPrj" "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0.VPrj" echo "renamed" >> "%~d1%~p1%MediaTitle% (%movieyear%) -%airingid%-0.renamed" if %checkmove% EQU 0 exit 0
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-29-2012 at 03:05 PM. |
#17
|
||||
|
||||
Quote:
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#18
|
|||
|
|||
The Control etc.. I use to stop all scripts from running not needed unless you want to use it . I just move a file by that name to c:\control
&& FileExists != "C:\\controls\\Stoprunning.txt" PS the reason I use to check for VPrj instead of edl is that VPrj is created upon normal completion of comskip.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-29-2012 at 03:29 PM. |
#19
|
||||
|
||||
Darn.. I'm running SJQ4.. Thanks though....
|
#20
|
|||
|
|||
Doesn't SJQ4 have the ability to pass variables to a batch file? Or I think you can do the rename with an SJQ4 Groovy script.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stream TNT? | tsitalon1 | General Discussion | 9 | 05-01-2012 08:06 AM |
Transport Stream .vs Program Stream | Polypro | SageTV Software | 24 | 07-01-2011 01:28 PM |
Stream xm or sirius to mvp | nebulink | SageTV Media Extender | 6 | 12-14-2007 01:19 AM |
One stream, many MVPs | hufnagel | SageTV Media Extender | 18 | 07-22-2007 08:04 PM |
MPEG2 Transport Stream vs Program Stream | GollyJer | SageTV Software | 8 | 03-05-2007 08:06 PM |