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
  #41  
Old 08-23-2009, 07:27 AM
MrFusion MrFusion is offline
Sage Advanced User
 
Join Date: Aug 2009
Location: Sydney
Posts: 86
Red face errmm??

Quote:
Originally Posted by donkey View Post
Here is a new native code for the next release, in which many long time problems have been fixed such as audio track issues in DVB stream,format detecting wrong, M2TS format native support...
Patch List:
TSSplitter3.0.ax Version 3.0.0.20
MpegDeMux.ax Version 3.0.0.3
DShowPlayer.dll Version 3.0.0.2
DShowCapture.dll Version 3.0.0.11
TSSplitter3.0_install.bat
TSSplitter3.0_uninstall.bat
Hi,

Sorry to ask a silly question but... I'm running on a headless 2k3 server, which has a single DVB-T tuner (more soon hopefully), with all playback via HD200s.

Which of the above, if any would be applicable to me (I suspect the TSSplitter & MpegDeMux for TV record, but...???)?

Thanks!
Reply With Quote
  #42  
Old 08-23-2009, 03:15 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by MrFusion View Post
Hi,

Sorry to ask a silly question but... I'm running on a headless 2k3 server, which has a single DVB-T tuner (more soon hopefully), with all playback via HD200s.

Which of the above, if any would be applicable to me (I suspect the TSSplitter & MpegDeMux for TV record, but...???)?

Thanks!
Even there are fixes for DVB recording audio track bugs in this update,
if you are using HD200s/HD100 playing back and no issue with TV recording, there is no need to update so far.

Qian
__________________
Qian
Reply With Quote
  #43  
Old 08-23-2009, 08:39 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Update 2

Update 2
http://download.sage.tv/users/qian/R...ngNative02.zip

TSSplitter3.0.ax Version 3.0.0.24
MpegDeMux.ax Version 3.0.0.3
DShowPlayer.dll Version 3.0.0.5
DShowCapture.dll Version 3.0.0.12

Change log of 8/20/2009
1. Add audio support for TrueHD, DTS-MASTER.
2. Fix a TS/M2TS file play performance issue.
3. force M2TS file playing with the native MpegDeMux filter.
4. fix a buffer overrun crash bug.


Audio codecs supported for enhanced audio
TrueHD: ArcSoft auido decoder, ffdshow audio decoder.
DTS: AC3 audio decoder, ffdshow audio decoder
DTS-Masetr: ffdshow audio decoder (*)
EAC3: ffdshow audio decoder
AAC-HE: libfaad2 Wrapper


* check sage.properties "videoframe/dts_audio_decoder_filter=ffdshow Audio Decoder", in case AC3 audio is picked up first, due to its higher merit.

The reported bugs of Encrypted channel and H.264 channel on DVB have not fixed yet on this update.

Qian
__________________
Qian

Last edited by donkey; 08-23-2009 at 08:49 PM.
Reply With Quote
  #44  
Old 08-23-2009, 08:46 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by donkey View Post
url is broken. Should be http://download.sage.tv/users/qian/R...ngNative02.zip
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #45  
Old 08-23-2009, 09:17 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by donkey View Post

Audio codecs supported for enhanced audio
TrueHD: ArcSoft auido decoder, ffdshow audio decoder.
DTS: AC3 audio decoder, ffdshow audio decoder
DTS-Masetr: ffdshow audio decoder (*)
EAC3: ffdshow audio decoder
AAC-HE: libfaad2 Wrapper
The filter doesn't seem to be using standard GUIDs for the TrueHD subtype (defined in wmcodec.h)?

DEFINE_GUID(MEDIASUBTYPE_DOLBY_TRUEHD, 0xeb27cec4, 0x163e, 0x4ca3, 0x8b, 0x74, 0x8e, 0x25, 0xf9, 0x1b, 0x51, 0x7e);

I only checked the TrueHD type and it is being presented as AC3 (which causes problems with AC3 filters).

The others are defined as (just in case):

DEFINE_GUID(MEDIASUBTYPE_DOLBY_DDPLUS, 0xa7fb87af, 0x2d02, 0x42fb, 0xa4, 0xd4, 0x5, 0xcd, 0x93, 0x84, 0x3b, 0xdd);
DEFINE_GUID(MEDIASUBTYPE_DTS_HD, 0xa2e58eb7, 0xfa9, 0x48bb, 0xa4, 0xc, 0xfa, 0xe, 0x15, 0x6d, 0x6, 0x45);
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #46  
Old 08-24-2009, 12:22 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by babgvant View Post
The filter doesn't seem to be using standard GUIDs for the TrueHD subtype (defined in wmcodec.h)?

