Hello, I am kinda new to this forum but mainly because i have some very irritating problems with the TV part of mediaportal, I will soon start a topic about that, but in the mean time I want to know how you (programmers) are handling exceptions? because everytime (I think a bad part of the TV stream) the TV crashes it just hangs and I have to restart the tvservice.exe in order to recover that. now, I am using the splug.dll for my anysee E30 plus...so that can be the failing factor, yet I can't stop thinking as a programmer my self that catching the exception which is being thrown because of the stream distortion is not handled well (like
try{//what ever happens to make the stream being sent to the receiving software}catch(TypeOfException e){print e.message();// printing and freeze the tvservice.exe instead of trying to restart the signal})
I really hope it's something from mediaportal that can recover the tv stream (so it can be fixed, with splug.dll you never know since this is something created and probably not maintained anymore by anysee)
(I rather have a few seconds of no tv than 30 seconds of restarting service or a few minutes rebooting the entire system and missing a important part of a movie or tv-show)
again: I will post my logs on the forums as soon as it happens again! just an suggestion to find a way to recover an damaged stream

try{//what ever happens to make the stream being sent to the receiving software}catch(TypeOfException e){print e.message();// printing and freeze the tvservice.exe instead of trying to restart the signal})
I really hope it's something from mediaportal that can recover the tv stream (so it can be fixed, with splug.dll you never know since this is something created and probably not maintained anymore by anysee)
(I rather have a few seconds of no tv than 30 seconds of restarting service or a few minutes rebooting the entire system and missing a important part of a movie or tv-show)
again: I will post my logs on the forums as soon as it happens again! just an suggestion to find a way to recover an damaged stream
Netherlands