|
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 |
#201
|
|||
|
|||
Quote:
I was looking over my upcoming recordings (I use Intelligent Recording) and saw a couple movies that I didn't want IR to record. On an extender, or WebServer I just mark it as Don't Like and IR takes it off the list. There was no way to set/clear Don't Like without going over to the Web View. That is an ability I would like to see added. When I travel I've gotten used to using the Remote Webserver to maintain my system/recordings. The things I use most often are set/clear watch status, set/clear Don't Like, delete recordings, set padding on manual records, and the occasional force epg update.
__________________
Wayne Dunham |
#202
|
|||
|
|||
Quote:
__________________
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; 02-28-2013 at 01:14 AM. |
#203
|
||||
|
||||
Quote:
Quote:
I do get audio for all my hdpvr recordings, but there are some mkv files where I get no audio. I'm at a loss to explain it, since I don't know enough about transcoding to solve it. BUT, I'm hoping that by providing an easy way to play with the transcoding options in BMT, that smarter people than I will figure this out, and then I'll package that up in future builds. This is going to be a work in progress for awhile different people figure stuff out.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#204
|
|||
|
|||
The following transcode options will work... I got these from an open source copy of VLC Remote. It uses rtsp streaming instead of HLS though. Maybe it can work for HLS by modifying the output module portion, but I won't have a chance to try that until this evening.
Code:
:sout=#transcode{vcodec=mp4v,vb=384,acodec=mp4a,ab=64,channels=2,fps=25,venc=x264{profile=baseline,keyint=50,bframes=0,no-cabac,ref=1,vbv-maxrate=4096,vbv-bufsize=1024,aq-mode=0,no-mbtree,partitions=none,no-weightb,weightp=0,me=dia,subme=0,no-mixed-refs,no-8x8dct,trellis=0,level1.3},vfilter=canvas{width=320,height=180,aspect=320:180,padd},senc,soverlay}:rtp{sdp=rtsp://0.0.0.0:5554/stream.sdp,caching=4000}} Last edited by Dargason; 02-28-2013 at 07:14 AM. |
#205
|
|||
|
|||
Quote:
X VLC configured (server)? -VLC not configured |
#206
|
||||
|
||||
Quote:
Quote:
Code:
c:\vlc\vlc.exe Also, check the SAGE_HOME/logs/phoenix.log (shortly after you do a test on the device) and see if has any information in there as well.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#207
|
|||
|
|||
Ok, I stole a few minutes between meetings and tried this out, and it works pretty well in the 30s or so of testing I did.
You can have audio sync issues if your setup exceeds the bandwidth available to you, but this particular one works on my cellphone with fairly crappy 3g. I'll try to come up with some higher quality stream settings later when I have wifi available (and more time). Code:
#transcode{vcodec=mp4v,vb=256,acodec=mp4a,ab=64,channels=2,fps=15,venc=x264{profile=baseline,keyint=50,bframes=0,no-cabac,ref=1,vbv-maxrate=4096,vbv-bufsize=1024,aq-mode=0,no-mbtree,partitions=none,no-weightb,weightp=0,me=dia,subme=0,no-mixed-refs,no-8x8dct,trellis=0,level1.3},vfilter=canvas{width=176,height=144,aspect=320:180,padd},senc,soverlay}:std{access=livehttp{seglen=5,delsegs=false,numsegs=0,index=${PMS_PLAYLIST_FILE},index-url=${PMS_BASE_URL}${PMS_MEDIA_ID}-########.ts},mux=ts{use-key-frames},dst=${PMS_OUTPUT_DIR}/${PMS_MEDIA_ID}-########.ts} |
#208
|
|||
|
|||
Some amount of metadata searching/editing would be nice.
|
#209
|
|||
|
|||
Quote:
PS: Thanks for this great application. I bought a copy and it's well worth the price even if I never get transcoded audio streaming to work. |
#210
|
|||
|
|||
Quote:
Code:
#transcode{width=480,height=360,fps=25,vcodec=mp4v,vb=500,venc=x264{aud,profile=baseline,level=30,keyint=30},acodec=mp4a,ab=96, channels=2}:std{access=livehttp{seglen=5,delsegs=false,numsegs=0,index=${PMS_PLAYLIST_FILE},index-url=${PMS_BASE_URL}${PMS_MEDIA_ID}-########.ts},mux=ts{use-key-frames},dst=${PMS_OUTPUT_DIR}/${PMS_MEDIA_ID}-########.ts} Last edited by Dargason; 03-01-2013 at 04:58 PM. |
#211
|
|||
|
|||
Quote:
|
#212
|
||||
|
||||
A couple of things....
Thanks to everyone that has supported the app via the In App purchase.
Thanks for the suggestions on future features... I've collected the list, and I'll put together a Poll this weekend where you can vote for the next major feature. (Don't worry if your feature doesn't make it to the first poll... there'll probably be multiple polls) And lastly, thanks for working on the streaming tweaks. This is why I released it with a configuration that allows for tweaking. I'll add the "channels=2" to the next update in phoenix, and I'll continue to tweak the profiles based on your suggestions and testing.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#213
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#214
|
||||
|
||||
I was having the same problem with VLC not passing the test in Win7 64 bit. I did some tinkering with the permissions for VLC (opening it up to full access for all users), but what seemed to have done the trick was after I saved the changes I went to the refresh option in BMT and did a "refresh configurations". After that the VLC test passed. The audio fixed above also worked and I now have audio in all the trans-code options. This is on a Sammy Note 2 7".
I also have it on my kindle which is running 1.8, which was downloaded from the Googlecode site. Everything works wonderfully, except it won't play the transcoded stuff. Any chance of getting the latest version posted to the GC site?
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. Last edited by BobbyDing; 03-01-2013 at 01:17 AM. |
#215
|
||||
|
||||
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#216
|
|||
|
|||
Quote:
"Sorry The application Phoenix Remote (process org.jdna.sage.phoenix) has stopped unexpectedly. Please try again." This occurs before I get to a point where I can enter any Sage Server configuration info into the app. Edit: Okay. I've done more testing and it appears that something about configuration changed 1.8 and 2.0.1. I uninstalled the 2.0.1 version of the app and downloaded and installed the 1.8 version. As soon as I ran the app under 1.8 I got the server configuration screen. I added in my server information and verified that the 1.8 version of the app was working. I then upgraded the app using the 2.0.1 apk that previously didn't work. As soon as I did this, the app found the server configuration information from the 1.8 install and now works on my Kindle Fire. Last edited by JerryB; 03-01-2013 at 08:01 AM. Reason: Add updated information |
#217
|
||||
|
||||
Quote:
Not sure, I can get that done this weekend, because as I mentioned earlier, I have some home desktop/server maintenance that I'll be doing over the weekend EDIT: So it does work on your Kindle... but only if you go from 1.8 to 2.0.1... that's odd I wish I could get the error output to know "why" the configuration screen caused an error.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient Last edited by stuckless; 03-01-2013 at 09:13 AM. |
#218
|
|||
|
|||
Quote:
Don't worry about when you can get to this. It's working great on my Android phone and I even have it working on my Kindle other than having to restart the app after watching a video. Just let me know if/when you have something and I'll be happy to test it on my Kindle. |
#219
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#220
|
|||
|
|||
Glad to see this app. I only started revisited the forum again (just upgraded my server to Win7 from xp, my previous install was so old it was still on the frey technology folder, so I had to search the forum for info on upgrading to win7) It's probably the closest we are ever going to have to a mobile client/placeshifter.
Question about the buying/unlocking. How does it work if we have multiple android devices? I bought it on my Galaxy Nexus, but I also have a GTab 10.1. It still have the buy/unlock setting on the Gtab. Btw, the latest Mx player have something called HW+, it's in the decoder section of settings. Putting a checkmark for all the Use HW+ boxes made it work better on my Gtab. Might be useful for other tegra 2 tablets too. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Utility: Phoenix Tools - Phoenix Renamer | stuckless | SageTV v7 Customizations | 116 | 04-27-2017 10:42 AM |
dream to ability view SageTV recordings on Android | bjkiller | SageTV v7 Customizations | 4 | 09-06-2012 03:16 PM |
SageTV Placeshifter for Android | nyle | SageTV Placeshifter | 5 | 12-31-2011 10:40 AM |
SageTV Studio & Android | Brent | The SageTV Community | 5 | 07-11-2011 06:20 AM |
SageTV as Android for TVs? | perholm | General Discussion | 10 | 06-23-2011 08:26 PM |