SageTV Community  

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

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #661  
Old 03-16-2006, 10:19 AM
chrisc16's Avatar
chrisc16 chrisc16 is offline
Sage Advanced User
 
Join Date: Oct 2003
Location: Fullerton, CA
Posts: 205
Quote:
Originally Posted by davephan
I used to use the Cayars STV. I have been using the orginal STV since I upgraded to SageTV version 4. Which STV has the commerical skipping support?

Dave
You can import that functionality with an STVi that Nielm created:

http://forums.freytechnologies.com/f...ad.php?t=12194

-Chris
__________________
Win7, HDHomeRun, HD200
Reply With Quote
  #662  
Old 03-17-2006, 01:26 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
Clang Bang Clang (marching around hitting my pots and pans!)
Jere,
Time for a progress report. Hows progress on the HDTV detecting going? You know, you aren't allowed to take any vacation or anything. My commercial detection is just too important for you to be gone.

I'm planning some time off in October, so you'll have to wait till then. So, back at it!!!
Reply With Quote
  #663  
Old 03-30-2006, 12:23 PM
DFA DFA is offline
Sage Expert
 
Join Date: Oct 2003
Location: Bakersfield
Posts: 638
Jere, et al:

Does current version of SA work with nielm's recently released WebServer v.2.7? It did not fully work with 2.6.

Or do we still need wait for an SA update?

DFA
__________________
Wrong information is worse than no information
Reply With Quote
  #664  
Old 03-30-2006, 08:46 PM
Jere_Jones's Avatar
Jere_Jones Jere_Jones is offline
Sage Fanatic
 
Join Date: Apr 2004
Location: Jacksonville, FL
Posts: 993
Humanzee,

I have SA decoding TS files correctly if, and only if, I tell it before hand what PID's to demux. I'm having a heck of a time parsing the program maps so that SA can figure those ids out for itself.

DFA,

Not yet. It is very high on the todo list though.

Jere
__________________
Death to commercials!!!
Latest ShowAnalyzer Beta version: 0.9.7
Reply With Quote
  #665  
Old 03-30-2006, 09:48 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
Quote:
Originally Posted by Jere_Jones
I'm having a heck of a time parsing the program maps so that SA can figure those ids out for itself.
Ok, not sure what that means but it sounds like you are making some progress. So that is good.

On another note, there was discussion in the past about a new output file to include aspect ratio info. I was thinking today when writing in another thread that aspect ratio could be just the start of it.
http://forums.freytechnologies.com/f...86&postcount=8
You could make some sort of recording statistics output file to include various information that could be used by stvi developers etc.

Such as
Broadcast resoultion, 480i-1080p
Broadcast Aspect Ratio
Program Aspect Ratio
Recording length
Recording size in bytes/Mb/Gb
Video Codec
Audio Codec
Bit Rate
????

Of course there is probably other info that could be useful for you too for debuging outside of a log file. maybe how long it took to detect, etc.

This opens the door for creating more adaptive settings like automatic aspect ratio switching, automatic decoder/renderer selection, more accurate free space statistics based on bit rates observed for HD recordings vs SD etc. etc. etc.

Probably usefull outside of SageTV too, I know you develop for other pvr platforms too. What do you think?
Reply With Quote
  #666  
Old 04-01-2006, 05:44 PM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
Show Analyzer Cannot Log Into Web Server

Quote:
Originally Posted by chrisc16
You can import that functionality with an STVi that Nielm created:

http://forums.freytechnologies.com/f...ad.php?t=12194

-Chris

Thanks for the help Chris! I did get the commerical skipping to work, and I also did not process commerical free channels with the web server version 2.6. It worked great on my Windows 2000 Workstation. However...

Since that time, I rebuilt my computer with Windows XP Professional so that I can defrag the 64K large block size.

I installed SageTV 4.1, Show Analyzer 0.6.2.214, DirMon 0.2.3, and Nielm's STVi import. SA & DirMon are working to process commericals. My next step was to install the web server again to avoid processing non-commerical channels.

Now, Show Analyzer cannot log into the web server (when testing the connection in Show Analyzer). I disabled the firewall and I am able to log into the web server with both IE & Firefox. There is a checkbox for the web server version 1.6 and earilier versions.

