SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #41  
Old 01-05-2021, 03:16 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by jerrym View Post
I am having a problem when the application is generating thumbnails from the Sage Client software.

My environment is that I have a SageTV server running both the service and the client.

On that PC, the thumbnails do not generate. From a Placeshifter client, the thumbnails do generate.

Attached are 4 log files. The two that start with Placeshifter are the logs from where it works successfully. The other two are from the Sage Client SW where the generation fails.

The only difference I see is that in the failing log files, the file name is preceded with "stv://127.0.0.1/".
I will look into this hopefully in a few days. Work has been crazy, and I am trying to catch up so I can do my fun side work

I think you are probably on the right track. I did add some work arounds to this. I wonder if there is a new one I need to add.

Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #42  
Old 01-05-2021, 04:12 PM
jerrym jerrym is offline
Sage User
 
Join Date: Apr 2016
Location: Minnesota
Posts: 40
Quote:
Originally Posted by jvl711 View Post
I will look into this hopefully in a few days. Work has been crazy, and I am trying to catch up so I can do my fun side work

I think you are probably on the right track. I did add some work arounds to this. I wonder if there is a new one I need to add.

Josh
Thanks! I appreciate your efforts in keeping SageTV alive!
Reply With Quote
  #43  
Old 01-06-2021, 11:46 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by jerrym View Post
Thanks! I appreciate your efforts in keeping SageTV alive!
I reviewed the code, and that is definitely the issue! This should be an easy fix. Hopefully I will have a patch out in a week or so.

I am addressing stv://localhost, but not stv://127.0.0.1. This should hopefully be an easy fix. In general this version of the SageTVTranscoder does not support the stv:// protocol. I am just translating these by removing the stv://localhost portion so that it accesses the file using UNC or local file access.

Adding support for STV:// protocol is in the backlog for enhancement in the future.

Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #44  
Old 01-07-2021, 07:28 PM
thopkin1 thopkin1 is offline
Sage User
 
Join Date: Sep 2010
Location: Cleveland, OH
Posts: 31
Flashing when watching using transcoding

First, thank you for your work on this. I've been using Sage since before the Google acquisition and really appreciate some of the with to modernize with the mini client and updated transcoder.

I just installed the new transcoder plugin and the required safe.jar. One of the quirks I've noticed is when watching on an Android tv device (tivo stream 4k), I get some flashing on the screen (best way I can describe it). I've tried playing with the transcoder settings in the mini client but it continues to do this. Any ideas?
Reply With Quote
  #45  
Old 01-07-2021, 08:54 PM
mechling-burgh mechling-burgh is offline
Sage Aficionado
 
Join Date: Feb 2006
Location: Pittsburgh, PA
Posts: 406
In settings for the android client set opengl this solved it for me on the tivo 4k
Reply With Quote
  #46  
Old 01-08-2021, 08:07 AM
thopkin1 thopkin1 is offline
Sage User
 
Join Date: Sep 2010
Location: Cleveland, OH
Posts: 31
mechling-burg - That worked perfectly! Thank you!!!
Reply With Quote
  #47  
Old 01-08-2021, 03:39 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by thopkin1 View Post
First, thank you for your work on this. I've been using Sage since before the Google acquisition and really appreciate some of the with to modernize with the mini client and updated transcoder.

I just installed the new transcoder plugin and the required safe.jar. One of the quirks I've noticed is when watching on an Android tv device (tivo stream 4k), I get some flashing on the screen (best way I can describe it). I've tried playing with the transcoder settings in the mini client but it continues to do this. Any ideas?
That is interesting! I am glad there was a fix. I wonder why the other rendering option is causing that issue. I have not seen this behavior on the devices I have at home. I might need to get a tivo stream for testing.
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #48  
Old 01-12-2021, 08:06 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by jerrym View Post
I am having a problem when the application is generating thumbnails from the Sage Client software.

My environment is that I have a SageTV server running both the service and the client.

On that PC, the thumbnails do not generate. From a Placeshifter client, the thumbnails do generate.

Attached are 4 log files. The two that start with Placeshifter are the logs from where it works successfully. The other two are from the Sage Client SW where the generation fails.

The only difference I see is that in the failing log files, the file name is preceded with "stv://127.0.0.1/".
I believe this issue is resolved in version 1.0.2. Let me know if you are still seeing issues with it.

Thanks,
Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #49  
Old 01-12-2021, 04:32 PM
jerrym jerrym is offline
Sage User
 
Join Date: Apr 2016
Location: Minnesota
Posts: 40
Quote:
Originally Posted by jvl711 View Post
I believe this issue is resolved in version 1.0.2. Let me know if you are still seeing issues with it.

