|
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 |
#261
|
||||
|
||||
Quote:
__________________
Athlon II Quad Core 3Ghz, 8GB Ram. 12GB Storage. 3 (x4) HDHR for OTA Across 2 Cities, HD200, 2x HD300. |
#262
|
||||
|
||||
I'm using the same server. I've hit save, updated bmt configuration, re-copy pasted full vlc.exe path, updated to the latest java, completely restarted sagetv service and clients, reinstalled vlc using the current public 2.0.5 version, even the latest nightly. I've giving "everyone" full permissions to all objects in VLC directory.
I have both 32bit and 64bit java. I use. A specific 6.xx version of 64 bit java for something unrelated to sagetv. My jetty based webserver is SSL capable; and currently using SSL in the phoenix android app. I get the same result for all my tv shows; which are pretty much all mpeg transport streams. Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#263
|
|||
|
|||
Quote:
Also, thanks for the Avia media player suggestion. While it didn't fix the error, it did allow me to get transcoding working with the app on my Kindle Fire. |
#264
|
||||
|
||||
the only server I am using to test is a DNS server, and it seems to be reliable (dyndns.org)
__________________
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/300s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#265
|
||||
|
||||
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 |
#266
|
||||
|
||||
bandwidth usage
dumb question - when using 3G / 4G connections, how much bandwidth data will we eat up watching .ts (or other format files) movies on smartphones....is there a formula page somewhere here I haven't been able to find?
2 gigs of free data per month at T-Mobile, then shutdown occurs
__________________
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/300s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#267
|
||||
|
||||
Quote:
Code:
http://192.168.1.12:8080/sagex/streaming/request/test123?mediafile=2151189&profile=normal&network=wifi
__________________
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 |
#268
|
|||
|
|||
Correct. I'm using the app on both my Android phone and my Kindle Fie. The app is working perfectly with no crashes on my Android phone. However, I'm experiencing intermittent crashes on my Kindle Fire, all with the error message that I've previously posted. The only issue is that, with various changes to my setup (switching to direct IP addressing, switching media player, etc.) the crashes on my Kindle Fire have become less frequent and predictable. However, if I keep using the app on my Kindle Fire, it will eventually crash.
|
#269
|
||||
|
||||
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 |
#270
|
||||
|
||||
URL:
https://localhost:8090/sagex/streami...l&network=wifi Response: {"reply":{"error":"Timedout waiting for stream to be created"}} Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#271
|
||||
|
||||
Quote:
I'm running out of ideas... I may have to add some extra logging in the Phoenix services in the next build.
__________________
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 |
#272
|
|||
|
|||
vlc args ignored?
Hi,
I've got a stupid problem. I upgraded to Java7, and now I get transcoded streams. But I have the "no sound" issue described earlier in the thread. I went to http://192.168.200.2:8080/bmt/#configure, selected VLC options, and added 'channels=2' to all the audio sections. Eg, for Wifi HD, I have: Code:
#transcode{width=1280,height=720,fps=30,vcodec=h264,vb=1000,venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=128,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} I first tried just the "save" button. Then I tried re-starting the sagetv server. I instrumented the cvlc script, and I can see its not getting the "channels=2" argument. Eg: Code:
Mon Mar 4 10:11:19 EST 2013 -I dummy --mms-caching 0 /var/media/tv/TheMentalist-S05E15-RedLacquerNailPolish-3850824-0.mpg vlc://quit --sout=#transcode{width=1280,height=720,fps=30,vcodec=h264,vb=1000,venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=128}:std{access=livehttp{seglen=5,delsegs=false,numsegs=0,index=/home/sagetv/server/userdata/Phoenix/streaming/fba139ca-7481-3c19-8184-244b9e49a352/3876419.m3u8,index-url=http://192.168.200.2:8080/sagex/streaming/files/fba139ca-7481-3c19-8184-244b9e49a352/3876419-########.ts},mux=ts{use-key-frames},dst=userdata/Phoenix/streaming//fba139ca-7481-3c19-8184-244b9e49a352/3876419-########.ts}
__________________
Server HW: AMD Ryzen Threadripper 2990WX 32-Core Server SW: FreeBSD-current, ZFS, linux-oracle-jdk1.8.0, sagetv-server_9.2.2_amd64 Tuner HW: HDHR Client: Nvidia Shield (HD300, HD100 in storage) |
#273
|
||||
|
||||
Quote:
Aso, when you are testing... if the Phone/Table is WiFi it will use one of 3 wifi profiles... but if you are on 3g, it will use the 3g profiles. Also if it can't tell, then it will use the last profile, which is the default. So, on the device when you are streaming, are you on wifi/3g, and are you selecting the profile (low, normal, hd) that you modified. Ideally all 7 profiles will need to be updated with channels=2. (the next phoenix build will set that as default) EDIT: I see you have added it to ALL profiles (good). Do you have more than 1 sagetv server? Are you hitting the right server?
__________________
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-04-2013 at 11:31 AM. |
#274
|
||||
|
||||
Yeah, theres no way to know where to look without getting logging info. I wish I had at least a small hint about where the problem might be.
If the webserver, VLC, and 32bit Java 7 are all operating correctly independent of each other and my Android app can talk to sagex without issues, then.. what would interfere with VLC producing a stream? I'm guessing VLC is not even getting the command. One thing I haven't tried is running my sageTV service using the same user account I use to login on the server console/desktop. I'll try that when I get home.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** Last edited by mkanet; 03-04-2013 at 11:59 AM. |
#275
|
||||
|
||||
I just want to give a short unsorted feedback about my experience with version 2.01.
I am using phoenix-appp on my Asus TF700t. Updates are always manually downloaded. So, i donīt know if app is automatically updating via play-store. In-app payment and activation worked without issues. To be honest, i donīt know the difference between pro and non-pro. but i donīt care as it is really worth spending some bucks for such a valuable app. Streaming: ------------ Everything works well. With-and without transcoding as long as is use MXPlayer or Archos-player. MX-player does not like HW-decoding. But this is a minor issue that seems to be related to the player itself. archos-payer does not interpret some 4:3 resolutions very-well and stretches the picture to full wide of screen. VLC-player (beta?) suffers some audio delay on most steams. thatīs why i do not use it anymore. --> I can really recommend using mx-player if one does not mind S/W decoding. this payer is updated fequently and i am sure ne day also H/W decoding for network streams will work as it is supposed to do. interface ------------ For some views i would like to have the option to change the sorting by-date to oposite direction. Currently i have to scroll-down to the very bottom to get the latest recording. Fonts could be slightly bigger. On a 10" device with 1080p reolution the text is quite small. download to device ------ this is one of the most exciting features, because it is downloading movies much faster than any other smb,ftp or whatever conection i have tried so far. But if recrodings are split into 2 or more files (sometimes on different folders) then only the 1st file will be downloaded. . So i have to bypass phoeix-app and use HD-explorer instead. Hopefully that can be fixed ? Or is there a way on Sage-server to avoid creating more than one file per recording ? Selectable download-location would be great benefit for me as i like to have all media-files on external micro-sd card. ---- thatīs it so far. I have many features in mind....but i have already voted the poll and looking forward to one of the listed features. Well-done so far ! Great job ! Thanks
__________________
AMD Phenom X6 1090T black,4GB Ram, ASUS Crosshair IV Formula,6TB onboard, 2x Digital Devices Cine S2 Dual DVB-S2 via unicable Last edited by Fredo44; 03-04-2013 at 12:29 PM. |
#276
|
||||
|
||||
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 |
#277
|
|||||
|
|||||
Quote:
Quote:
I agree it would be nice to provide some operations, like filtering and sorting in the app, but until I can actually persist those features, and provided an easy way to allow people to build up views, I've stayed away from it. ie, this is a fairly large task, and the same function can be achieved by creating a custom view on the server with the options that you want. Quote:
https://code.google.com/p/sagephoenix/issues/list Quote:
Quote:
Fyi... when you go to the "Downloads" and use the Settings menu you can change the download location for your files (I think)... You just can't change it, per download.
__________________
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 |
#278
|
|||
|
|||
Quote:
Where in the actual filesystem is this configuration stored? I assume there must be an xml file, or an sqlite database or something.. Is there some way that I can verify from the command line that BMT stored the config how it was expected? Yes, I only have a single SageTV server. And I know I'm hitting it, because I've instrumented the cvlc scrip to log its arguments.. Thanks, Drew I'm thinking to just re-write the wrapper script to parse the VLC args and add the "channels=2"...
__________________
Server HW: AMD Ryzen Threadripper 2990WX 32-Core Server SW: FreeBSD-current, ZFS, linux-oracle-jdk1.8.0, sagetv-server_9.2.2_amd64 Tuner HW: HDHR Client: Nvidia Shield (HD300, HD100 in storage) Last edited by drewg; 03-04-2013 at 04:44 PM. |
#279
|
||||
|
||||
Almost there?
Stuckless, It looks like my problem is revolved around file permissions on my C:\ drive. If its permissions issue, its my own fault. I had "hardened" the security of my C:\ drive a while back; which may be the cause.
If I execute sageTVservice.exe using my personal user ID, "Michael", vlc.exe starts using >50% CPU; and, creates small .ts files in the C:\Program Files (x86)\SageTV\SageTV\userdata\Phoenix\streaming\8e3ff885-a64a-3c34-ab13-f82a8d45eb69 directory. I think it's supposed to do that; which it wasn't before when sageTVservice.exe was using the Windows local system for authentication. If you, or anyone, know what permission dependencies sageTVservice.exe, java, etc needs... please let me know. I would like to put it back to using the local system for authentication. I will eventually reimage my machine with an older image which should correct any permissions issues; but, maybe I can make this work for now. Anyway, now, I'm running into another issue... shortly after the video tries to stream (after I select the respective video streaming profile), I get the error message: "Sorry, this video cannot be played". Is this a player issue? I have MX player installed; but not sure where it's failing now. I've attached the log files. Maybe they mean more this time around... Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#280
|
|||
|
|||
Sounds like progress... those video files (each about 4-5s long) are normal. or at least I'm getting them too.
You might try a different video player, but first you should look at the settings in MX Player. You can enable and disable SW and HW+ encoders and you might find something that works. (I think it's device dependent... the achilles heel of Android.) |
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 |