Is it possible that Show Analyzer is not compatiable with the version 2.7 web browser? Or, could there be some other problem?

Attached is a screenshot of the error message.

Dave
Attached Images
File Type: jpg can't-log-into-web-server-version-2-7.JPG (34.8 KB, 239 views)
Reply With Quote
  #667  
Old 04-02-2006, 10:24 AM
DFA DFA is offline
Sage Expert
 
Join Date: Oct 2003
Location: Bakersfield
Posts: 638
Quote:
Originally Posted by Jere_Jones

I have SA decoding TS files correctly if, and only if, I tell it before hand what PID's to demux. I'm having a heck of a time parsing the program maps so that SA can figure those ids out for itself.

Jere
Not that this may be of any help or not but it seems that the nVidia "TS Info Parser" DS filter is very good at this. Many of us have this filter. Maybe it can be employed or provide some clues although w/o source code, difficult to extract much "how to". But if it can be used in the interim, many of us could be off and running with that.

Note that for the original STB Firewire capture project, a Graph was created using various filters that demuxed and remuxed the MPEG-TS to MPEG-PS in real time. Only one combination of filters was I able to find and string together that did this successfully; the nVidia "TS Infor Parser" being one of them.

DFA
__________________
Wrong information is worse than no information

Last edited by DFA; 04-02-2006 at 10:31 AM.
Reply With Quote
  #668  
Old 04-02-2006, 10:39 PM
Jere_Jones's Avatar
Jere_Jones Jere_Jones is offline
Sage Fanatic
 
Join Date: Apr 2004
Location: Jacksonville, FL
Posts: 993
davepan,

I will be including support for nielm's websever version 2.7 in the next release of SA.

DFA,

All of SA's demuxing and decoding is custom coded. No use of DShow at all. Thanks for the the info though.

Jere
__________________
Death to commercials!!!
Latest ShowAnalyzer Beta version: 0.9.7
Reply With Quote
  #669  
Old 04-03-2006, 11:39 AM
DFA DFA is offline
Sage Expert
 
Join Date: Oct 2003
Location: Bakersfield
Posts: 638
If I recall correctly from my reading of posts, I think Nielm had a bug in 2.7 that should result in a 2.8 bug fix release shortly.

DFA
__________________
Wrong information is worse than no information
Reply With Quote
  #670  
Old 04-11-2006, 01:51 PM
turak's Avatar
turak turak is offline
Sage Expert
 
Join Date: Sep 2003
Location: Miami
Posts: 560
Quote:
Originally Posted by Jere_Jones
davepan,

I will be including support for nielm's websever version 2.7 in the next release of SA.

Jere

It might be easier to make use of the LCD Smartie plugin that neilm created. It listens on a tcp port and spits out all of the current status data.
Reply With Quote
  #671  
Old 04-28-2006, 09:13 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
Jere.

I have SA setup to only be able to use up to 25% CPU utilization. Yet, when I was having problems watching an show, I saw up to 90% sometimes.

If I let DM launch up to 3 instances of SA, does each instance get allowed 25% CPU utilization? So that would be a total 75% if I had 3 instances of SA going at once?

If so, I need to limit it to more like 10%.

Also, for some reason, I'm seeing SA ignore the rule to ignore commercials 180 seconds from the end of a recording...but I'll have to verify that one.
__________________
-Jason
Reply With Quote
  #672  
Old 04-28-2006, 10:58 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
Quote:
Originally Posted by geogecko
Jere.

I have SA setup to only be able to use up to 25% CPU utilization. Yet, when I was having problems watching an show, I saw up to 90% sometimes.

If I let DM launch up to 3 instances of SA, does each instance get allowed 25% CPU utilization? So that would be a total 75% if I had 3 instances of SA going at once?

If so, I need to limit it to more like 10%.

Also, for some reason, I'm seeing SA ignore the rule to ignore commercials 180 seconds from the end of a recording...but I'll have to verify that one.
I think you need to set SA at a lower percentage. SA's configureation is for each instance, I don't think that SA knows if there are more than one instance of itself runnning. Therefore each instance would attempt to use 25% of the cpu. However, I have noticed that if you are detecting a live program it doesn't use all that it is allowed. Because the detection process is slowed down to 1x it doesn't need all the cpu cycles.

