Some individuals have reported issues combining NextPVR with Jellyfin. I did at first, but after some adjustments (v4.x jelly), I didn't. I used M3U to enter the IP address, port, and pin, and everything worked. However, I can only view live TV via a website, not the Android app (Pixel XL with LineageOS). "Playback Error - No Compatible Stream" appears.
time ago, i had some problems with NPVR and my Digital-Devices Tuner Card.
Last week, the cable provider changed the channelsetup, so a new scan is mandatory to get the new frequencies/channel IDs, etc.
I now have the problem, that NPVR does not see channels on a lot of the transponders. The channel list is correct (you integrated my DVC-C Full scan for QAM256 time ago).
I did a little research, and i changed the settings for one channel in the SQL database, to a frequency, that NPVR does not recognize at all, and the channel works. So tuning to it, does not seem to be the problem......
I also tried the software from Digital Devices, the software does not have problem finding the channels, that NPVR does not recognise. So i am very sure, it is not a hardware problem, the card works correct. It is simply NPVR that does see the channels, so i cant add them. I tried all 8 tuners, they behave all the same.
Perhaps you remember the problem from about a year ago, and this is a similar problem again. Perhaps you can help me..... Would be great!
Attached you find the log files. If you look at them: I did a lot of scans, wich i quit early, because if i have seen, that on a frequency with channels nothing was found, i quit the search. The last scan, for you, was tuner number 4, full scan. For example, on 138 MHz, there should be radio and encrypted channels, on 178 MHz, there should be a lot of TV stations. nothing is found at all. These are only 2 examples, so you can look at. There are a lot of frequencies with the same behaviour.
Posted by: cchsieh - 2021-06-04, 04:02 AM - Forum: Windows
- No Replies
When I play TV programs from web client, it will stop streaming after some time. If I change Live TV Buffer Minutes to 2, it will stop streaming very soon. What can I do?
NextPVR version is 5.1.2.210603. My TV USB Stick is Avermedia A827. NextPVR logs attached.
try this again! Somehow uploaded the wrong image in the original post. Sorry to repost, but I figure no one needs to know about my pool problems!
--------
It appears that the guide is correct, but when I search for a show, it doesn't always show the new tag where it should. See the below screen cap.
(still can't upload images for some reason, so here is a OneDrive link)
Ever since I upgraded to the newest version 5.1.2.210603 I can no longer view live TV in the web page, in the Windows app or on my android phone. The web page stays black after halting at a random receive data value, the windows app eventually shows a pixel-ly block view of trash and the android app acts like the web page. Since nothing works it could be something that happened to my installation, but I don't know were to start looking. Can you help with the assistance of logs? Thank you.
I'm new to nextpvr.
Ive got it recording great, but when I watch back my recordings, there seems to be no way of fast forwarding or skipping to a time.
when I try to click a time on the progress bar, the bar moves, but the recording starts from beginning?
is this something I'm doing wrong?
P.S I'm watching my recordings on an android device
My setup of NextPVR 5 under Debian 10 worked quite fine: I could successfully create a device, scan the channels from the SAT>IP source (4 DVB-C tuner implemented in a FRITZ!Box 6490 Cable Router) and could even retrieve the EPG data from the DVB-C stream. But when I try to playback a stream (tried with transcoder streaming profiles default and 720p), I only see the status "Starting Device. Please Wait..." and nothing appears.
This does not to be an issue of the Cable Router, as I can perfectly access the rtsp streams in VLC by downloading an m3u file from the Cable Router and having a direct connection to the Cable Router, without using NextPVR. So when I access the rtsp stream directly, the stream plays back, and when I open the same stream via NextPVR, I can only retrieve EPG data, but no stream for playback.
Therefore, I consulted the log file. After some initial tasks, NextPVR repeats the following steps many, many times before finally giving up. The following log information shows the portion that is repeated all the time while I see "Starting Device. Please Wait..." on the screen:
Unfortunately, my knowledge about NextPVR is not sufficient to identify any failure from the above log information. Similarly, I can also not identify an issue from the log information that preceeds the above repeated information once I click on a particular channel for playback and which is attached to this post in the file nrecord.log.
So I wonder what I could do to identify the source of the problem. I also tried to avoid a transcoding at all, but I do not know as how to enforce/achieve this.
I left the default settings in the transcoding sections at first, with the default streaming profile (which gives the same result) and then (as shown above in the log information) with the 720p streaming profile. According to the default settings in the transcoding settings, transcoding is to be avoided.
I've just posted the new NextPVR v5.1.2.210603 release. This is the same as the v5.1.2.210601 release from a couple of days ago, but fixes a bug causing live streams to be slow to start, and stop after a 7 minutes or so.
Quote:Fixed issue which could cause live streams to be slow to start, and to stop after 7 minutes or so.
Added support for VOD for IPTV users. This is accessible via the new VOD menu option in the web app. On the VOD page you can either click an item to watch it, or click download and it'll download it as a recording.
Added support for VOD Extras, for extendable on-demand content from elsewhere
Minor skin improvement to make horizontal menu look better with Direct2D rendering.
Updated versions .net core and dependencies
Minor improvements to date display in search page
Minor improvements to the Settings->Channels page, and group management
Fixed issue with editing existing manual recording in web app
Fixed issue with 'resume' in web app opening a new browser window/tab
QAM channel scan now defaults epg source to 'none', and no longer prompts for EPG update when scanning QAM channels
Fixed bug with QAM channels creating a unique group for every channel
Improvements to CORS support in the web server
Fixed issue with NScriptHelper -rename
Added method=channel.xmltv api for getting listings from NextPVR
Added directoryID to recordings returned from API
Added support different DVB scan file directory on Linux using NEXTPVR_DVBDIR environment variable
Fixed issue with overriding User-Agent on IPTV services that use redirects
Added the ability to force treating a xmltv url as gzipped, by adding &contentType=application%2Fgzip to the url
Improved logging on digital tuners
Fixed a couple of bugs with SAT>IP support
Fixed issue with auto transcode feature
Fixed issue with web server stream seeking behavor
Added new config setting <ScheduleWakeups>, that can be set to 'false' to disable any OS wake up requests
Fixed issue with RollingFile logging, which could cause a scary error message in the log, even though nothing was wrong
Fixed issue with device priority
Fixed issue with channel names that had trailing spaces in channel metadata
Added verbose logging around looking for missing files, to help diagnose issues
Minor tweaks to tuning strings used for DVB-S2 with SAT>IP
Added system.remove.missing api, which can be used from NScriptHelper, to trigger the application to remove missing recordings from the database (when files no longer exist on disk)
Fixed issue with running NScriptHelper on some platforms
Added vod.delete and vod.update.extras api