Thanks,
Josh
Yes, it is looking good now. Thanks!
Reply With Quote
  #50  
Old 01-18-2021, 08:15 PM
w4rh4wk's Avatar
w4rh4wk w4rh4wk is offline
Sage User
 
Join Date: May 2011
Location: Connecticut
Posts: 36
holy plugin batman! i check in every now and then... this was a NICE surprise! Thank you so much! I have the latest 32bit version of the sever installed. When I go to install it via General >SageTVTranscoder (FFmpeg) Windows x32 ... i get "Plugin Install Progress: Done - Fail - Resource Download..." am i forgetting something? I've attached the screen shot.
Attached Images
File Type: jpg error.JPG (83.5 KB, 222 views)
__________________
Sage Server: AMD Ryzen 9 3900; Gigabyte B550 AORUS PRO AC; Win 10 64bit; Nvidia GTX 1050TI; 32GB; 2 HVR-1250 (OTA HD)

Last edited by w4rh4wk; 01-18-2021 at 08:20 PM.
Reply With Quote
  #51  
Old 01-19-2021, 04:27 PM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
so i'm trying to use the built-in Convert option and things are failing all over the place with the latest ffmpeg in place. I'm guessing it's all deprecated options (I'm making a list). I'll have to make some custom profiles I guess. not a big deal, already did that a decade ago.

Edit: oops, noticed now this had been already mentioned. never mind.

I did notice that Josh's supplied profile is still failing though with the latest update. I'll have to see if I can cobble together my own profile.

Last edited by phelme; 01-19-2021 at 04:39 PM.
Reply With Quote
  #52  
Old 01-21-2021, 01:31 PM
phantomii phantomii is offline
Sage Advanced User
 
Join Date: Mar 2009
Location: North Carolina
Posts: 226
Quote:
Originally Posted by jvl711 View Post
There is not currently a linux build. It in theory should be able to be built for linux. I do not have a linux SageTV development system. I will hopefully create a linux version of this and the Media Format Parser Plugin.

Josh
So, I am also interested in a Linux version of this as I built several Linux SageTV Servers and had to learn some Linux to do this and to support them. I am not a developer, but have done some minimal coding in a few languages over time on Windows systems. I do though have several old Desktop PC's around I suspect I could build into a Linux dev environment to maybe help this along??? If you could point me to what might be needed to set this up I would be willing to give it a try. Might crash and burn but I love to learn new stuff anyway. Maybe it would keep my mind busy and out of trouble???
Reply With Quote
  #53  
Old 01-24-2021, 09:01 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by w4rh4wk View Post
holy plugin batman! i check in every now and then... this was a NICE surprise! Thank you so much! I have the latest 32bit version of the sever installed. When I go to install it via General >SageTVTranscoder (FFmpeg) Windows x32 ... i get "Plugin Install Progress: Done - Fail - Resource Download..." am i forgetting something? I've attached the screen shot.
Hmmm.... Can you confirm this is still an issue? I can try uninstalling and installing on my server. My best guess is that the link I added is incorrect. If possible could you see if there is any additional details in the log.

Thanks,
Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #54  
Old 01-24-2021, 09:03 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by phelme View Post
so i'm trying to use the built-in Convert option and things are failing all over the place with the latest ffmpeg in place. I'm guessing it's all deprecated options (I'm making a list). I'll have to make some custom profiles I guess. not a big deal, already did that a decade ago.

Edit: oops, noticed now this had been already mentioned. never mind.

I did notice that Josh's supplied profile is still failing though with the latest update. I'll have to see if I can cobble together my own profile.
I think the best way for the short term to deal with this will be for us to post custom profiles. Trying to code around them was a bit challenging. Long term, I think I will add plugin code to modify/add new profiles when you install the transcoder.

If people post good working ones I will add to the main post for people to add.

Thanks,
Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #55  
Old 01-27-2021, 09:16 PM
w4rh4wk's Avatar
w4rh4wk w4rh4wk is offline
Sage User
 
Join Date: May 2011
Location: Connecticut
Posts: 36
Quote:
Originally Posted by jvl711 View Post
Hmmm.... Can you confirm this is still an issue? I can try uninstalling and installing on my server. My best guess is that the link I added is incorrect. If possible could you see if there is any additional details in the log.

