2007-02-16, 12:45 AM
Found a bug in build 56. In "Manage Recordings" if you click stream, you get this message:
Looking at the directory structure is in the root web folder and not /public.
A workaround: Open "Manage.aspx.cs" in Notepad (in the C:\Program Files\devnz\gbpvr\web folder). In Notepad, click Edit -> Find. Search for "Player.aspx". There will be two entries found. For each find, remove "public/" from in front of Player.aspx. Both entries should now read as follows, the bold text is the result of the change:
Quote:Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /gbpvr/public/Player.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Looking at the directory structure is in the root web folder and not /public.
A workaround: Open "Manage.aspx.cs" in Notepad (in the C:\Program Files\devnz\gbpvr\web folder). In Notepad, click Edit -> Find. Search for "Player.aspx". There will be two entries found. For each find, remove "public/" from in front of Player.aspx. Both entries should now read as follows, the bold text is the result of the change:
Quote:colStatus.Text += "<a href=\"Player.aspx?rid=" + scheduledRecording.getOID() + "&type=mr" + "\" onclick=\"EditPop5(this.href,'Add1');return false;\" class=\"btn-normal-small\"><span>Stream</span></a>";