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,177
» Latest member: allv50
» Forum threads: 65,374
» Forum posts: 602,148

Full Statistics

Online Users
There are currently 1565 online users.
» 1 Member(s) | 1558 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, bigstusexy

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
4 hours ago
» Replies: 1
» Views: 30
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 04:17 PM
» Replies: 0
» Views: 50
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
Yesterday, 10:56 AM
» Replies: 1
» Views: 58
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 92
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,763
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 153
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,420
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 316
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 231
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 516

 
  Have problems connecting to my TV set-top?
Posted by: jibwisdom - 2024-06-13, 07:00 AM - Forum: Windows - Replies (4)

I installed NextPVR on my computer but have problems connecting to my TV set-top box. When I try to search for channels, NextPVR doesn't find any. I have checked the connection and set it up correctly, but it still doesn't work. Do you have any suggestions to help me solve this problem?
geometry dash lite

Print this item

  EPG incomplete.
Posted by: NatalieEGH1 - 2024-06-12, 08:28 PM - Forum: Windows - Replies (4)

Formerly my NextPVR schedule updating, gave me 21 days worth of data.

I encountered a problem where about 10 channels would start to play, stutter horribly, freeze, and then NextPVR would crash (this is still happening on 4 channels all 1 physical channel, and PBS channels).  I uninstalled NextPVR including all config files.

I re-downloaded the program.  I re-downloaded the LAV decoders.  I reconfigured.  I scanned for channels again.  I marked those I wish to keep and show in the tv-guide and possible record from.

I have attempted to use the update the EPG.  For one physical channel I get data out to Saturday (3 days from now).  On that physical channel the data ends anywhere from about 0800 to 2000 (for the logical channel with the most data).  For the rest of the channels the data is ending at between 2 hours from the update up to midnight for the day I run the update.

Where is the configuration file (complete path and file name) I should update?  I know the parameter and based on the Config-master-dont-edit.xml" config file it is supposed to download by default 9 days data.

My schedules direct subscription is good until Nov 2024.

Windows 10 Pro 64bit all updates current
ASRock Z87 Extreme 4
i7-4770k (not overclocked)
32 GB
277TB storage
Hauppauge quad tv tuner card

Sorry, I am not sure how to get logs.  The TV Guide data matches what is in the Web Application including holes in data at least as far as the Web Application extends.  From this I assume the NextPVR client is just reporting what the server loads out.

Print this item

  Could not log in. Email Address rejected as invalid.
Posted by: NatalieEGH1 - 2024-06-12, 06:41 PM - Forum: Windows - No Replies

I had to create a new account.  Former account userid was NatalieEGH when attempting to log into the forums.

I checked my e-mail address and verified no errors.  When I created the new account I did a cut and paste and it was accepted.

I did not have many posts so not worried, just letting whomever is the webmaster know there is a problem.

Print this item

  Hauppauge quadHD and cable service
Posted by: tesla1886 - 2024-06-12, 01:27 AM - Forum: Hardware - Replies (2)

Will the Hauppauge quad HD work with cable TV providers, specifically Comcast?

Print this item

  uidroid video playlist
Posted by: Jaggy - 2024-06-11, 10:29 PM - Forum: Android - Replies (15)

I have seven folders of videos for the parrots entertainment each folder has at least 14 hours playtime of videos in it.... that is just .ts files in the folder no sub folders.

Using Videos I have tried pressing play on the individual folder & also opening the folder & pressing play on [..] but neither way will it play all the videos (or anywhere near all of them, seems to be somewhere over an hour but not as much as two hours)

Attached are the logs for today after it had stopped playing less than 2 hours in.



Attached Files
.zip   logs-20240612-1010.zip (Size: 1.17 MB / Downloads: 1)
Print this item

  Extra - {channel} argument not working?
Posted by: blitz2kx - 2024-06-11, 02:56 PM - Forum: Linux - Replies (2)

Greetings everyone.

