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 … 8 9 10 11 12 … 47 Next »
More streaming woes

 
  • 0 Vote(s) - 0 Average
More streaming woes
Elmo Putney
Offline

Senior Member

Posts: 615
Threads: 119
Joined: Feb 2008
#1
2013-03-12, 11:24 PM
Hope you can help me out, I've used newa for scheduling stuff but never dabbled with streaming or downloading - but now i have an emergency. I'll be in France for the first f1 race - no problem i thought it'll be on French tv. To my suprise i checked the schedules today and learnt it has gone pay tv in France.

So I'm assuming i'll have wifi and my android tablet so i thought my best option would be to use newa - but i'm damned if i can get it working. I can download the raw recording from newa but the size will be too big so ideally i need it to transcode and download the file for viewing later.

Server is win7 x64 and i'm running vlc 2.0.3 x32 & newa 1.31 if i try streaming from newa on a localhost i can see vlc fire up in task manager but nothing else happens. Vlc uses no cpu and i can't connect to the stream.

I've tried a lot of the things in this thread as it seems similar:

http://forums.nextpvr.com/showthread.php...me-network

Help me ujb you're my only hope!
[SIZE="4"]Elmo Putney[/SIZE]
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2013-03-13, 12:45 AM
Is it these in config.xml?

<AllowRemoteTranscode>false</AllowRemoteTranscode>
<AllowRemoteStreaming>false</AllowRemoteStreaming>
Elmo Putney
Offline

Senior Member

Posts: 615
Threads: 119
Joined: Feb 2008
#3
2013-03-13, 07:36 AM
I wish it was but they are both set to true.

As a first step I'm trying to get it working from a browser on the server just using localhost but no joy so far.
[SIZE="4"]Elmo Putney[/SIZE]
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#4
2013-03-13, 10:05 AM
Sooner or later someone is going to ask you to post logs so it might as well be me. Should there be a web.log as well as the usual suspects?
Elmo Putney
Offline

Senior Member

Posts: 615
Threads: 119
Joined: Feb 2008
#5
2013-03-13, 08:20 PM
Logs attached, this was a clean boot going straight to newa on the server using chrome. Then an attempt to stream a recording using the transcode settings suggested in the previous thread I linked to.

On hitting play in the vlc server control I got the following error:

Code:
Server Error in '/' Application.

No connection could be made because the target machine actively refused it 127.0.0.1:8080

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.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8080

Source Error:


Line 168:            }
Line 169:            string result = string.Empty;
Line 170:            using (HttpWebResponse response = (HttpWebResponse)request.GetResponse())
Line 171:            {
Line 172:                using (Stream responseStream = response.GetResponseStream())

Source File: c:\Users\Public\NPVR\web\App_Code\Classes\StreamerPost.cs    Line: 170

Stack Trace:


[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:8080]
   System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +254
   System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +37
   System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +427

[WebException: Unable to connect to the remote server]
   System.Net.HttpWebRequest.GetResponse() +874
   N_EWA.classes.StreamerPost.PostData(String url, String postData) in c:\Users\Public\NPVR\web\App_Code\Classes\StreamerPost.cs:170
   N_EWA.classes.StreamerPost.Post() in c:\Users\Public\NPVR\web\App_Code\Classes\StreamerPost.cs:116
   N_EWA.Player2.playStream(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\public\Player2.aspx.cs:1087
   N_EWA.Player2.Page_Load(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\public\Player2.aspx.cs:69
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
   System.Web.UI.Control.OnLoad(EventArgs e) +73
   System.Web.UI.Control.LoadRecursive() +52
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2184

Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456


EDIT: now with attachment.
[SIZE="4"]Elmo Putney[/SIZE]
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#6
2013-03-13, 08:54 PM
Do you have your firewall set to allow nrecord.exe to accept/send requests on tcp and udp (or disable firewall to test)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
Elmo Putney
Offline

Senior Member

Posts: 615
Threads: 119
Joined: Feb 2008
#7
2013-03-13, 09:01 PM
I have the firewall on that machine off. I assume using the local ip to login to newa from the server doesn't bother the router firewall.

In other words typing the server ip 192.168.1.xxx:8866 into a browser on the server does not involve a firewall if windows firewall is off?...... Or is router still playing a part?
[SIZE="4"]Elmo Putney[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2013-03-13, 09:53 PM
Graham Wrote:Is it these in config.xml?

<AllowRemoteTranscode>false</AllowRemoteTranscode>
<AllowRemoteStreaming>false</AllowRemoteStreaming>

Elmo Putney Wrote:I wish it was but they are both set to true.

As a first step I'm trying to get it working from a browser on the server just using localhost but no joy so far.

These settings only impact NPVR native (non-VLC) streaming of live Tv which can be accessed via the Watch Now link on the channel in the EPG on guide2.aspx.
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#9
2013-03-13, 09:56 PM
Are you launching VLC as a plugin or a externally? plugin is sketchy at best.....I always recommend to set to launch external player.

Launching VLC externally should not require for you to do anything once VLC launches.....it should automatically start playing.
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  External Streaming chairmanfaust 9 5,035 2019-05-08, 04:35 PM
Last Post: things4u2get
  Server Error in '/' Application [streaming failure] oldman 3 3,146 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Streaming over VLC - resolution can not be changed daneo 0 2,261 2016-10-31, 10:58 AM
Last Post: daneo
  NewUser - lost on web streaming Richardw 2 3,226 2016-07-26, 01:08 PM
Last Post: Richardw
  I can't get streaming Live TV to work IanSpringfield 20 12,981 2014-10-08, 08:52 PM
Last Post: IanSpringfield
  Newa Web streaming mparisse 1 1,740 2014-07-03, 12:32 PM
Last Post: UncleJohnsBand
  New to NEWA web streaming and have a few questions IanSpringfield 4 2,485 2014-05-26, 11:31 PM
Last Post: IanSpringfield
  Streaming settings??? t^2 20 8,518 2013-12-28, 04:51 PM
Last Post: t^2
  Live TV streaming to iPad? t^2 3 2,475 2013-12-27, 02:31 AM
Last Post: ga_mueller
  Streaming not working WKleeven 19 6,911 2013-11-10, 07:09 PM
Last Post: WKleeven

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

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

Linear Mode
Threaded Mode