DEFINE_GUID(MEDIASUBTYPE_DOLBY_TRUEHD, 0xeb27cec4, 0x163e, 0x4ca3, 0x8b, 0x74, 0x8e, 0x25, 0xf9, 0x1b, 0x51, 0x7e);

I only checked the TrueHD type and it is being presented as AC3 (which causes problems with AC3 filters).

The others are defined as (just in case):

DEFINE_GUID(MEDIASUBTYPE_DOLBY_DDPLUS, 0xa7fb87af, 0x2d02, 0x42fb, 0xa4, 0xd4, 0x5, 0xcd, 0x93, 0x84, 0x3b, 0xdd);
DEFINE_GUID(MEDIASUBTYPE_DTS_HD, 0xa2e58eb7, 0xfa9, 0x48bb, 0xa4, 0xc, 0xfa, 0xe, 0x15, 0x6d, 0x6, 0x45);
Thanks!
fixed in http://download.sage.tv/users/qian/MpegDeMux.ax 3.0.0.6

Qian
__________________
Qian
Reply With Quote
  #47  
Old 08-26-2009, 05:25 PM
MrFusion MrFusion is offline
Sage Advanced User
 
Join Date: Aug 2009
Location: Sydney
Posts: 86
Question Errpp?

Quote:
Originally Posted by donkey View Post
Change log of 8/20/2009
1. Add audio support for TrueHD, DTS-MASTER.
2. Fix a TS/M2TS file play performance issue.
3. force M2TS file playing with the native MpegDeMux filter.
4. fix a buffer overrun crash bug.
Oooh, that sounds interesting. Will it be any help for playing back TrueHD/DTS-MA on HD200?

If not, is there a plot to resolve and allow the device to support these formats properly?

Sorry -- don't know at what point the HD200 gets what from the server when playing back BD. That is, does the server do any processing / demux / filter / transcode, does the server send the raw .m2ts, does the server demux at least to save bandwidth, etc???

Hence all the silly questions....


Cheers!
Reply With Quote
  #48  
Old 08-26-2009, 05:44 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by MrFusion View Post
Oooh, that sounds interesting. Will it be any help for playing back TrueHD/DTS-MA on HD200?
sorry it's PC only

Quote:
Originally Posted by MrFusion View Post

If not, is there a plot to resolve and allow the device to support these formats properly?
I think the HD200 doesn't have the HW to bitstream those formats. It could decode and output multi-channel PCM if it has the HP to handle it (don't know if it does).
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #49  
Old 08-26-2009, 05:45 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by donkey View Post
Ran a quick test, and TrueHD is working great.

Thanks for changing that.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #50  
Old 08-28-2009, 05:44 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Update 3

-------- Update-3 --------

http://download.sage.tv/users/qian/R...ngNative03.zip

TSSplitter3.0.ax Version 3.0.0.25
MpegDeMux.ax Version 3.0.0.8
DShowPlayer.dll Version 3.0.0.5
DShowCapture.dll Version 3.0.0.13
myasyncflt.ax Version 2.2.1.3

Change log of 8/20/2009
1. Fix a CAM/CI support bug that fails encrypted DVB channel.
2. Fix a MpegDeMux position Seeking hang-up/slow bug.
3. Fix a recording format detection bug.
4. Fix a BuleRay M2TS parsing bug.
5. Fix a DVB stream EPG data bug.


Qian
__________________
Qian
Reply With Quote
  #51  
Old 08-29-2009, 10:28 AM
jmv jmv is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 193
Qian,

Where / how do you install the new myasyncflt.ax file? Do you have to re-run the TSSplitter3.0.ax Install.bat every time you upgrade, or only the first time?
Reply With Quote
  #52  
Old 08-29-2009, 10:33 AM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
myasyncflt.ax gose in same place as MpegDeMux.ax, TSSplitter3.0.ax dose and no you don't need run Install.bat unless uninstall it with other bat file
Reply With Quote
  #53  
Old 08-29-2009, 11:44 AM
ace007 ace007 is offline
Sage Advanced User
 