Currently trying to get an Extra setup with an HDMI capture device, as well as a python3 script that changes channels in Linux (Mint). NextPVR version 6.1.5.231022

So some backstory, I saw on another thread a user recommended a python3 script that can channel change over network using the mac address of their cable STB. This script works just fine for me in linux. The video stream I am inputting is an rtmp stream..all of this is called in through an sh script. The video stream is working just fine when tuning in NextPVR, however the channels do not change.

When executing the script from shell the channel changes just fine and ffmpeg loads the rtmp stream immediately after (specifying of course the channel number in the command line argument).

This same exact call in my extra using {channel} however doesnt seem to do the trick. The video loads just fine, but the STB does not change the channel.

My extras file:                                                                                  
<extras>
<channel name="{channel-name}">
<command>/home/blitz/SpectrumSTBControl/changeChannel.sh</command>
<args>username password {channel} macaddress</args>
</channel>
</extras>

-----------------------
Contents of changeChannel.sh
!/bin/bash

python3 "/home/blitz/SpectrumSTBControl/changeChannel.py" "$@"
ffmpeg -i "rtmp://192.168.1.221/live" -c:v copy -c:a copy -f mpegts -

-------------------------
Like I said, when executing the sh file directly in bash/sh or shell it works just fine.
When tuning in NextPVR, video works great, but channels do not change. Anyone can see any issues with this approach? Thanks!

[EDIT]

Upon inspecting the logs, it does seem it is sending the arguments as it should - (Sorry didnt post them because my account credentials are all over them, but this is what i found):
2024-06-11 11:19:34.936 [DEBUG][57] checking: EXTRA Recorder (extras-Spectrum5.xml)
2024-06-11 11:19:34.936 [DEBUG][88] host_callback: ...
2024-06-11 11:19:34.936 [DEBUG][57] enabled and present
2024-06-11 11:19:34.936 [DEBUG][57] has channel
2024-06-11 11:19:34.936 [DEBUG][57] live tv is possible
2024-06-11 11:19:34.936 [DEBUG][57] Running: /home/blitz/SpectrumSTBControl/changeChannel.sh username password 27 macaddress
2024-06-11 11:19:34.936 [DEBUG][57] Child PID: 1150578
2024-06-11 11:19:34.944 [DEBUG][57] Creating writer: LIVE&/home/blitz/recordings/live-27 ESPNTPA-1146968-8.ts
2024-06-11 11:19:34.944 [DEBUG][57] live mode
2024-06-11 11:19:34.944 [DEBUG][57] Created Mutex: Global\NPVR-mutex-e510b20bac2804c2d41fabea5ad0d52b
2024-06-11 11:19:34.944 [DEBUG][57] Created map: /home/blitz/recordings/live-27 ESPNTPA-1146968-8.ts.map
2024-06-11 11:19:34.944 [DEBUG][57] StartStream [LIVE&/home/blitz/recordings/live-27 ESPNTPA-1146968-8.ts] allocated handle: 8
2024-06-11 11:19:34.944 [DEBUG][57] Live TV handle: 0x360008
2024-06-11 11:19:34.944 [DEBUG][57] StartStream(25591:27 ESPNTPA, LIVE&/home/blitz/recordings/live-27 ESPNTPA-1146968-8.ts) allocated handle: 3538952
2024-06-11 11:19:34.944 [DEBUG][57] Handle: 360008
2024-06-11 11:19:34.944 [DEBUG][57] StreamNative@9 (storing stream handle: 3538952)
2024-06-11 11:19:34.944 [DEBUG][57] clientHandle[8b51c588-1373-41fb-bb59-cc58011fa5f8] = 3538952 *

Very strange as it just does not actually change the channel, but works when running script on own.

Print this item

  Email in thank you note is incorrect
Posted by: SilverTiger - 2024-06-10, 06:21 PM - Forum: General Discussion - No Replies

No big deal, but the email in the thank you note in the web browser is not correct.  The one in my account is correct.
Appreciate the note.
Walt Northrup

Print this item

  Jellyfin 10.9 next update.