Of course when you have multiple tuners you can still end up with lots of cpu being used by SA if you are detecting and recording several shows at the same time. Some of my shows are also HD, which for now can confuse SA at 1x and sometimes makes it hang up. Because of this I changed Dirmon to only decode after the a file is finished being writen too. I set it to use no more that 30% and to do only one show at a time. I rarely need to watch anything within a couple hours of when it recorded so by the next day everything has been detected.

When Jere figures out the HD detecting stuff, Ill probably let it run real time again. We will have to wait and see if HD detecting takes more cpu than SD.
Reply With Quote
  #673  
Old 04-28-2006, 11:10 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
Makes since, and that's what I was starting to think.

I am starting to think along your lines, and only let it process one show at a time. I was recording three shows tonight (two SD, and one HD), and SageTV tanked 3 times. It appears that SA was using way more resources that I wanted it to. I think I'll just restore SA to use 100 resources, instead of the current 33...at least for now.
__________________
-Jason
Reply With Quote
  #674  
Old 05-01-2006, 06:34 PM
Jere_Jones's Avatar
Jere_Jones Jere_Jones is offline
Sage Fanatic
 
Join Date: Apr 2004
Location: Jacksonville, FL
Posts: 993
Quote:
Originally Posted by Humanzee
When Jere figures out the HD detecting stuff, Ill probably let it run real time again. We will have to wait and see if HD detecting takes more cpu than SD.
I'm getting there.

HD will always take more cpu then SD. Decoding it will, if nothing else.

Jere
__________________
Death to commercials!!!
Latest ShowAnalyzer Beta version: 0.9.7
Reply With Quote
  #675  
Old 05-03-2006, 06:10 PM
DFA DFA is offline
Sage Expert
 
Join Date: Oct 2003
Location: Bakersfield
Posts: 638
If not more CPU than at least a proportional increase in time. Bits are bits.

Hey Jere, any chance of an interim update release of SA that works with latest rev. of nielm's Web Server?

We all look forward to HD-TS commercial detection feature for SA.

DFA
__________________
Wrong information is worse than no information
Reply With Quote
  #676  
Old 05-05-2006, 07:38 AM
Jere_Jones's Avatar
Jere_Jones Jere_Jones is offline
Sage Fanatic
 
Join Date: Apr 2004
Location: Jacksonville, FL
Posts: 993
Quote:
Originally Posted by DFA
Hey Jere, any chance of an interim update release of SA that works with latest rev. of nielm's Web Server?
I'll try to get one out this weekend.

Quote:
Originally Posted by DFA
We all look forward to HD-TS commercial detection feature for SA.
This weekend's release will include the TS demuxer.

Jere
__________________
Death to commercials!!!
Latest ShowAnalyzer Beta version: 0.9.7
Reply With Quote
  #677  
Old 05-05-2006, 12:19 PM
malore's Avatar
malore malore is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Iowa
Posts: 877
Quote:
Originally Posted by Jere_Jones
This weekend's release will include the TS demuxer.

Jere
Cool, ShowAnalyzer currently can process around 25% of my HD recordings, I'm looking forward to having the commercials marked on all my shows again.
Reply With Quote
  #678  
Old 05-05-2006, 03:06 PM
ripple ripple is offline
Sage User
 
Join Date: Feb 2004
Location: Denver, CO USA
Posts: 72
Doesn't the new 5.0.2 release of Sage generate .mpg files now instead of .ts files for HD?

How does this affect SA?

Thanks,
Kevin
Reply With Quote
  #679  
Old 05-05-2006, 03:15 PM
lovingHDTV's Avatar
lovingHDTV lovingHDTV is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,019
Sage has been generated PS streams for sometime now. I have had no luck using SA on the streams but comskip works fine.

I'm hoping SA will work soon so I can get the capability to link to the webserver, I really miss that with comskip.
Reply With Quote
  #680  
Old 05-08-2006, 11:00 AM
hchucky hchucky is offline
Sage Advanced User
 
Join Date: Jun 2004
Posts: 140
curious...what are the benefits of linking to the web server with SA?

HC
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


All times are GMT -6. The time now is 04:13 PM.


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