|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
In the meantime, this is what was suggested to me: Quote:
|
#22
|
|||
|
|||
Thanks. I googled free h.264 codecs and found a few that look promising. I'll let you know if I get any of them working....
|
#23
|
|||
|
|||
GT Dave said :
EDIT: I found a solution! Unregister the ArcSoft Audio Effect HD filter using RadLight Filter Manager. It seems to do nothing except mess up the audio for multiple media sources. Leave the videoframe line blank for the mp3 setting. Everything works like a top...except I still have quite a bit of stutter watching HD-PVR shows...but at least my mp3 playback capabilities have returned! I unregistered the Arcsoft Sudio Effect HD Filter (under Direct Show filters), but still no go. I am not sure what I ws supposed to do where you reference "Leave the videoframe line blank for the mp3 setting." Is this another setting I need to change? Coudn't find it for the life of me.... I also tried Brent's suggested edit to the Sage Properties file, that did not work for me either. I've submitted a bug report--will repost when I hear from Sage. Any other ideas to try in the meantime???? |
#24
|
|||
|
|||
Sage Support suggested I add the following to my SageClient properties file (I am running sage as a service--but I added this to the SageClient properties file on the server in the main Sage directory):
videoframe/mp3_audio_decoder_filter=ffdshow Audio Decoder This fixed my MP3 playback problem. I can now watch HD PVR recordings using the Arcsoft decoder and play music MP3 files. Thanks Sage Support! |
#25
|
||||
|
||||
Quote:
I don't so deso anybody know how I can force it for Ac3Filter? Thanks
__________________
SageTV V9.xx 2 x HD300's, 2 x Nvidia Shields Running Mini Client |
#26
|
|||
|
|||
I had to set mine to videoframe/mp3_audio_decoder_filter=MPA Decoder Filter and all was well.
To figure out what MP3 decoder is installed on your PC 1. Uninstall Arcsoft TME 2. Open SageTV & play a MP3 in SageTV 3. Open the client log and search for the line that starts with: DShowGraphFilters= After the = you should see the proper decoder. 4. Then reinstall Arcsoft TME 5. Open SageTV properties (client if you use service) 6. change the line that starts with videoframe/mp3_audio_decoder_filter= so that after the = is the new decoder 7. Restart SageTV and music should work again. Thanks to Jeff at SageTV for the help on this! |
#27
|
|||
|
|||
My log file said
DShowGraphFilters=Default DirectSound Device,AC3Filter,MP3 Decoder So I put AC3Filter into the properties file and the music worked fine in wmp, but click,click. clicked (didn't work)in Sage. I have tried putting Default DirectSound Device,AC3Filter,MP3 Decoder into the property file, and Default DirectSound Device,AC3Filter and they both result in no sound. Any ideas? |
#28
|
|||
|
|||
Anyone found a fix for this yet? I have the same problem as others in that the music time line goes to the end of the song and no sound is heard. If I add the properties line and use the =ACFilter, then the time line will start at 0 and progress as usual but still no sound. Went from 6.3.5 to 6.4.6.
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#29
|
|||
|
|||
The fix for this is in post #26 above.
|
#30
|
|||
|
|||
Quote:
Edit: Never mind I figured it out.
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit Last edited by Steve52; 08-02-2008 at 01:41 PM. |
#31
|
|||
|
|||
Yet another with same problem with TME install for HD PVR stopping Sage TV music audio. New user and can't find client log mentioned in post #26 with DShowGraphFilters= in it. Where is it located?
|
#32
|
||||
|
||||
Look for sagetv_0.txt in the same directory as you have Sage installed.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#33
|
|||
|
|||
Quote:
http://forums.sagetv.com/forums/show...076#post149076 This will tell you how to turn on the log. Then follow post #26 instructions.
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#34
|
|||
|
|||
Thank you for the fast help with the log file and the earlier postings. I have now solved the issue using procedure in post #26. Interestingly on my system after Arcsoft TME install, MPA Decoder Filter had been replaced by ArcSoft Audio Effect HD in the DShowGraphFilters= line.
To assist other new users facing this issue, I have expanded the Post #26 procedure to describe what I did: Note: Procedure assumes service isn't being used and showing the problem, if it is, modify the client properties instead. 1. Uninstall Arcsoft TME 2. Go to Sage TV folder (normally in C:\Program Files\SageTV\SageTV on XP). Edit sage.properties and add this line: debug_logging=TRUE Enter the line exactly as shown above. TRUE must be in all CAPS for this property. NOTE: Before editing the properties file, make sure SageTV or the service is not running. If you edit the properties file while SageTV is running, the change will be ignored. 2. Open SageTV & play a MP3 in SageTV. Close Sage TV. 3. Open the client log (sagetv_0.txt in Sage TV folder) and search for the line that starts with: DShowGraphFilters= Copy the line in the log. For example, on my system the log showed: DShowGraphFilters=Default DirectSound Device,AC3Filter,MPA Decoder Filter,MPEG-1 Stream Splitter, ........ 5. Reinstall Arcsoft TME. Open SageTV & play a MP3 in SageTV. Close Sage TV. 6. Open the client log (sagetv_0.txt in Sage TV folder) and search again for the line that starts with: DShowGraphFilters= Compare the line with the earlier one copied and note the name of the filter replaced by ArcSoft Audio Effect HD, the original decoder filter. For example my system now showed: DShowGraphFilters=Default DirectSound Device,AC3Filter,ArcSoft Audio Effect HD,MPEG-1 Stream Splitter,......... So MPA Decoder Filter had been substituted by ArcSoft Audio Effect HD after the TME install on my system. 7. Open SageTV properties 8. Change the line that starts with videoframe/mp3_audio_decoder_filter= so that after the = is the original decoder filter. For example on my system: videoframe/mp3_audio_decoder_filter=MPA Decoder Filter 9. If you don't require a log for other purposes, remove debug_logging=TRUE line added earlier. 10. Restart SageTV and music should work again. Last edited by Avoiding Vista; 08-03-2008 at 02:07 PM. |
#35
|
|||
|
|||
I have uninstalled Arcsoft TME, but still no sound.
When I render an mp3 in gspot it says the path is still going thru Arcsoft Audio Decoder HD. Help! How do I tell it to use another decoder? |
#36
|
|||
|
|||
I finally fixed it.
I found a handy program called InstalledCodec that allows you to view, enable/disable installed codecs. I disabled all Arcsoft codecs and it still didn't work. I then uninstalled my audio driver and restarted allowing for microsoft's driver to reinstall; which finally worked! We can now play music and watch movies. |
#37
|
|||
|
|||
Quote:
What do I make my mp3_audio_decoder_filter equal to? I had previously tried MPA Decoder but that didn't seem to do anything until I uninstalled TME. |
#38
|
|||
|
|||
Anyone?
|
#39
|
||||
|
||||
Hrmm,
I just apparently ran into a very similiar problem, though slight variation. I was getting no sound when playing music files... to solve it, I needed to reinstall/reconfigure AC3filter on my windows system. Hope someone else finds this useful. Cheers Ikarius |
#40
|
||||
|
||||
Guys. If you're running Vista there is no need to install/uninstall anything. Vista's built-in mp3 decoder is named "MP3 Decoder DMO".
Change your properties file line to: videoframe/mp3_audio_decoder_filter=MP3 Decoder DMO and your mp3's will play without issue. I'm not sure if XP has a built in decoder. The next time I boot to my XP install I'll take a look and post back here. |
Tags |
music arcsoft totalmedia |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
QAM Channel Maps - List Your Channels | Morgan111 | SageTV EPG Service | 192 | 01-28-2013 12:23 AM |
Most Firefly buttons not working with SageTV all of a sudden | timrob | Hardware Support | 15 | 02-18-2008 10:45 PM |
Sage V6.2+ DivX subtitle stopped working. | mvkerr | SageTV Software | 0 | 12-15-2007 03:16 PM |
License stopped working | sleonard | SageTV Placeshifter | 2 | 07-27-2006 10:11 AM |
Sage TV stopped working | wbowser | SageTV Software | 14 | 02-28-2005 07:48 PM |