Audio Stopped working (1 Viewer)

pdingo

Portal Member
May 10, 2011
15
1
Australia Melbourne
Home Country
Australia Australia
System,
Win 7, I7, 8G ram on a media PC.
2 X Winfast TV cards
SPDIF optical output to surround sound system.
I cannot get any audio working from mediaportal. NOTE:it was working correctly earlier in the day.
The unit was not switched off or reset.
If I play audio on the PC as a windows file all is ok. I have checked the setting and could not see anything wrong. I then installed 1.9 as a clean installation to see if there was a corrupt codec of similar but even with the upgrade still no audio.
I am guessing that I may have a corrupt file somewhere.
I have checked the normal codec settings and it is set to the SPDIF output. What is perplexing is it was working and suddenly stopped.
 

pdingo

Portal Member
May 10, 2011
15
1
Australia Melbourne
Home Country
Australia Australia
Thanks Sebastiii Thought of mute already. Tried with no luck.
Just to test if the program was muting the audio I can play an audio file in the background on Windows MP and it plays no problems.
Is the below what you are chasing?
regards
Paul

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
</configSections>

<log4net>
<appender name="DefaultLogAppender" type="log4net.Appender.RollingFileAppender">
<file value="[Name].log" />
<encoding type="System.Text.UTF8Encoding" />
<appendToFile value="false" />
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
<rollingStyle value="Size" />
<maxSizeRollBackups value="5" />
<maximumFileSize value="5MB" />
<staticLogFileName value="true" />
<PreserveLogFileNameExtension value="true" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="[%date] [%-7logger] [%-9thread] [%-5level] - %message%newline" />
</layout>
</appender>

<appender name="ErrorLogAppender" type="log4net.Appender.RollingFileAppender">
<file value="[Name]-Error.log" />
<encoding type="System.Text.UTF8Encoding" />
<appendToFile value="false" />
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
<rollingStyle value="Size" />
<maxSizeRollBackups value="5" />
<maximumFileSize value="5MB" />
<staticLogFileName value="true" />
<PreserveLogFileNameExtension value="true" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="[%date] [%-7logger] [%-9thread] [%-5level] - %message%newline" />
</layout>
</appender>

<appender name="ErrorLossyFileAppender" type="log4net.Appender.BufferingForwardingAppender">
<encoding type="System.Text.UTF8Encoding" />
<bufferSize value="1" />
<lossy value="true"/>
<evaluator type="log4net.Core.LevelEvaluator">
<threshold value="ERROR" />
</evaluator>
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
<appender-ref ref="ErrorLogAppender" />
</appender>

<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
<encoding type="System.Text.UTF8Encoding" />
<layout type="log4net.Layout.PatternLayout">
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
<conversionPattern value="[%date] [%-9thread] [%-5level] - %message%newline" />
</layout>
</appender>

<root>
<level value="ALL" />
<appender-ref ref="ConsoleAppender" />
<appender-ref ref="ErrorLossyFileAppender" />
<appender-ref ref="DefaultLogAppender" />
</root>
</log4net>

</configuration>


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins\ExternalPlayers;plugins\process;plugins\subtitle;plugins\windows"/>
<dependentAssembly>
<assemblyIdentity name="Gentle.Common"
publicKeyToken="80b5de62e27be49b"
culture="neutral" />
<bindingRedirect oldVersion="1.5.0.29053-1.5.0.29112" newVersion="1.5.0.29113" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Gentle.FrameWork"
publicKeyToken="80b5de62e27be49b"
culture="neutral" />
<bindingRedirect oldVersion="1.5.0.29053-1.5.0.29112" newVersion="1.5.0.29113" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Gentle.Provider.MySQL"
publicKeyToken="80b5de62e27be49b"
culture="neutral" />
<bindingRedirect oldVersion="1.5.0.29053-1.5.0.29112" newVersion="1.5.0.29113" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Gentle.Provider.SQLServer"
publicKeyToken="80b5de62e27be49b"
culture="neutral" />
<bindingRedirect oldVersion="1.5.0.29053-1.5.0.29112" newVersion="1.5.0.29113" />
</dependentAssembly>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
</runtime>
<appSettings>
<add key="version" value="1.9.0"/>
</appSettings>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319" />
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>
 

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Any ideas greatly appreciated.

    Have you checked the windows volume mixer (in taskbar) while your in MP and playing some file. It could be down to zero.

    See:
    143841_mixer_loesung.jpg
     

    pdingo

    Portal Member
    May 10, 2011
    15
    1
    Australia Melbourne
    Home Country
    Australia Australia
    Thank you you are correct. The Medial Portal bar does not show in the audio mixer unless media portal is loaded. If you unload media portal you cannot see the media portal volume control. I knew it was something stupid on my behalf.
    For 5 years i have been using the program and did not see this one.
    Thank you for your assistance.[DOUBLEPOST=1415617641][/DOUBLEPOST]Thank you for your help
    Something i did not expect and was caught by was the MP volume bar only loads with MP running. Thank you for your assistance, I am sorry to have wasted you time when I did see a post along a similar line but figured the volume bar was dropped from 1.3 to 1.9. I was wrong.
     

    Users who are viewing this thread

    Top Bottom