Posted by: mvallevand - 2024-06-08, 05:28 PM - Forum: NextPVR Other Clients - Replies (3)

I have sometime to look at the addon and fix quite a few things as noted below in a PR I have submitted.  If anyone want to test this let me know.  Otherwise you will test after it is released which might not be the best time.

Recording changes
I. General

  • reload recordings and reset modification time when a settings change impacts recordings
  • delete recording channel json cache to allow for changes outside of Jellyfin. JF only calls for new recordings when the database entries are not cached
  • use episode mode without S/E for all non movie recordings, Jellyfin was using the subtitle as title and not displaying the title on clips.
  • parse duplicated S/E information from the sub-title passed in the API.
  • change cache key, add-on was using a key that changed often, leaving orphan JSON in the cache for every recording
II. Recording polling
In 10.9 Jellyfin was re-enabling disabled plugin causing user performance issues (not sure why though)
  • don't poll for recording until connected
  • reduce initial connection time to 5 seconds to avoid overlapping connection attempts
  • allow configuration of polling interval, the more frequent the more responsive the addon is to changes outside Jellyfin
  • catch connection errors in the plugin, don't throw errors to core.
III. In-progress recordings problems
a) In-progress recordings do not play when recordings are flagged as in-progress
  • default in-progress to direct play.
  • append growing flag to recordings to not send content-length.
b) No resume while in-progress
  • don't know what to do to make this work.
c) Slow playback on initial in-progress recordings
  • cannot change the analyzeduration so ffprobe waits for 200MB before playback
  • if users give up, ffmpeg orphan ffmpeg tasks could be left running.
  • don't know what to do to make this work.
IV.
  • configure IPv4 so ffmpeg doesn't use IPv6 when a hostname is specified
  • adapt to NextPVR unauthenticated access fix starting in 6.1.6
  • allow unauthenticated recording streaming so clients can direct play. Jellyfin does not proxy client so security was failing and only transcoded play was available.

Martin

Print this item

  Jellyfin not showing artwork
Posted by: maarkos3 - 2024-06-06, 02:51 PM - Forum: Other Clients - Replies (7)

Hello,

I have my NextPVR server running and playing with the Jellyfin client plugin.
The artwork taken from the EPG seems to work fine in nextpvr but it is not showing at the Jellyfin client, whereas the rest of information from the EPG is showing fine.

Am I missing something? Is this not implemented on the plugin side?

In addition, I can filter programs by Movies, Sports, etc. Is there a way of selecting which folder nextpvr will record to based on those filters?

Thanks,
M

Print this item

  Live stream not working while recording
Posted by: pciber - 2024-06-06, 01:59 PM - Forum: Linux - Replies (6)

Hi!

I am using LibreELEC (official): 12.0.0 (RPi5.aarch64) with next-pvr service (Version: 6.1.5.231022) and next-pvr client (Version: 21.1.0.1) all on LE.
I am using IPTV playlist with multicast addresses and I have an issue that live stream is not working while recording. When I cancel recording than live stream is working.

When I click on live stream channel while recording I get instant message Playback failed: One or more items failed to play. Check the log for more infromation about this message.

I checked logs and in logs there is an error:

Code:

2024-06-04 15:45:33.592    [ERROR][236]    Unable to StartStream():
2024-06-04 15:45:33.592    [ERROR][236]    Unable to start live stream for timeshift: Unable to find available capture device
<rsp stat="fail">
  <err code="11" msg="Failed to start stream: Unable to find available capture device" />
</rsp>

Is there any limit for only one stream at a time or what am I missing?

I also tried messing with npvr.db3 and add a few more IPTV devices but without success still the same error. Does anybody have any hint what can I check to force kodi using more than one stream at a time?

Thanks in advanced,
regards Peter



Attached Files
.zip   nrecord.zip (Size: 167.27 KB / Downloads: 4)
Print this item

Pages (6435): « Previous 1 … 110 111 112 113 114 … 6435 Next »
Jump to page 

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