2007-05-09, 04:07 AM
I was running the latest patch (I think) and the batch file downloads were working ok, but I just tried to stream and I get all sorts of errors.
The most troubling is that it causes IE to crash and that leaves VLC streaming. I have to use pskill to get rid of the process since for whatever reason, from taskmanager it says access denied.
Also, when I press the transcode or the player options, I get an error screen.
Here is the error when I select the player options
'streamVideoSizeOpt' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: 'streamVideoSizeOpt' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Source Error:
Line 541: streamPriority.Text = VLC.getStrmPriority();
Line 542: streamBitRate.Text = VLC.getStrmBitRate().ToString();
Line 543: streamVideoSizeOpt.SelectedValue = VLC.getStrmVideoSizeOpt();
Line 544:
Line 545: if (streamVideoSizeOpt.SelectedValue == "preset")
The most troubling is that it causes IE to crash and that leaves VLC streaming. I have to use pskill to get rid of the process since for whatever reason, from taskmanager it says access denied.
Also, when I press the transcode or the player options, I get an error screen.
Here is the error when I select the player options
'streamVideoSizeOpt' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: 'streamVideoSizeOpt' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Source Error:
Line 541: streamPriority.Text = VLC.getStrmPriority();
Line 542: streamBitRate.Text = VLC.getStrmBitRate().ToString();
Line 543: streamVideoSizeOpt.SelectedValue = VLC.getStrmVideoSizeOpt();
Line 544:
Line 545: if (streamVideoSizeOpt.SelectedValue == "preset")