Join Date: Aug 2008
Location: Denver, CO
Posts: 157
Is this applicable to Placeshifter clients at all? My laptop is running Windows 7 with the Placeshifter client.

THanks

Robert
Reply With Quote
  #54  
Old 08-29-2009, 09:48 PM
MrFusion MrFusion is offline
Sage Advanced User
 
Join Date: Aug 2009
Location: Sydney
Posts: 86
Quote:
Originally Posted by donkey View Post
-------- Update-3 --------
TSSplitter3.0.ax Version 3.0.0.25
...also, do you leave TSSplitter.ax (original) alone, or rename / delete / unregister it?

Thanks!
Reply With Quote
  #55  
Old 08-29-2009, 10:12 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by ace007 View Post
Is this applicable to Placeshifter clients at all? My laptop is running Windows 7 with the Placeshifter client.

THanks

Robert
Placeshifter doesn't use this patch.

Qian
__________________
Qian
Reply With Quote
  #56  
Old 08-29-2009, 10:20 PM
donkey donkey is offline
Sage Aficionado
 
Join Date: Sep 2005
Posts: 275
Quote:
Originally Posted by MrFusion View Post
...also, do you leave TSSplitter.ax (original) alone, or rename / delete / unregister it?

Thanks!
Leave the old TSSplitter.ax alone, it is called on by the old DShowCapture.ax. when you restore DshowCapture.ax after testing, you can also leave TSSplitter3.0.ax there, which is not used anymore.

Qian
__________________
Qian
Reply With Quote
  #57  
Old 08-31-2009, 01:53 AM
Doubletop's Avatar
Doubletop Doubletop is offline
Sage Advanced User
 
Join Date: Apr 2005
Location: New Zealand
Posts: 126
Does this do closed captions from within the stream?
Reply With Quote
  #58  
Old 08-31-2009, 09:17 PM
TDaddy TDaddy is offline
Sage User
 
Join Date: Oct 2007
Location: Arkansas
Posts: 17
Digital Tuners quit working after this update

I installed this update (#3) to see if it would help with some play back problems I was occasionally having after installing version 6.6.2.218 and it looked like it was going to help. When I tried to tune into a digital station all I got was a No Signal indicator. Analog reception still worked fine. I reverted back to the previous files and the digital tuners are working again.

I have a PVR-350 analog tuner and an HVR-2250 with two analog/digital tuners. I could never get the HVR-2250 digital tuners to work reliably until version 6.6.2.218.

If it will help I will try this again tomorrow and provide log information.

Good night world.
Reply With Quote
  #59  
Old 09-01-2009, 09:56 AM
psicat psicat is offline
Sage User
 
Join Date: Oct 2006
Posts: 33
Installed update #3 on my Windows 7 system and tested with HD-PVR recordings. Looks great and acceleration is working great (almost no CPU usage). The video stream died once when skipping back and forwards, but it did not happen again.

This is great stuff. I'm looking forward to the next release with this included.
Reply With Quote
  #60  
Old 09-01-2009, 09:29 PM
infocus13's Avatar
infocus13 infocus13 is offline
Sage Advanced User
 
Join Date: Aug 2007
Posts: 199
Quote:
Originally Posted by TDaddy View Post
I installed this update (#3) to see if it would help with some play back problems I was occasionally having after installing version 6.6.2.218 and it looked like it was going to help. When I tried to tune into a digital station all I got was a No Signal indicator. Analog reception still worked fine. I reverted back to the previous files and the digital tuners are working again.

I have a PVR-350 analog tuner and an HVR-2250 with two analog/digital tuners. I could never get the HVR-2250 digital tuners to work reliably until version 6.6.2.218.

If it will help I will try this again tomorrow and provide log information.

Good night world.
Ive had almost the same issue via almost all versions of the patch. It seemed to fix my problems (skipping/stuttering on two channels) but then all other channels would get no signal (dvb-t). it would also seem to cause sagetv servie to crash randomly.

im running a headless server into a hd100.

can provide logs if required.

thanks.

edit: I havent tried the very latest version of the patch - only the first two versions.
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
Sage native recording VS. xvid files tvmaster2 SageTV Software 4 12-27-2008 07:33 PM
Directshow patch KB904706 dagar General Discussion 0 10-12-2005 06:25 AM
Beta lockups, Latency patch? Worf SageTV Beta Test Software 0 02-12-2004 01:14 PM


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


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