SageTV Community  

Go Back   SageTV Community > SageTV BETA Release Products > SageTV Beta Test Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Beta Test Software Discussion related to BETA Releases of the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. regarding SageTV Beta Releases should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #381  
Old 02-23-2009, 11:54 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by babgvant View Post
Got some flashes of green (using the MS decoder) tonight while watching. The Cyberlink decoder had a slight blip over the same segment (both in Sage and in PDVD) so it could be the file (HVR-2250 cap).

Log and screen shot attached.
I think there are something bad in the file, if you didn't delete it, you can upload.

Qian
__________________
Qian
Reply With Quote
  #382  
Old 02-24-2009, 09:09 AM
weeber weeber is offline
Sage Advanced User
 
Join Date: Jul 2004
Posts: 104
Can you please explain how to set the TSSplitter to remux TS to PS?

I've been recording via firewire from my cable box for over a year now and just putting up with the crazy timeline issues when I was skipping around

It's been a long time since I've been back here, but I should have checked sooner because it looks like a lot of work has been done. So far, I've installed the latest (non-beta) Sage program, the beta TSsplitter.ax from some other thread, and the mpegdemux (.39 I think from this thread). Things are much better, but not perfect I wish I checked this forum much sooner.

I did not install the myasyncflt.ax from this thread because it looks like the latest Sage update already had a recent more current version of this file. Is there anything else I'm missing I should try?

Quote:
Originally Posted by donkey View Post
I know your TS recordings are created by youself, if you have troubles with the demux, upload sample clips. I tested your one recording posted on 1/12/09, no issue there. another way you can use SageTV's TSSplitter to remux your TS format recording into PS format one, that could have less troubles.
Qian
Reply With Quote
  #383  
Old 02-24-2009, 11:46 AM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by weeber View Post
Can you please explain how to set the TSSplitter to remux TS to PS?

I've been recording via firewire from my cable box for over a year now and just putting up with the crazy timeline issues when I was skipping around

It's been a long time since I've been back here, but I should have checked sooner because it looks like a lot of work has been done. So far, I've installed the latest (non-beta) Sage program, the beta TSsplitter.ax from some other thread, and the mpegdemux (.39 I think from this thread). Things are much better, but not perfect I wish I checked this forum much sooner.

I did not install the myasyncflt.ax from this thread because it looks like the latest Sage update already had a recent more current version of this file. Is there anything else I'm missing I should try?
The TSSplitter.ax is a push filter, you feed data into an input pin, get data from the TSPin pin (you can use the MpegDump.ax filter to output data into a file), in default TSSpliter picks up first stream in a TS stream to remux into a PS steam. an easy practice is to write a simple filter based on DirectX CSouce class ( the push pin based on CSourceStream ).

Qian
__________________
Qian
Reply With Quote
  #384  
Old 02-24-2009, 11:58 AM
weeber weeber is offline
Sage Advanced User
 
Join Date: Jul 2004
Posts: 104
LOL, thanks for the reply, but I'm out of my league because I only understood every other word.

I'll just wander on over to the shallow end of the pool and keep referencing this thread for any future updates regarding the demuxer situation.

Quote:
Originally Posted by donkey View Post
The TSSplitter.ax is a push filter, you feed data into an input pin, get data from the TSPin pin (you can use the MpegDump.ax filter to output data into a file), in default TSSpliter picks up first stream in a TS stream to remux into a PS steam. an easy practice is to write a simple filter based on DirectX CSouce class ( the push pin based on CSourceStream ).

Qian
Reply With Quote
  #385  
Old 02-25-2009, 03:28 PM
reggie14 reggie14 is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Maryland
Posts: 2,760
Quote:
Originally Posted by donkey View Post
The TSSplitter.ax is a push filter, you feed data into an input pin, get data from the TSPin pin (you can use the MpegDump.ax filter to output data into a file), in default TSSpliter picks up first stream in a TS stream to remux into a PS steam. an easy practice is to write a simple filter based on DirectX CSouce class ( the push pin based on CSourceStream ).
I'm pretty confused by this too. I'm in a very similar sitaution as weeber, where I'm trying to get firewire recording working. Right now I just have the recording graph set up to dump the raw transport stream. It works fine on the extenders, but not in software. So, my graph is my tuner device going straight to a dump filter. Your message seems to be implying I can go from the tuner device to the TSSplitter to the dump filter and then I'll have a program stream file. Is that right?

