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 … 40 41 42 43 44 … 47 Next »
Any way to stream video to WMP over the internet?

 
  • 0 Vote(s) - 0 Average
Any way to stream video to WMP over the internet?
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#1
2006-11-27, 11:43 PM
Seems like just recoding the page to allow the file to be streamed might work, or maybe it's already there, I just don't know how to access it.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2006-11-28, 12:07 AM
It is already part of Enhanced Web Admin as of about version 40?? Prob less. Required VLC (http://www.videolan.org) to be installed. The config for EWA needs to know where VLC is installed as well.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#3
2006-11-28, 12:12 AM
And I just install EWA over the current web content?
replaytv
Offline

Senior Member

Posts: 352
Threads: 22
Joined: Oct 2004
#4
2006-11-28, 01:34 AM
you can use WMP with http://www.orb.com . Streaming show over internet is all depends on your upload speed of ISP.

Dan L.
Dell Dual Core 6400 XP Pro, PVR500, HVR-1600, MVPs on Belkin wireless bridge
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#5
2006-11-28, 11:20 PM
mmatheny Wrote:And I just install EWA over the current web content?
If you've got 98.13 installed then the EWA should already be upto date with this feature (although the EWA is regularly updated, its included with GBPVR releases rather than being a strict extra plugin).
Go to EWA config and there's an option to stream to WMP
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#6
2006-11-28, 11:45 PM
OK, on the config screen I have selected Stream Player as WMP and Open Stream in External Player, and set Stream Buffer to 1000ms (10 seconds) and when I go to my Recordings and select Play, I never see it buffereing like it would in a true streaming environment. It just starts playing and is very jerky and segmented.

Using Orb, I get very good streaming playback and Live TV.
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#7
2006-11-29, 08:23 AM
1000ms is 1 second Smile. Also check the bitrate. I've got 400kb upstream, but I can only reliably send video at 128kb - 256kb is very jerky.
Actually I've never really got WMP to work reliably with ANY streaming - try VLC on your client machine too for playback, it really is a bomb proof piece of software.
Finally, if orb works for you then maybe stick with it. I've not seen/used it myself so I cant say if there's anything your missing (or maybe it works even better than vlc???).
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#8
2006-11-30, 04:32 PM
I meant 10,000!! Ok, I'll try VLC.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#9
2006-12-03, 03:15 AM
OK, installed VLC on GBPVR machine, told it to stream to WMP, logged into EWA, picked a video to stream, hit stream, got following error:
========
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>

=============

Any ideas?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2006-12-03, 05:19 AM
mmatheny Wrote:OK, installed VLC on GBPVR machine, told it to stream to WMP, logged into EWA, picked a video to stream, hit stream, got following error:
========
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>

=============

Any ideas?

This is the standard message you get when EWA has an error you are on any machine other thatn the GBPVR host machine.....log onto the GBPVR PC and try to stream the same file.....you should see the details for the error.
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)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't stream existing recordings Bobins 44 16,377 2018-07-18, 08:19 PM
Last Post: sub
  Error when trying to stream from NEWA on PC jksmurf 2 2,892 2017-02-27, 05:12 AM
Last Post: jksmurf
  Can't stream recordings to desktop browser but Live TV works. Bobins 8 4,664 2016-12-15, 07:40 PM
Last Post: Bobins
  Can't get live stream to work tripkip 2 3,077 2016-06-19, 01:48 PM
Last Post: UncleJohnsBand
  stream recorded nextpvr programs over internet? JJTraxx 6 7,244 2015-08-16, 09:21 PM
Last Post: UncleJohnsBand
  No Sound when trying to stream using the H264/MP4A/MPEG-TS Streamer Transcode Preset ww4397 17 10,296 2014-09-11, 12:46 AM
Last Post: UncleJohnsBand
  Computer Goes to Sleep in mid-Stream ww4397 5 3,474 2014-08-09, 03:12 PM
Last Post: UncleJohnsBand
  You Can Watch Live Analog Capture Device Video through NEWA itsacoaster 0 1,710 2014-03-09, 05:51 AM
Last Post: itsacoaster
  stream settings? OTAjunkie 3 1,880 2013-12-13, 01:47 AM
Last Post: UncleJohnsBand
  FlowPlayer 5 Video tab kricker 4 2,174 2013-11-09, 05:48 AM
Last Post: kricker

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

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

Linear Mode
Threaded Mode