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
  #181  
Old 08-23-2022, 05:45 PM
egeller egeller is offline
Sage Aficionado
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 334
Quote:
Originally Posted by jvl711 View Post
Hi Egeller,

I am actually maintaining both projects (SageTVTranscoder, MediaFormatDetector). I am looking at rearchitecting the build of MediaFormatDetector to more easily support cross compiling. I am really not a C programmer, so this may take me a while, and I could possibly get stuck.

I am surprised you are having issues with SageTVTranscoder detecting media formats. I did try my best to make it compatible. While I still prefer the way I am detecting formats in MediaFormat, the SageTVTranscoder should work...

Josh
Thanks for the update.

To be clear, when I have the SageTVTranscoder installed, and use the default media detector I have the issues with format detection.

However, my problem may be of my own doing. As I type this I remembered that I may be forcing SageTV to use the external detector in all cases. If I did not do that, maybe it would not try to use the new FFMPEG with the default detector. It seems that is where the problem is. I will need to investigate what my settings are.
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT
SageTV Extender:3x HD200 1x HD300 1xFireTV
Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon
All in lovely Drexel Hill, PA
Reply With Quote
  #182  
Old 09-06-2022, 02:51 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
For those using Linux! I have a working prototype build completed. I am working on cleaning it up and automating the build. Once that is complete I will roll it out for testing.

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
  #183  
Old 09-07-2022, 03:27 PM
tvmaster2's Avatar
tvmaster2 tvmaster2 is offline
SageTVaholic
 
Join Date: Jun 2005
Location: tarana
Posts: 4,240
Not Compatible!

Hi. I've been trying to install the Media Format Parser Plugin Windows x64, but both it and the x32 version show as 'Not Compatible' in the plugins download area.

Is it because my Software Version is
'SageTV V9.2.1.919 (64-bit)'

My current STV file is: SageTV7.xml (Version 9.2.6.1 March 10, 2012, Name: SageTV7)

And if V9.2.1.919 is indeed my installed version, do I have to upgrade in steps to 9.2.6, or can you just do it in one jump.

I tried to install 9.2.2, but the installer noted in the log: 'can't install older version over newer version', which would indicate I'm running 9.2.6
So I did a 'Repair' on 9.2.6, which was 'Successful'.

Still can't get the Media Format plugin to read anything but 'Not Compatible'
__________________
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

Last edited by tvmaster2; 09-07-2022 at 03:52 PM.
Reply With Quote
  #184  
Old 01-22-2023, 10:47 PM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
I've been trying out this plugin again, and every single one of my media files has an error when the plugin tries to process it:

Quote:
Sun 1/22 20:44:09.637 [LibraryImporter@1573ad7] Reimporting metadata for mediafile because it changed:MediaFile[id=37046267 A[37697780,37046268,"Amaze-Dolby-thedigitaltheater",0@0715.18:18,1,V] mask=V host=Ryzen encodedBy= format=Quicktime 0:01:03 5037 kbps [#0 Video[H.264 24.0 fps 1920x1080 16:9 4395 kbps progressive]#1 Audio[AC3 48000 Hz 2 channels 640 kbps idx=1 und]{SeriesInfoID=2191468}] F:\Sage\Permanent Imports\Amaze-Dolby-thedigitaltheater.mp4, Seg0[Sat 7/15 18:18:09.898-Sat 7/15 18:19:13.448]]
Sun 1/22 20:44:09.637 [LibraryImporter@1573ad7] Using the format detector plugin
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] MediaFormatParserPlugin processing: F:\Sage\Permanent Imports\Amaze-Dolby-thedigitaltheater.mp4
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] There was an unhandled exception processing the file: Amaze-Dolby-thedigitaltheater.mp4 jvl.FFmpeg.jni.AVFormatContext.allocateContext()J
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] java.lang.UnsatisfiedLinkError: jvl.FFmpeg.jni.AVFormatContext.allocateContext()J
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at jvl.FFmpeg.jni.AVFormatContext.allocateContext(Native Method)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at jvl.FFmpeg.jni.AVFormatContext.buildAVFormatInputContext(AVFormatContext.java:33)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at jvl.mediaformat.MediaFormatParserPlugin.parseFormat(MediaFormatParserPlugin.java:150)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.media.format.FormatParser.getFileFormat(FormatParser.java:200)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.MediaFile.reinitializeMetadata(MediaFile.java:2878)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.Seeker.checkForDataReimport(Seeker.java:1021)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.Seeker.importLibraryFiles(Seeker.java:1514)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.Seeker.importLibraryFiles(Seeker.java:1259)
Sun 1/22 20:44:09.638 [LibraryImporter@1573ad7] at sage.Seeker.access$700(Seeker.java:51)
Sun 1/22 20:44:09.639 [LibraryImporter@1573ad7] at sage.Seeker$1.run(Seeker.java:962)
Sun 1/22 20:44:09.639 [LibraryImporter@1573ad7] at sage.Pooler$PooledThread.run(Pooler.java:254)
Sun 1/22 20:44:09.639 [LibraryImporter@1573ad7] MediaFormatParserPlugin processing complete: F:\Sage\Permanent Imports\Amaze-Dolby-thedigitaltheater.mp4
Sun 1/22 20:44:09.639 [LibraryImporter@1573ad7] Now using external format detector for: F:\Sage\Permanent Imports\Amaze-Dolby-thedigitaltheater.mp4
I see another user (trk2) had a similar problem a few years ago, and it seems like it was fixed by an updated DLL. I would have assumed that DLL would be in the latest release of the plugin?

I installed the 32 bit version of the plugin from the plugin manager. Running Windows 10 and SageTV 9.2.4 (32 bit). Any ideas what I am doing wrong?

Last edited by peternm22; 01-22-2023 at 10:50 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
Commercial Detector Plugin Disabled LJSSageUser Phoenix 5 03-09-2014 05:34 PM
Plugin: MizookLCD (Alternate SageTV LCDSmartie Plugin) cslatt SageTV Customizations 48 06-11-2012 10:44 AM
Plugin request for SageTV Windows Client: Autofrequency plugin mkanet SageTV v7 Customizations 3 11-12-2011 09:33 AM
Do I have to format my WHS to use SageTV? blackcows General Discussion 9 10-13-2009 06:51 PM
IR Code (Pronto Format) as in UIRT Helper --> SageTV Format as in Sagetv.properties krasev Hardware Support 0 09-12-2006 10:56 PM


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


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