2006-10-12, 05:57 AM
Hi All,
When I try to stream a show, I get an error saying "system cannot find specified file." This happens regardless of using VLC/WMP, and even happens on the localhost.
The relevant portion of the log is shown below...
An interesting note is that this didn't always happen. At first, it would open up the window with the controls on it (although streaming has never worked).... but then (apparently) something changed and now it throws this error.
Thanks
When I try to stream a show, I get an error saying "system cannot find specified file." This happens regardless of using VLC/WMP, and even happens on the localhost.
The relevant portion of the log is shown below...
Code:
10/11/2006 10:51:46 PM.031 INFO [13] ***********************
10/11/2006 10:51:46 PM.031 INFO [13] VLC Path= C:\Program Files\VideoLAN\VLC
10/11/2006 10:51:46 PM.031 INFO [13] Args= --intf http "C:\Documents and Settings\Administrator\My Documents\GB-PVR Recordings\Lost\Lost_20060927_21012200.dvr-ms" :sout=#transcode{vcodec=mp4v,vb=128,width=320,height=213,acodec=mp4a,ab=32,channels=2}:standard{access=http,mux=ts,url=:7648} vlc:quit
10/11/2006 10:51:46 PM.031 ERROR [13] System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at gbweb.Migrated_Player.doPlay() in c:\Program Files\GB-PVR\web\Player.aspx.cs:line 324
at gbweb.Migrated_Player.Page_Load(Object sender, EventArgs e) in c:\Program Files\GB-PVR\web\Player.aspx.cs:line 139
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.player_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\38278b9e\e7bc4a11\App_Web_x-onwrex.12.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
10/11/2006 10:54:48 PM.343 VERBOSE [13] RecordingFactory.loadSchedule()
10/11/2006 10:54:48 PM.343 VERBOSE [13] getValue cached value: /settings/AutoRemoveMissingRecordings : true
An interesting note is that this didn't always happen. At first, it would open up the window with the controls on it (although streaming has never worked).... but then (apparently) something changed and now it throws this error.
Thanks