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,179
» Latest member: furtiolli195
» Forum threads: 65,374
» Forum posts: 602,152

Full Statistics

Online Users
There are currently 1340 online users.
» 1 Member(s) | 1333 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
1 minute ago
» Replies: 1
» Views: 101
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 90
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 86
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 128
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,789
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 173
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,443
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 347
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 251
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 532

 
  IPTV like stream from Sound Card input - FM Radio Project
Posted by: NumberFive - 2022-11-20, 02:50 PM - Forum: Developers - Replies (3)

Hello,

I'm wondering if anyone can offer a bit of guidance on this one. I am working on a project to make an FM radio tuner input for NextPVR, but in an effort to keep it simple I'm intending to make it look like an IPTV device. Maybe best if I describe the idea first.

What I'm trying to achieve is something similar to NextPVR's own method of http://nextpvr:8866/live?channel=1 , such that a channel (frequency) can be requested, and the response is an MPEG-TS stream.  I believe that NextPVR is using VLC to create the stream?

I am using a Raspberry Pi with an FM radio tuner IC attached to it (Si4703). The R Pi will listen for http requests formatted in such a way that the URL requested contains the frequency the radio IC should tune to. I have this part largely working as expected. For example, tuning to http://radio-pi:80/freq=878 tunes to 87.8 MHz.

The output of the FM radio IC is line level analogue audio, and I am feeding this into a USB soundcard. I can run FFMPEG to capture this and create an MPEG-TS stream, and listen to this using VLC on another computer.

I'm wondering, can anyone give me guidance on how to respond to the http request with the MPEG-TS stream? At the moment, the URL request just sends back a very basic HTML page. I am familiar enough with starting another program from Python, but how do I redirect the output of FFMPEG back to the client making the tuning request?

I'm programming in Python.  I'm happy to switch to VLC on the server to create the MPEG-TS steam (or any other tool) should there be an easier way to crack this nut! 

Thank you Smile

Print this item

  HDPVR2 ir blaster Setup?
Posted by: newguy2022 - 2022-11-19, 10:05 PM - Forum: Windows - Replies (16)

So I have spent all day trying to make this work and I am hoping that someone can help me.  I have an HDPVR2 with an ir blaster attached and I can change channels with it however I need to be able to turn the power on and off to the device as well, the the BlasterCfg there is a thing that says you can learn the power button, however no matter what I do it does not work. I suspect I could get it to work with WinLIRC because I have the remote codes but I can't get WinLIRC to work because it wants some file called irremote.dll which I can't find anywhere on Hauppauge site.

Any help would be greatly appreciated, newguy2022

Print this item

  desktop app doesnt let me scan channels
Posted by: totisdvd - 2022-11-19, 04:32 PM - Forum: Windows - Replies (10)

Hello,
I would appreciate some help.
I have an issue , which im sure its something that's gonna bite me in the face, with desktop app of nextpvr that doesnt let me scan channels.
I mean the whole "devices" tab just takes me to the web page and there i can find my dvb-t card and channels and everything works ok, but i remember back then i could use the desktop app to search for channels and everything was working like the web app does.
As is right now i can only watch my channels through the web app and not the desktop app, desktop app just hangs on "please wait"



Attached Files Thumbnail(s)
   
Print this item

  FrndlyTV on NextPVR
Posted by: markosjal - 2022-11-18, 07:50 AM - Forum: General Discussion - No Replies

If you are familiar with FrndlyTV then you know it offers several good channels for a very low price for users in USA. 

I have been using the FrndlyTV for Channels script here 

https://github.com/matthuisman/frndlytv-for-channels


I have found that it works (until recently) as long as I do not try to connect nextPVR Directly to that script to get the EPG (NextPVR may be timing out while waiting for epg) , so I use wget to get the epg from that script and load the file I get from wget into nextPVR

Lately however I have ha some issues. Particularly on the History channel and some others when viewing channels through NextPVR the streams just stop. Kodi logs (all clients are Kodi)   show large audio sync errors.

Loading the output of the script directly into IPTV Simple client o Kodi however works just fine. It seems nextPV or the end client has issues with audio sync

I also tried using xteve https://github.com/xteve-project/xTeVe streaming through ffmpeg and although this helps streams still stop, just with a lower frequency.

I would try using Cabernet https://github.com/cabernetwork/cabernet/releases but I can not seem to surmount an ugly bug that has shown up on 3 platforms.

So I thought that someone else may contribute to this thread to resolve the issue, as I think FrndlyTV is worth the effort

Mark

Print this item

Information Audio Video Sync Fixed with AC3Filter!
Posted by: gearsofwoe - 2022-11-18, 04:36 AM - Forum: Legacy (v4.x and earlier) - No Replies

I've had persistent audio/video sync problems with two local broadcast channels, CITY-TV and Global-TV, Vancouver BC.  The Auto A/V Correction in the LAV audio filter helped. It happened after a ComSkip or any skip. At worse, the picture go into slo-mo until the audio caught up.  It got much worse after I switched from an ATI 5450 to an Nvidia GT-710.  Audio was off by up to a second or more and I'd have to skip backwards up to 3 10-second jumps to re-sync. Recordings were OK in VLC and PowerDVD 19 which indicated a CODEC issue.  So, I went back to an old, old standby - AC3Filter v2.6.0b.  I set it up for SPDIF passthrough of AC3, DTS and MPEG audio.

Thought I'd share my story. Thanks to the NextPVR team for a wonderful product.

Print this item

  During recording, time remaining is extremely large
