NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 2 3 4 5 … 44 Next »
Thanks -- and a few questions

 
  • 0 Vote(s) - 0 Average
Thanks -- and a few questions
rykr
Offline

Member

Posts: 89
Threads: 33
Joined: Feb 2005
#1
2019-06-17, 03:00 PM
First, thanks for doing this! I look forward to see if it's a better option than TVH or Emby for live tv.

Second, a few questions --
1. What is the channel tune/change speed for HDHomeRun prime users? I could test this myself but your clients are $7 each and I don't really want to pay that just as a test. Wish there were some trial options available on those.
2. When does the EPG update? I setup my 6 HDHomeRun prime tuners and mapped my channels but the guide is still empty. I don't see any UI to trigger this. Does it happen automagically?
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#2
2019-06-17, 04:16 PM
If you're on the browser interface, there is an update EPG button on the first or second page of Settings (near the bottom left).
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#3
2019-06-17, 05:11 PM
rykr Wrote:1. What is the channel tune/change speed for HDHomeRun prime users? I could test this myself but your clients are $7 each and I don't really want to pay that just as a test. Wish there were some trial options available on those.
There are free clients, like NextPVR.exe for Windows users, or Kodi, or nlite. It's only my Android / iOS apps on their respective app stores that cost a few dollars to help cover my costs on those platforms. An updated Emby plugin will also be available soon.

How long it takes to change channels will depend on several factors, like tuner and client etc. In NextPVR.exe, it usually takes been 1.5 and 4 seconds to change channels, depending on:
1) how quick your tuner changes frequencies and starts delivering data
2) how quickly the next iframe arrives in the transmission
3) how far the broadcaster has muxed the audio ahead of the video in the stream

NextPVR v5 is brand new, and will continue to be tweaked to improve this, but ultimately there not much you can do about hardware and broadcaster constraints.
Quote:2. When does the EPG update? I setup my 6 HDHomeRun prime tuners and mapped my channels but the guide is still empty. I don't see any UI to trigger this. Does it happen automagically?
There is no guide data broadcast with an HDHomeRun Prime, so your guide will stay empty until you map your channels to a schedules direct lineup, or xmltv file. You can manually initiate an EPG update on the Settings -> About page.
rykr
Offline

Member

Posts: 89
Threads: 33
Joined: Feb 2005
#4
2019-06-17, 10:53 PM
sub Wrote:There are free clients, like NextPVR.exe for Windows users, or Kodi, or nlite. It's only my Android / iOS apps on their respective app stores that cost a few dollars to help cover my costs on those platforms. An updated Emby plugin will also be available soon.

How long it takes to change channels will depend on several factors, like tuner and client etc. In NextPVR.exe, it usually takes been 1.5 and 4 seconds to change channels, depending on:
1) how quick your tuner changes frequencies and starts delivering data
2) how quickly the next iframe arrives in the transmission
3) how far the broadcaster has muxed the audio ahead of the video in the stream

NextPVR v5 is brand new, and will continue to be tweaked to improve this, but ultimately there not much you can do about hardware and broadcaster constraints.
There is no guide data broadcast with an HDHomeRun Prime, so your guide will stay empty until you map your channels to a schedules direct lineup, or xmltv file. You can manually initiate an EPG update on the Settings -> About page.

The kodi plugin doesn't support timeshifting right?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#5
2019-06-17, 11:08 PM
Right, if you are running the current version of pvr.nextpvr it should tell you timeshifting is disabled. Sub has been able to get timeshifting working, but it is another new implementation and it is not complete yet.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2019-06-18, 12:13 AM
rykr Wrote:The kodi plugin doesn't support timeshifting right?
To get live tv with timeshift with a NextPVR v5 server you'd need an updated addon. We've had that working, but we're not ready to release that yet. (also need to work how we'll do that given Kodi has now moved on to the v19)
MrGrymReaper
Offline

Junior Member

Posts: 13
Threads: 1
Joined: Oct 2014
#7
2019-06-23, 12:43 AM
Are there any SSL support plans for v5 please? As accessing the web interface remotely especially over the internet requires a secured connection (tls 1.2 or higher) for the username and password. To encrypt their online transmission is this possible for it to be added?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2019-06-23, 12:58 AM
MrGrymReaper Wrote:Are there any SSL support plans for v5 please? As accessing the web interface remotely especially over the internet requires a secured connection (tls 1.2 or higher) for the username and password. To encrypt their online transmission is this possible for it to be added?
Ultimately, I can't provide certs, which is where most of the complications come from with ssl, so it's not possible for it to provide ssl. ie, user would need to setup domain names and get their certificates themselves. The username and password are not passed across the internet though - only salted hash values.

The web server we're using in NextPVR v5 (Kestrel) supports directly serving via ssl, but I haven't used it myself, so not too sure on the steps to set it up. Realistically, if you were going to expose it to the internet, you'd probably follow one of the articles on setting up reverse proxy in IIS or Apache or nginx etc, and have that configured for your certs etc.
MrGrymReaper
Offline

Junior Member

Posts: 13
Threads: 1
Joined: Oct 2014
#9
2019-06-23, 01:07 AM (This post was last modified: 2019-06-23, 01:13 AM by MrGrymReaper.)
sub Wrote:Ultimately, I can't provide certs, which is where most of the complications come from with ssl, so it's not possible for it to provide ssl. ie, user would need to setup domain names and get their certificates themselves. The username and password are not passed across the internet though - only salted hash values.

The web server we're using in NextPVR v5 (Kestrel) supports directly serving via ssl, but I haven't used it myself, so not too sure on the steps to set it up. Realistically, if you were going to expose it to the internet, you'd probably follow one of the articles on setting up reverse proxy in IIS or Apache or nginx etc, and have that configured for your certs etc.

I mean are there options present in the web interface to configure the server to be able to use said feature of Kestrel? This includes specifying the paths to the required certification files.

A provider of free SSL certificates which are cross signed and trusted by web browsers (as well as operating systems) is "Let's Encrypt".

By the way passing the username/password details as salted hash values isn't secure enough they need to be peppered too!! This will make cracking the username and password combo much harder, by increasing the computational cost required to do so.
MrGrymReaper
Offline

Junior Member

Posts: 13
Threads: 1
Joined: Oct 2014
#10
2019-06-23, 01:25 AM
By the way if NextPVR v5 could have the features required in order to configure it to use CloudFlare that would be great! Thus allowing you to be able to have DDOS protection on your NextPVR installation.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Client questions mvallevand 5 962 2024-01-11, 02:46 PM
Last Post: mvallevand
  New user, couple of questions matt77303 2 1,590 2021-04-19, 09:13 AM
Last Post: matt77303
  Prevent recording repeats and recording history questions puenktchen 15 4,066 2021-01-31, 05:02 PM
Last Post: sub
  No EPG and other questions povlhp 49 17,476 2020-10-28, 09:50 AM
Last Post: Graham
  Questions about Windows clients with v5 JP23 7 2,976 2020-06-23, 08:09 AM
Last Post: JP23
  Some questions about NextPVR 5.0.4 vs. 4.2.5 DSperber 5 3,893 2020-05-08, 12:43 AM
Last Post: DSperber
  Switched from 4 to 5, some quick questions Ricknextpvr 16 5,307 2020-03-31, 04:00 PM
Last Post: Ricknextpvr
  Recording Issues/Questions bleck 8 3,296 2019-10-12, 09:27 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode