NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,188
» Latest member: dromanas
» Forum threads: 65,378
» Forum posts: 602,188

Full Statistics

Online Users
There are currently 1196 online users.
» 2 Member(s) | 1187 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, BrettB, eastavin

Latest Threads
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
31 minutes ago
» Replies: 9
» Views: 865
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
Yesterday, 12:25 PM
» Replies: 32
» Views: 3,666
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 238
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,375
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 179
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 198
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 192
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 150
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 185
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,955

 
  TBS6982 Tuner not found
Posted by: dontspeak - 2020-04-23, 11:59 AM - Forum: NextPVR Support - Replies (12)

Hi
I used nPVR 4 for a couple of years and most times it was a pleasure. I now have a fresh install of v5 on a new Windows10, but my DVB-S double tuner TBS6982 Dual DVBS/S2 BDA Tuners is not recognized at all. The list of devices is always empty. But the device is correctly listed in my windows hardware manager.
Any idea?
Thanks+regards dontspeak

Print this item

  Output of Live TV via Kodi lost
Posted by: ceejayemm - 2020-04-23, 09:11 AM - Forum: Linux - Replies (5)

I seem to have lost the ability to view live TV from NPVR via Kodi. I am not sure whether this is an NPVR problem or a Kodi / plugin problem so I thought I would start here before heading over to the Kodi/LE forums.

I am running LibreElec 9.2.1 (Kodi 18.6) on a RPI3b+ using the latest LE repo version of the NPVR plugin for that version, I have made no changes to this setup, other than auto-updated plugins, since the release of LE9.2.1.  I can see LE/Kodi loading the TV channels/guide/recording etc at the top right of my TV when the plugin starts. I can view the NPVR provided TV guide information and can watch recordings without any problem. Switching to Live TV however gives the error:

'One or more items failed to play. Check the log for more information about this message'

I can see some information about the error in the Log Viewer plugin but I am not sure where Kodi keeps its logs otherwise.  As far as I can see the error reported in the log file is:

ERROR:<general>:XFILE:CFileCache::Open failed open source <http://192.168.86.225:8866/live?channeloid:8060&client=XBMC<long sting of numbers /letters to many to copy)
ERROR:<general>:CCurlFile::Open failed with code 404 for http://192.168.86.225:8866/live?channelo...=XBMC<long sting of numbers /letters to many to copy)

If you know where to find the Kodi logs, and can tell me, I will provide them for you.  I have also tried using the latest Daily 'Matrix' Kodi version on my Windows 10 PC and get the same problem and errors.

I am running NPVR 5.0.3.200415 on an RPI 4 (4GB) for recordings only (no viewing) which in turn is getting its TV information from a HDHomeRun Quattro. I have been running this setup since early Junuary with no problems. The IP number reported in the LE/Kodi error above is the IP number of my NPVR RPI.

I can view live TV directly from the Quattro using the HDHomeRun app on my Windows 10 PC, so there seems to be no problems there. All the above components are on the same wired network. I have attached the latest NPVR logs for you to see, I was trying various live channels between 09:30 and 10:00 BST on Thursday Apr 23. Please let me know if you need any further information from me.

Thanks

Chris



Attached Files
.zip   logs-20200423-1001.zip (Size: 1.25 MB / Downloads: 1)
Print this item

Lightbulb How to get Comskip working on Linux
Posted by: wmarler - 2020-04-23, 06:45 AM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (12)

I was looking at getting this working on my machine and the wiki is sparse when it comes to Linux examples, and searching the forums left me with breadcrumbs that got me to success, but I thought I'd chronicle my experience here for anyone else who'd love this wonderful addon to npvr.

I'm running on bare metal Ubuntu 18.04. 

Building Comskip is really quick and easy on Ubuntu, so probably the same for any Debian based distro:

Code:
$ sudo apt-get update $ sudo apt-get install ffmpeg libavcodec-dev libavformat-dev libavutil-dev autoconf automake git libargtable2-dev libtool $ git clone git://github.com/erikkaashoek/Comskip $ cd Comskip $ ./autogen.sh $ ./configure $ make $ sudo make install

Note: I might be missing some dependencies. Sorry. I compiled several days before writing this post, and my system has been doing media stuff for years, it's very likely I already had necessary dependencies installed. 

Next you need a comskip.ini . It doesn't really matter where you put this file as you specifically call out its location when you use it later. It just needs to be accessible by the user running the nextpvr service. Mine is /etc/comskip.ini:
Code:
output_edl=1 live_tv=1 edl_skip_field=3 max_commercialbreak=300 verbose=10

Note: the "verbose=10" line will result in a lot going to your log file, if you use a log file. If you redirect to /dev/null, the verbosity setting doesn't matter. 

Next you need ParallelProcessing.sh. This file needs to live in /var/opt/nextpvr/scripts. A very basic one is this:
Code:
#!/bin/bash /usr/local/bin/comskip --ini=/etc/comskip.ini "$1" > /dev/null

A slightly more useful one that keeps a log of the comskip attempt and uses 'nice' to not peg your CPU is this:
Code:
#!/bin/bash /usr/bin/nice -n 19 /usr/local/bin/comskip --ini=/etc/comskip.ini "$1" > /var/opt/nextpvr/logs/"comskip-${5}.log"

Remember that this script is called by the user who is running the nextpvr service, and you probably don't know for sure what the PATH variable is. Make it easy on yourself and provide the full paths to the executables. You can find them by running "which nice" and "which comskip".

