NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 30 31 32 33 34 56 Next »
webStreamer - an integrated Web streaming solution

 
  • 0 Vote(s) - 0 Average
webStreamer - an integrated Web streaming solution
tony.c
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Jun 2006
#321
2006-06-20, 09:43 AM
Can you help out a newb here? I installed the latest GB-PVR and have recorded and played back a couple of shows. I am really keen to get this software working, but cannot seem to get the recordings show up on the webpage. I installed v.081 and, deleted the dll, and overwrote the .NET 2 patch.

Going to the web page I just get the table headers and a drop down to select VLC or WMP output and a button. How can I get my shows to appear in the list?

Sorry if I am being stupid here, but was up late last night trying to figure it all out!
kellis
Offline

Junior Member

Posts: 19
Threads: 2
Joined: Feb 2006
#322
2006-06-20, 06:10 PM
Heya,

previous version kinda worked.

This new version (latest plugin, net v2 and latest gbpvr). now if I play with the web interface, it works but if i close the VLC (browser embedded) it would stay there (window not closing). I manually close it then and the embedded webserver doesnt respond anymore, the streamer and the standard web interface, it looks like the port is not listening anymore, i ony get 404 now until i restart gbpvr. But there is no cores, or crash really. just the port not responding anymore. I do have a standard apache webserver and my machine is still responding to port 80, so i know the network is fine and the machine accessible.
Anyone else experienced this?

web interface port stop responding, giving 404.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#323
2006-06-21, 12:53 AM
I have a very similar experience as kellis, I think UJB (UncleJohnsBand) is working on integration with EnhWebAdmin soon, so is (and rightly so too) not focused on this version which is a "quick and dirty" fix, by his own admission :-). I think the main problem (as UJB has noted?) is when it is run once then closed down, it doesn't seem to "let go" of VLC on the server side (I think he acknowledged this at some stage) and I can't get anything going again until I restart GBPVR.

k.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#324
2006-06-23, 12:06 AM
The embeded streamer is now being Beta tested by a few people.

One of the things I am interested in is what combinations of video, audio and mux's were people using.

The only ones that ever worked on my machine were MP4V, MP4A, with MPEG-TS mux or WMV, MPEG3 with ASF mux.

Let me know what you have had sucess using in the past.
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
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#325
2006-06-25, 04:48 PM
Unable to stream a recorded show - here is the error info:

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>
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#326
2006-06-25, 05:41 PM
mmatheny Wrote:Unable to stream a recorded show - here is the error info:

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>

No real help there....that is the standard error you get when asp.net page craps out......if you were accessing the page on the actual pc that was serving up the pages you would have seen the real error.

The integrated version (integrated into the Enhanced Web Admin (EWA)) is in beta testing and is getting very good results.....hopefully I will be able to release it soon.
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
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#327
2006-06-26, 06:11 PM
Thanx, UncleJohn! I can't wait to get it! Is it true streaming, i.e. can I fast forward, pause, and rewind?
toomanyhandles
Offline

Member

Posts: 234
Threads: 71
Joined: Feb 2006
#328
2006-07-10, 04:54 PM
jksmurf Wrote:I have a very similar experience as kellis, I think UJB (UncleJohnsBand) is working on integration with EnhWebAdmin soon, so is (and rightly so too) not focused on this version which is a "quick and dirty" fix, by his own admission :-). I think the main problem (as UJB has noted?) is when it is run once then closed down, it doesn't seem to "let go" of VLC on the server side (I think he acknowledged this at some stage) and I can't get anything going again until I restart GBPVR.

k.

The way I use to quit VLC if I start a stream, then quit watching before it is finished is to use the "kill VLC" option built into the XDVD plugin. Otherwise, you can simply wait for the recording that you started streaming to finish; at that time VLC will release control and you can webadmin again per usual. In my experience. GBPVR isn't locked, just non-web-admin-able while the stream is output on that port.

If you have VNC running you can use it to control the main GBPVR interface remotely and hit the KILL VNC button that way. You could simply kill the task from task mgr, too.
toomanyhandles
Offline

Member

Posts: 234
Threads: 71
Joined: Feb 2006
#329
2006-07-10, 04:58 PM
UncleJohnsBand Wrote:The integrated version (integrated into the Enhanced Web Admin (EWA)) is in beta testing and is getting very good results.....hopefully I will be able to release it soon.

Will this require the .net 2.0 and thus the later release of GBPVR? I held off upgrading as my setup is working so nicely Smile but if I have to, I will.
kellis
Offline

Junior Member

Posts: 19
Threads: 2
Joined: Feb 2006
#330
2006-07-10, 11:59 PM
latest gbpvr version, now webstreamer doesn't hang when accessed from a PC.

But from a mac, with FFox and VLC plugin, or WMV, the > button (play) still is not doing anything, so the video doesn't play.

Any idea? is this plugin written in a such a way that it is windows only compatible?

Thank you!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (36): « Previous 1 … 31 32 33 34 35 36 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  PSP Streaming from GBPVR psycik 11 5,162 2008-06-03, 11:58 AM
Last Post: fuzzweed
  Comskip 0.79 build 30: DVR-MS fully works, integrated demux to support editing erik 2 2,232 2006-03-31, 09:34 PM
Last Post: zaldwaik
  Comskip 0.77 has an integrated mpeg viewer erik 3 2,705 2005-09-27, 02:12 PM
Last Post: erik

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

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

Linear Mode
Threaded Mode