Alternatively, is there a way to use TSSplitter on my clients to improve playback of my firewire recordings? Right now I seem to be using the Haali splitter without much luck.
Reply With Quote
  #386  
Old 02-25-2009, 04:42 PM
jlabrue jlabrue is offline
Sage Aficionado
 
Join Date: Feb 2005
Posts: 320
Quote:
Originally Posted by weeber View Post
LOL, thanks for the reply, but I'm out of my league because I only understood every other word.

I'll just wander on over to the shallow end of the pool and keep referencing this thread for any future updates regarding the demuxer situation.
LOL

Me too...
Reply With Quote
  #387  
Old 02-25-2009, 06:39 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by weeber View Post
LOL, thanks for the reply, but I'm out of my league because I only understood every other word.

I'll just wander on over to the shallow end of the pool and keep referencing this thread for any future updates regarding the demuxer situation.
1) download GraphStudio
2) open graphstudio, select Graph->Insert File Source (Async)
3) select the ts file you want to process
4) select Graph->Insert Filter, add SageTV TS Splitter and MPEG2Dump to the graph (when you add MPEG2Dump it will ask for a file to save to)
5) click on the "Output" pin for the file source drag the arrow on to the "Input" pin on the TS Splitter filter, then do the same to connect the "TSPin" and "Input"pin on the dump filter
6) press the green "Play" button
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #388  
Old 02-26-2009, 06:10 PM
reggie14 reggie14 is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Maryland
Posts: 2,760
Thanks, babgvant. That's exactly what I was looking for.
Reply With Quote
  #389  
Old 02-26-2009, 10:07 PM
HelenWeathers's Avatar
HelenWeathers HelenWeathers is offline
Sage Icon
 
Join Date: Aug 2008
Location: Miami, Florida
Posts: 1,321
I posted in this thread a couple of days ago that I had stuttering playback with EVR when I installed the 6.5.9 SageTV version.

In case anyone is wondering, the 6.5.11 beta version gave me smooth EVR again.
__________________
Server: SageTV 9, Win10/32, Intel DP55KG Mb, Intel QC i5 2.66GHz , 4GB 1333MHz DDR3 SDRAM, 2 Hauppauge 2255s for 4 OTA ATSC tuners, HDHRPrime w Comcast, 3 STP-HD300s 20101007-0 firmware, nVidia Shield. Java v7u55. Plugins:SD EPG, OpenDCT
Reply With Quote
  #390  
Old 03-02-2009, 12:36 PM
Razillian's Avatar
Razillian Razillian is offline
Sage Aficionado
 
Join Date: Jan 2006
Posts: 289
Does the demuxer affect remote placeshifter playback at all?

Ran into an issue with my HD100 in placeshifter mode where sometime after putting in the last demuxer (2.0.1.39) I was not able to watch HDPVR channels. Remembering the posts in here about the demuxer having an effect on the HD200 (speculative), I rolled back to 2.0.1.33 and once again the HDPVR channels are working with the HD100 in placeshifter mode.

Curious if this is coincidence or if I should pop 2.0.1.39 back in and start gathering log files.
__________________
blog: www.iamwhen.com
Reply With Quote
  #391  
Old 03-02-2009, 12:56 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Yeah, I'm wondering the same thing.

Quote:
Originally Posted by Razillian View Post
Does the demuxer affect remote placeshifter playback at all?

Ran into an issue with my HD100 in placeshifter mode where sometime after putting in the last demuxer (2.0.1.39) I was not able to watch HDPVR channels. Remembering the posts in here about the demuxer having an effect on the HD200 (speculative), I rolled back to 2.0.1.33 and once again the HDPVR channels are working with the HD100 in placeshifter mode.

Curious if this is coincidence or if I should pop 2.0.1.39 back in and start gathering log files.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #392  
Old 03-02-2009, 01:05 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
The demux ONLY is used when using SageTVClient or SageTV for Windows for playing back MPEG media. And it is only used if you are playing it on that Windows PC. It is NOT used for extenders, placeshifters or on Mac/Linux.

Hopefully that should clear up that question.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #393  
Old 03-03-2009, 08:19 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Using the demuxer that comes with 6.5.11 live ATSC is still unwatchable (log attached).
Attached Files
File Type: zip MpegDemux.zip (1.7 KB, 219 views)
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #394  
Old 03-04-2009, 01:53 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by babgvant View Post
Using the demuxer that comes with 6.5.11 live ATSC is still unwatchable (log attached).
black screen or static blocks? what is your video decoder?
there is no error in log.