This file needs to be executable by the nextpvr user. Being executable by all is fine afaic:
Code:
$ chmod +x  /var/opt/nextpvr/scripts/ParallelProcessing.sh


And there you go. Restarting the nextpvr service is not necessary to bring these changes into service.

A note on usage: sub/mvallevand can correct me if I'm wrong here, but I believe ParallelProcessing.sh is only called when you specifically record a show. That means that if you tune in to a live TV channel it does not start processing the stream for commercials until you hit the 'record' button.

Print this item

  Rewind recorded show
Posted by: VCR58 - 2020-04-23, 03:28 AM - Forum: Linux - Replies (2)

I noticed some odd behavior when rewinding the recorded TV show with the web browser (Google Chrome) on my MX-Linux PC. Advancing in time was ok but going backwards in time caused the red Streaming Failed (transcoder exited) error to show but it still seemed to recover and go backwards in time. After a couple more backups the video started going bonkers then eventually gave up and closed the stream.

Also, the browser back button does  not work.

Logs attached.

Thanks



Attached Files
.zip   logs-20200422-2205.zip (Size: 375.7 KB / Downloads: 0)
Print this item

  HDHomeRun QUATRO 4K for ATSC 3.0
Posted by: ElihuRozen - 2020-04-23, 03:12 AM - Forum: Hardware - Replies (1)

I got an email from SiliconDust announcing their new HDHR.  They have a kickstarter that seems to be doing pretty well and has more details.  See https://www.kickstarter.com/projects/127...un-atsc-30.  

Personally, I'd rather they work on getting the HDHomeRun Prime 6 out instead of this, but others here may be more interested in this one.

Print this item

  ffmpeg resource usage
Posted by: thecubasekid - 2020-04-22, 09:35 AM - Forum: NextPVR Support - Replies (18)

Hi Folks,

i just set up nextPVR on a Windows 10 machine for IPTV only, using Kodi as a front end with client version 3.3.19.1 back end 5.0.3.200415 (i am running CoreELEC on cheap android AMLogic s905x box's for Kodi front end)

i am loving how nextPVR loads tv show and movie artwork, and set up was a breeze, but I am having some issue related to the windows install itself.

prior to using next PVR i was using Kodi simple IPTV client and it worked great, but no pause functionality, so i tried out TVHeadend, installing both back-end server and kodi client on my s905x box running CoreELEC. This worked very well on the low powered box, but i didn't like the way TVHeadend sorted channels (not matching m3u) and also the fact that TVHeadend needs a channel to be 'up' when scanning for it to be created, so all my live event channels don't get created when TVHeadend scans, hence trying nextPVR.

I am having choppy playback with nextPVR on any 1080p channel. On investigation it appears to be related to ffmpeg.exe on my win 10 pc (it is a fairly old PC with 6 core 2.5ghz CPU) ffmepeg is using around 600mb memory at any given time when a stream is running and keeps spiking my CPU, and this coincides with playback being choppy (does not happen with SD channels) and is impossible for me to have two concurrent TV streams to different nextpvr clients on my network. for normal streaming of 1080p mkv files i have on my pc, i am able to stream three different films concurrently to different TV's in my house (maybe even more, just have not tried!) without issue, albeit with no trans coding going on...

although my PC is old, it is much more powerful than the s905x box i had both back-end and front end TVHeadend installed on that worked OK, so i am surprised at the CPU/Memory hit on my PC

is there anything i can do to optimize ffmpeg on my PC?

Thanks!

Print this item

  Typecast TV Program Search Application
Posted by: wayloncovil - 2020-04-22, 06:24 AM - Forum: NextPVR Other Clients - No Replies

I was browsing the Schedules Direct forum and ran across a post from the developer of an application called Typecast at 12noon dot com.
It looks like a very flexible search engine against your SD downloads.
I haven't done anything more than glance at it but I thought I'd pass my find along in case others might be interested.

Print this item

  Version 5 install issue with Ceton Tuner???
Posted by: Pctravel - 2020-04-22, 01:03 AM - Forum: Windows - Replies (29)

I had version 4.25 working fine with my ceton tuner but since installing version 5 when I try to setup the tuner device all it finds is the IPTV option. It can't find my device no matter how many times I hit refresh. I reinstalled the old version and it finds the tuners??  Any ideas to try?

Print this item

  Schedules Direct issues
Posted by: artmetz - 2020-04-21, 11:05 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

Today I tried to add a few channels to my lineup, now many of my prior channels are now showing "No Show Details". Others do have guide data. I've tried updating the epg several times.
I see Schedules direct was down yesterday. My backup system is working ok when I update the EPG on it (I haven't made the same channel lineup changes to it yet).
While adding the channels, I did see an exception for a few of the channels and was able to add the channel on a second attempt. Unfortunately I didn't check the log at the time.
I do have a database backup from several days ago. When I tried to use it and update the epg, no channels contained any schedule information.

Attached is the relevant portion of the log file.

Print this item

  RFC Recordings Import Utility
Posted by: mvallevand - 2020-04-21, 10:48 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (24)

This is a request of request for comments on a updated utility import existing ts files into NextPVR.

I have see repeated requests for a program to replace the existing v4 utilities and I figure I'd have a go at it.  What do you guys want to see in this?  I don't want to support anything more than mpeg ts files at first because I want the database to be compatible with the the web browser.

Other than that I am open to suggestions.

Martin

Print this item

Pages (6435): « Previous 1 … 492 493 494 495 496 … 6435 Next »
Jump to page 

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