Thanks,
Josh
here's the log it cant download the plugin.... that's weird
Code:
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin is compatible!
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin package Package[type=System url=https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip md5=04ede0e8d8e223d9117f1ca467747e2d overwrite=true]
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin asset name is httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.104 [PooledThread@171ef7a] Now downloading the plugin package from https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip to local cache file PluginInstallers\sagetvtranscoderwinx32\1.0.2\httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.104 [PooledThread@171ef7a] Download requested for files server=https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip src=null dest=PluginInstallers\sagetvtranscoderwinx32\1.0.2\httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.182 [PooledThread@171ef7a] ERROR with file download of:javax.net.ssl.SSLException: Received fatal alert: protocol_version
Wed 1/27 22:12:46.182 [PooledThread@171ef7a] Resource download failed from https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip
__________________
Sage Server: AMD Ryzen 9 3900; Gigabyte B550 AORUS PRO AC; Win 10 64bit; Nvidia GTX 1050TI; 32GB; 2 HVR-1250 (OTA HD)
Reply With Quote
  #56  
Old 01-28-2021, 12:23 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by w4rh4wk View Post
here's the log it cant download the plugin.... that's weird
Code:
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin is compatible!
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin package Package[type=System url=https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip md5=04ede0e8d8e223d9117f1ca467747e2d overwrite=true]
Wed 1/27 22:12:46.103 [PooledThread@171ef7a] Plugin asset name is httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.104 [PooledThread@171ef7a] Now downloading the plugin package from https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip to local cache file PluginInstallers\sagetvtranscoderwinx32\1.0.2\httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.104 [PooledThread@171ef7a] Download requested for files server=https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip src=null dest=PluginInstallers\sagetvtranscoderwinx32\1.0.2\httpsgithubcomjvl711FFmpegreleasesdownloadSageTVTranscoderv102SageTVTranscoderWinx32v102zip
Wed 1/27 22:12:46.182 [PooledThread@171ef7a] ERROR with file download of:javax.net.ssl.SSLException: Received fatal alert: protocol_version
Wed 1/27 22:12:46.182 [PooledThread@171ef7a] Resource download failed from https://github.com/jvl711/FFmpeg/releases/download/SageTVTranscoder_v1.0.2/SageTVTranscoderWinx32_v1.0.2.zip
Ensure your Java version is at least 8 as 7 can have issues with https

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #57  
Old 01-28-2021, 10:30 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by jusjoken View Post
Ensure your Java version is at least 8 as 7 can have issues with https

k
I concur with your assessment. Looks like a SSL version issue on the client side. This does not look to be related to the plugin config. I have had this crop up in a professional capacity as well.

Thanks,
Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #58  
Old 01-28-2021, 01:09 PM
w4rh4wk's Avatar
w4rh4wk w4rh4wk is offline
Sage User
 
Join Date: May 2011
Location: Connecticut
Posts: 36
gotcha... im running 1.7.0-79b15.... quick google search.. i see Version 8 Update 281... go with that one?
__________________
Sage Server: AMD Ryzen 9 3900; Gigabyte B550 AORUS PRO AC; Win 10 64bit; Nvidia GTX 1050TI; 32GB; 2 HVR-1250 (OTA HD)
Reply With Quote
  #59  
Old 01-29-2021, 08:46 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by w4rh4wk View Post
gotcha... im running 1.7.0-79b15.... quick google search.. i see Version 8 Update 281... go with that one?
That will do it
Reply With Quote
  #60  
Old 01-30-2021, 03:55 PM
w4rh4wk's Avatar
w4rh4wk w4rh4wk is offline
Sage User
 
Join Date: May 2011
Location: Connecticut
Posts: 36
Java v8 installed and i was able to install the plugin without issue thanks guys!! So follow up question are we able to use automatic conversion to convert our recordings directly into x265 with this plugin ?
__________________
Sage Server: AMD Ryzen 9 3900; Gigabyte B550 AORUS PRO AC; Win 10 64bit; Nvidia GTX 1050TI; 32GB; 2 HVR-1250 (OTA HD)

Last edited by w4rh4wk; 01-30-2021 at 04:05 PM.
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
SageTVTranscoder.exe from 6.5.14 Stuntman SageTV Beta Test Software 2 05-13-2009 08:17 AM
What does SageTVtranscoder.exe do? autoboy SageTV Software 5 04-23-2008 01:55 PM
sagetvtranscoder.exe always at 50% showson1 SageTV Software 3 03-30-2008 01:46 AM
SageTVTranscoder.exe jgsouthard SageTV Beta Test Software 40 11-03-2007 01:13 PM
SageTvTranscoder.exe ?? mike_15 SageTV Software 4 10-21-2007 09:42 PM


All times are GMT -6. The time now is 11:13 AM.


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