regarding your post http://forums.sagetv.com/forums/show...&postcount=380,
I didn't repeat the problem with your uploading, but there are data blocks lost in the recording and I think your video decoder doesn't handle it very well.

Qian
__________________
Qian
Reply With Quote
  #395  
Old 03-04-2009, 02:11 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by donkey View Post
black screen or static blocks? what is your video decoder?
there is no error in log.

regarding your post http://forums.sagetv.com/forums/show...&postcount=380,
I didn't repeat the problem with your uploading, but there are data blocks lost in the recording and I think your video decoder doesn't handle it very well.

Qian
Playback is extremely jerky (play 1 sec, pause 2 sec, play 1 sec ...). As soon as the show is done recording everything works perfectly.

I switched the PDVD mpeg decoder, and it doesn't show the green screens (was using the MS one).
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #396  
Old 03-04-2009, 08:04 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by babgvant View Post
Playback is extremely jerky (play 1 sec, pause 2 sec, play 1 sec ...). As soon as the show is done recording everything works perfectly.

I switched the PDVD mpeg decoder, and it doesn't show the green screens (was using the MS one).
try bigger block size, BlockSize(DWORD)=256, or even bigger.
I think you're using a client over network to watch live TV, need to buffer more data to play.

Qian
__________________
Qian
Reply With Quote
  #397  
Old 03-04-2009, 08:15 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by donkey View Post
try bigger block size, BlockSize(DWORD)=256, or even bigger.
I think you're using a client over network to watch live TV, need to buffer more data to play.

Qian
It's all local playback. I'll throw in a bigger value and see what happens.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #398  
Old 03-05-2009, 08:05 AM
davidk21770 davidk21770 is offline
Sage Expert
 
Join Date: Mar 2006
Location: Maryland
Posts: 514
I had problems with my firewall clobbering Sage -- it's "helper" (an added nic driver) was adding a huge overhead to DPCs which caused choppy video. Only impacted viewing while playing back. If this problem didn't just appear when you changed Sage releases or the demuxer, grab a copy of dpclat.exe just to make sure that the problem's here and not external to sage.
__________________
HDHomeRun x2
Cable Box via Hauppauge HD PVR and USB-UIRT
2 SageTV's HD300

Intel Core 2 Quad Q9650 @4025 MHz, 8G G.Skill Performance
DFI Lanparty DK X48-T2RS Plus; SilverStone Decathlon DA1000 (died - back to an ancient enermax)
eVGA 7900 GT KO RoHS -- Zalman VP900CU Cooling
Synology NAS 22TB
Reply With Quote
  #399  
Old 03-05-2009, 09:20 AM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
Donkey,

Any chance you could make the demux work with Media Player Classic's Stand Alone H.264 decoder filter (MPCVideoDec)? I'm fighting this annoying "smearing" problem with H.264 channels from Dish.

As far as I'm aware, cyberlink, arcsoft, and MPC are the only directshow filters that handle these streams properly. I've used cyberlink for a while, now I'm trying to see if Arcsoft is any better. But I'm running out of options.

Your demux will connect to MPC-HC, but it won't play. Playback just freezes in both SageTV and graphedit.

Thanks.
Reply With Quote
  #400  
Old 03-05-2009, 11:20 AM
Stuntman's Avatar
Stuntman Stuntman is offline
Sage Fanatic
 
Join Date: Dec 2003
Location: Hemet, CA - USA
Posts: 784
Quote:
Originally Posted by donkey View Post
try bigger block size, BlockSize(DWORD)=256, or even bigger.
Would we do this on the Sageclient or the Sageserver??
__________________
Intel Q6600 Quad Core, 8GB RAM on Windows 7 Professional x64
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
SageTV V6.3.2 Beta is Available! Narflex SageTV Beta Test Software 0 11-21-2007 07:08 PM
SageTV V6.3.1 Beta is Available Narflex SageTV Beta Test Software 1 11-09-2007 05:17 PM
Poor performance: log full of Mpeg2Reader seeking to pos=0 messages lotus SageTV Software 0 02-05-2007 07:56 AM


All times are GMT -6. The time now is 10:53 AM.


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