Audio-Problem causes stuttering? Cant find the Reason (1 Viewer)

Ponyriemen

MP Donator
  • Premium Supporter
  • July 9, 2007
    2,570
    110
    /root/home
    Home Country
    Germany Germany
    I am using a WHS with 1.2.0 Alpha, Client 1.2.0 Alspha too, both with 4TheRecord Plugin.

    sometimes the TV stutters, the Audio runs after the Video, TV stops for about 1 Sekond and runs again, then stops, and so on.
    I cant find the Reason for that, see something at Client Side with Audio Issues (?) but have no matter what can i do...

    Here are the Logs...

    P.S.: Sorry for my bad english... ;)
     

    Jelmo

    Portal Pro
    September 8, 2007
    711
    55
    Home Country
    Germany Germany
    AW: Audio-Problem causes stuttering? Cant find the Reason

    Hi Ponny,

    i don´t know if this solve this problem. But in the most cases the showstopper @WHS is the Drive Extender Migrator Service
    Try to disable this service and test again.

    I also use a WHS with Alpha 1.2.0 ( without 4TR ). But i had similar problems. Now have followed a tip from the eng. WHS Forum.
    I have wrote 2 *.bat files. One for shutting down the demigrator and one to start them.

    DemigratorOff.bat

    @echo off
    sc stop "DriveExtenderMigrator"
    sc config "DriveExtenderMigrator" start= disabled
    exit


    DemigratorOn.bat

    @echo off
    sc config "DriveExtenderMigrator" start= demand
    sc start "DriveExtenderMigrator"
    exit

    Now i only search for a solution, that the Off.bat only starts if my watching client is on. So if the WHS makes Backups the DE should be on, if i only want to watch TV the DE is off.
     

    Ponyriemen

    MP Donator
  • Premium Supporter
  • July 9, 2007
    2,570
    110
    /root/home
    Home Country
    Germany Germany
    AW: Audio-Problem causes stuttering? Cant find the Reason

    Back Home - tested it, that was not the Solution. :(
    Still the same Problem...
     

    Users who are viewing this thread

    Top Bottom