Beiträge von A_Creature

    Please FIX MessageBox "Streaming could not be started!"! Make it silent, only show in status-bar. And please make a cycle reopen SAT stream while errors, about 1-3 second;
    something like logic:
    function OpenStream(stream TV...)
    {
    while (not (error = open (stream TV...) = "Streaming could not be started!") //no MessageBox! only silent mode
    {
    close (stream TV...) //because in manual switching channels i have the same error, then I must click "Stop stream", and after click "Start stream"
    sleep(1000)
    }
    }


    I have unstable streaming, so i get tens error message "Streaming could not be started!" - it make me crazy =)


    thank you!