Posted by: thool - 2022-11-18, 01:43 AM - Forum: Linux - Replies (8)

Client: v3.3.21.1
Platform: RPI 4 running libreELEC 9.2.8
Kodi: 18.9
Next PVR backend: Version: 6.1.0.221017
Backend OS: Ubuntu 20.04.5 LTS x86_64
EPG: Schedules Direct

When I record, sometimes the end time shows up as much further out than expected. In the images shown, you'll see that the program runs from 07:00 to 09:00. The final recordings are all 2 hours long and have very similar file sizes. But for some reason, during recording, the remaining time is many days beyond what it should be.

Any idea what could be going on? I've restarted the RPI and the backend.
[Image: ob8gG4c.jpg]

[Image: t4oQUcK.jpg]

Print this item

  Does NextPVR require an internet connection to record?
Posted by: sirlou - 2022-11-18, 01:34 AM - Forum: Windows - Replies (8)

Hi there! Had one of three recordings fail yesterday with the old [Failed: No errors, but no data delivered. This is usually because the device failed to lock a signal.] error. At the time my internet had gone out. I reset the modem and router to fix the internet problem; and scheduled another recording a 1/2 hour later and that recorded fine no problem.

I use an old legacy Silicon Dust HDHomeRun Dual tuner connected to my router. Both the Tuner and NextPVR are up to date. 

In the past with Windows Media Center even if my internet was out, the HDHomeRun would still function and record. So I am wondering if this is something I need to be aware of with NextPVR?

Logs attached.

Thanks in advance for any advice!

Louis

Print this item

  failed to start requested stream
Posted by: brady@preheim.com - 2022-11-17, 07:04 AM - Forum: Windows - Replies (1)

I am trying to upgrade from version 4 to 6 using a Ceton Card.

The guide is working, it records, but when I try to play a file I get

failed to start requested stream

Also, I lost all of my recorded shows, but hear there is a nexttool to import them
Can you point me to where to get the tool (hoping you can figure out why it won't play)

Thank you for your help!!



Attached Files
.zip   logs-20221116-2259.zip (Size: 124.55 KB / Downloads: 1)
Print this item

  Unexpected error in WriteSafeReadAllLines when playing back via webclient
Posted by: gEd - 2022-11-16, 11:40 PM - Forum: Windows - Replies (14)

Sub, Martin

I'm seeing all these errors when playing back native (and skipping) UK H264 content via the web client. I can see this error being reported on the forum quite some time ago (related to VOD playback) but nothing recent.
BTW: A few weeks back I stopped using postprocessing.bat to remux to mp4 as I found that I was getting regular lipsync issues with mp4 playback on the TV with AndroidUI and was delighted to find that the latest version of the UI playback native UK content perfectly (hurrah).

I tried both on and off for "Avoid transcoding where possible (for better performance)" but that made no difference, the error still happens.
Playback seems fine so I'm not experiencing problems but the frequency of these errors doesn't seem to be a good thing.

Attached the the ffmpeg log from web/temp (which doesn't get removed btw in case that's not by design)


Code:
2022-11-16 22:45:07.065 [ERROR][65] Unexpected error in WriteSafeReadAllLines: System.IO.FileNotFoundException: Could not find file 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'. File name: 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at NShared.Extend.RequestHandlers.TranscoderHLS.WriteSafeReadAllLines(String path) 2022-11-16 22:45:07.077 [ERROR][65] Unexpected error in WriteSafeReadAllLines: System.IO.FileNotFoundException: Could not find file 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'. File name: 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at NShared.Extend.RequestHandlers.TranscoderHLS.WriteSafeReadAllLines(String path) 2022-11-16 22:45:07.087 [ERROR][65] Unexpected error in WriteSafeReadAllLines: System.IO.FileNotFoundException: Could not find file 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'. File name: 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at NShared.Extend.RequestHandlers.TranscoderHLS.WriteSafeReadAllLines(String path) 2022-11-16 22:45:07.098 [ERROR][65] Unexpected error in WriteSafeReadAllLines: System.IO.FileNotFoundException: Could not find file 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'. File name: 'C:\Users\Public\NPVR-Data\web\temp\Later  with Jools Holland-4baeecf74b714d6f8798f29a802c99be.m3u8'   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)   at NShared.Extend.RequestHandlers.TranscoderHLS.WriteSafeReadAllLines(String path)

Print this item

  Recording tuner ordering
Posted by: snagglewest - 2022-11-16, 02:30 PM - Forum: NextPVR Support - Replies (6)

Recently my provider had a fight with a network and we lost 2 of our 4 local channels.  That prompted me to pick up a used SD hdfx-2us for OTA.  It works great but since then the network and provider settled their spat I've relegated the OTA channels to backup status as they sometimes have a bit of signal issues.  I've set up the OTA channels as separate channels designated as "xxxx-OTA" instead of merging them so we always get the cable TV unless we specifically tune the OTA channels.

That's worked great until today when I noticed a glitch.  To record a old 1 off episode I've been using a  advanced recording with "all channels" so I could pick up a specific episode from any of the channels that rebroadcast those old episodes.  The problem is NextPVR is picking up the episode on the OTA tuner before the HDHR-prime tuners. 

The long and the short of it is there any way to set the tuner priority for these "all channels" recordings other than disabling the OTA tuner?



Attached Files Thumbnail(s)
   
Print this item

Pages (6435): « Previous 1 … 211 212 213 214 215 … 6435 Next »
Jump to page 

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