NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,331
2006-08-30, 02:11 AM
Barsk Wrote:I had already the ask option as default in both. The file is saved in a temp directory prior to opening, even if I ask for it to be opened in an application directly. This is a behaviour that changed a good while back if I remember correctly. Previously at least IE did not cache the file but opened it directly. ...as I remember. I could be wrong...

/Barsk

Are you trying to use Windows Media or VLC.....Windows Media will always do a full download....VLC will start to play the download right away.
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
#1,332
2006-08-30, 02:18 AM
jksmurf Wrote:SQLite ...k.

This is the process that is occuring...

You select a show(s) to record....
You submit the request
The GBPVR API's are called to schedule each request
When all requests have been processed a list of scheduled shows is built
The show(s) that you selected to record are searched in this list
If the show is not found you get the error message

On occasion I have seen the error message when in fact the show scheduled....but this is also a rare instance with SQLite.

Does this happen often? Is it when you are doing many selections, just a few, just one or does it happen randomly?
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
kaffeen
Offline

Member

Posts: 53
Threads: 4
Joined: Aug 2006
#1,333
2006-08-30, 03:34 AM
UncleJohnsBand Wrote:Don't share ports....have one port for EWA (you mentioned 81) and set a different port for the stream itself. Make sure to open up this port on both your PC firewall and to forward the port on your router to your GBPVR PC.

I didn't realize this needed to be a different port than EWA (when I looked at the wiki doc I didn't realize the default port was different than the GBPVR default port, particularly since I don't use either for my applications).

I switched ports to 8080 and got a little further (VLC opened, but VLC reported a port open error on 8080). I read some VLC documentation earlier in the day that mentioned this as a default HTTP port for VLC. With this in mind, I then switched the streamer port to 82 (and made adjustments for this to the firewall and router). That solved the problem. So, for others out there who have experienced similar problems, in a nutshell:

1) Use a dedicated port for EWA.
2) Use a dedicated port for VLC (streamer port).
3) Do not use port 8080 (VLC default HTTP).
4) Make sure the router forwards all ports to the server.
5) Make sure the firewall(s) on the server are opened for these ports.

' Wrote:As for power it does take some to stream.....try setting the size of the video to the smallest and the bitrate to the lowest.....and then work your way forward till it no longer works......

So far, WMP @ 256 (320x213) gives the best quality for me.

I have great audio and for the most part the video is good with the exception of some missed frames and "choppiness". Decent, but not great quality. I am curious how much better performance a faster processor would give me, but all in all this is OK. I'm not really going to be using this feature very much, I just like to see all the bells and whistles. Kudo's to all the developers! Smile
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,334
2006-08-30, 03:49 AM
kaffeen Wrote:I didn't realize this needed to be a different port than EWA (when I looked at the wiki doc I didn't realize the default port was different than the GBPVR default port, particularly since I don't use either for my applications).

I switched ports to 8080 and got a little further (VLC opened, but VLC reported a port open error on 8080). I read some VLC documentation earlier in the day that mentioned this as a default HTTP port for VLC. With this in mind, I then switched the streamer port to 82 (and made adjustments for this to the firewall and router). That solved the problem. So, for others out there who have experienced similar problems, in a nutshell:

1) Use a dedicated port for EWA.
2) Use a dedicated port for VLC (streamer port).
3) Do not use port 8080 (VLC default HTTP).
4) Make sure the router forwards all ports to the server.
5) Make sure the firewall(s) on the server are opened for these ports.



So far, WMP @ 256 (320x213) gives the best quality for me.

I have great audio and for the most part the video is good with the exception of some missed frames and "choppiness". Decent, but not great quality. I am curious how much better performance a faster processor would give me, but all in all this is OK. I'm not really going to be using this feature very much, I just like to see all the bells and whistles. Kudo's to all the developers! Smile

Glad to here you got things working.....I updated the wiki to note that if you change the default stream port from the 7648 setting you should not use 8080.

On my machine the best that I can stream over the internet is VLC (extrernal viewer) @ 256 480x320 WMV/MP3/ASF.

I can do any setting when streaming on the local network.

Of course my server specs are fairly good (see signature).

Big Grin
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
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1,335
2006-08-30, 04:27 AM
UncleJohnsBand Wrote:This is the process that is occuring... If the show is not found you get the error message.
The show definitely exists. It is also the only one with "Quotes" ... ???

UncleJohnsBand Wrote:On occasion I have seen the error message when in fact the show scheduled....but this is also a rare instance with SQLite.
The show definitely does not schedule.

UncleJohnsBand Wrote:Does this happen often? Is it when you are doing many selections, just a few, just one or does it happen randomly?
Well originally I chose quite a big list. I scheduled all of them apart from the one that said failed. Then I searched that show again, on the word lambs. Same behaviour. I checked the recordings scheduled already, There is actually a show already scheduled for around the same time, however I would expect a "conflict" flag not a failed recording one?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#1,336
2006-08-30, 07:52 AM (This post was last modified: 2006-08-30, 08:54 AM by elite.)
Hey guys

Is it possible to have a default file served from the gbpvr directory?

For example if I go to http://IP:PORT/gbpvr/ - it automatically redirect me to http://IP:PORT/gbpvr/index.aspx?

If not can I add it to the wishlist?

cheers

PS: Yes, I am that lazy!Big Grin

Edit: I see this can be done using ApacheCLI - but native support would be great
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,337
2006-08-30, 08:48 PM
elite Wrote:Hey guys

Is it possible to have a default file served from the gbpvr directory?

For example if I go to http://IP:PORT/gbpvr/ - it automatically redirect me to http://IP:PORT/gbpvr/index.aspx?

If not can I add it to the wishlist?

cheers

PS: Yes, I am that lazy!Big Grin

Edit: I see this can be done using ApacheCLI - but native support would be great

Drop these in your web directory....if you do not like ending up in the guide you can change default.aspx.cs to redirect you to whichever page you want to be your default.......
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
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#1,338
2006-08-30, 10:14 PM
Nice. It works. Now all we need is some good shows to recordSmile
Great work UJB!
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#1,339
2006-08-31, 07:13 AM
UncleJohnsBand Wrote:Drop these in your web directory....if you do not like ending up in the guide you can change default.aspx.cs to redirect you to whichever page you want to be your default.......

Nice - Tnx
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
redelephant
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Aug 2006
#1,340
2006-08-31, 07:32 AM
I absolutely cannot get Webadmin to work. I've done a bunch of searches and tried everything I've found -- nothing. I've tried both a fresh install and the Enhanced Webadmin plugin. My router has the port forwarded, there's no software firewall up, yet every time I try to go to the address I get a "page cannot be displayed" error. I get this error from any machine I try. I don't have any logs in the .Net folder (with gbpvrpublic.dll). Would they be anywhere else? It's really driving me crazy. Thanks in advance for your help.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 132 133 134 135 136 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,954 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,069 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,375 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,821 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,150 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,332 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,172 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,073 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode