NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 18 19 20 21 22 … 47 Next »
New Install on 7: Error when trying to stream

 
  • 0 Vote(s) - 0 Average
New Install on 7: Error when trying to stream
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#1
2009-12-08, 01:55 PM
I am getting what looks like a .Net error to me... but I am no programmer and will admit that. :-)

Anyone have any ideas? I have zipped/attach logs as well.

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2009-12-10, 03:32 AM
rowle1jt Wrote:I am getting what looks like a .Net error to me... but I am no programmer and will admit that. :-)

Anyone have any ideas? I have zipped/attach logs as well.

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Try to stream on your GBPVR host machine....if an error is thrown on the host machine you will see the error instead of this masked one that is displayed when accessing on a client machine.

Post your results.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#3
2009-12-10, 01:18 PM
Will do, I am at work right now, but as soon as I get a chance I will try and post the logs again.

Thanks UJB!

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#4
2009-12-18, 05:07 PM
Does this help?

Code:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

The system cannot find the file specified
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.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:


Line 190:
Line 191:            //Start the VLC process on the server
Line 192:            proc = Process.Start(psi);
Line 193:            
Line 194:            //Set the priority of the started process based off of user configuration


Source File: c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs    Line: 192

Stack Trace:


[Win32Exception (0x80004005): The system cannot find the file specified]
   System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) +1564
   System.Diagnostics.Process.Start() +66
   System.Diagnostics.Process.Start(ProcessStartInfo startInfo) +45
   gbweb.Player.doPlay() in c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs:192
   gbweb.Player.startStreamButton_Click(Object sender, EventArgs e) in c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs:768
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2009-12-18, 10:12 PM
rowle1jt Wrote:Does this help?

Code:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

The system cannot find the file specified
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.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:


Line 190:
Line 191:            //Start the VLC process on the server
Line 192:            proc = Process.Start(psi);
Line 193:            
Line 194:            //Set the priority of the started process based off of user configuration


Source File: c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs    Line: 192

Stack Trace:


[Win32Exception (0x80004005): The system cannot find the file specified]
   System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) +1564
   System.Diagnostics.Process.Start() +66
   System.Diagnostics.Process.Start(ProcessStartInfo startInfo) +45
   gbweb.Player.doPlay() in c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs:192
   gbweb.Player.startStreamButton_Click(Object sender, EventArgs e) in c:\Program Files (x86)\Devnz\GBPVR\web\public\Player.aspx.cs:768
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

Yep....tells me that it can't find VLC. On the Config tab of EWA what does the entry for the location of VLC look like?

It should have a \ at the end of the directory.....
Example:
Code:
C:\Program Files\VideoLAN\Vlc\
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#6
2009-12-18, 11:02 PM
It shows the (x86) in the prog files path as I am running Win7 x64.

What should it be?

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2009-12-19, 01:25 AM
rowle1jt Wrote:It shows the (x86) in the prog files path as I am running Win7 x64.

What should it be?

On my win7 x64 machine it is:

Code:
C:\Program Files (x86)\VideoLAN\VLC\
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#8
2009-12-19, 04:36 AM
Thanks UJB, that got my streaming going again! A simple little slash that was missing. I didn't even notice it was gone. Thanks again!

On a side note, I now have a new issue.... see the attachment. Thats what the stream looks like coming across my home network. Sad

Any ideas on where to start on that one?
Thanks!

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#9
2009-12-19, 04:09 PM
rowle1jt Wrote:Thanks UJB, that got my streaming going again! A simple little slash that was missing. I didn't even notice it was gone. Thanks again!

On a side note, I now have a new issue.... see the attachment. Thats what the stream looks like coming across my home network. Sad

Any ideas on where to start on that one?
Thanks!

What are your player and transcode options set to?

What player are you viewing it on? Windows Media fairly sucks IMHO. I recommend VLC as the client for viewing.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
rowle1jt
Offline

Senior Member

Posts: 493
Threads: 46
Joined: May 2006
#10
2009-12-20, 01:52 PM (This post was last modified: 2009-12-20, 01:57 PM by rowle1jt.)
I always use VLC, in fact, I haven't tried WMP that I can ever recall.

NPVR Rig: HP Laptop, 3rd Gen i7, 8gb DDR3, 250gb SSD (OS), Records to 6tb array on my server, Silicon Dust HDHomeRun PRIME

To Purchase:
Current Projects:
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,323 2019-06-20, 10:34 AM
Last Post: jksmurf
  Can't stream existing recordings Bobins 44 15,347 2018-07-18, 08:19 PM
Last Post: sub
  Server Error in '/' Application smajor 19 16,824 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,791 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,030 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,329 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Can't stream recordings to desktop browser but Live TV works. Bobins 8 4,454 2016-12-15, 07:40 PM
Last Post: Bobins
  Internal Server Error SilverTiger 5 3,187 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  Can't get live stream to work tripkip 2 2,986 2016-06-19, 01:48 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,734 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode