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,064
» Latest member: BFBProducoes
» Forum threads: 64,997
» Forum posts: 595,457

Full Statistics

Online Users
There are currently 1427 online users.
» 0 Member(s) | 1425 Guest(s)
Bing, Google

Latest Threads
Recording interrupted
Forum: NextPVR Support
Last Post: mvallevand
11 hours ago
» Replies: 5
» Views: 88
New Install of 7..0.3.250...
Forum: Windows
Last Post: mvallevand
2025-10-09, 07:27 PM
» Replies: 4
» Views: 99
Won't forward 1 minute or...
Forum: Windows
Last Post: mvallevand
2025-10-09, 12:09 PM
» Replies: 1
» Views: 52
Forward, Reverse, Other C...
Forum: Windows
Last Post: suezew
2025-10-09, 11:57 AM
» Replies: 3
» Views: 1,276
EPG script not creating x...
Forum: Linux
Last Post: mvallevand
2025-10-08, 09:49 PM
» Replies: 1
» Views: 45
Any chance to find a V6 d...
Forum: Linux
Last Post: mvallevand
2025-10-08, 03:44 PM
» Replies: 8
» Views: 128
Proxmox LXC (Helper Scrip...
Forum: Linux
Last Post: mvallevand
2025-10-08, 03:27 PM
» Replies: 5
» Views: 76
Streaming Failed (transco...
Forum: Windows
Last Post: mvallevand
2025-10-08, 11:31 AM
» Replies: 7
» Views: 204
Manual recordings
Forum: Windows
Last Post: Joram
2025-10-08, 04:33 AM
» Replies: 7
» Views: 105
Comskip for the web clien...
Forum: NextPVR Support
Last Post: mvallevand
2025-10-07, 10:13 PM
» Replies: 4
» Views: 75

 
  Win TV Dual HD tuner
Posted by: RichRail - 2024-10-15, 04:08 PM - Forum: Windows - Replies (4)

Hi Everyone
I'm very much new to this so please excuse the question if I'm a dummy!
I have a Hauppauge WinTV Dual HD plugged in to my Windows 11 PC.
Next PVR is setup and working.
I have scanned and saved each tuner and updated both with the relevant EPG and saved.
However when I go into TV Guide I get all of the correct information for the 1st tuner OK
Underneath each channel I assume I get the other tuner information but only see "No Listings" for every channel, no programme info.
I'm sure I should be seeing the programme data duplicated for 2nd tuner?
Hope this makes sense and any assistance much appreciated.
Rich

Print this item

Question Always stops working after some time (2)
Posted by: calande - 2024-10-15, 10:17 AM - Forum: Docker arm32v7 - Replies (5)

Hello,

I was reading the forum messages, and it seems I have the same problem as this user. I scheduled weekly recordings that are supposed to last 2h, but they actually last no more than 5 minutes. I always end up throwing them away, I only have the commercials at the beginning of the TV program, the TV program itself doesn't even begin when the recording is aborted. Here is the section of the log file that I think is relevant, although I don't understand much. From my understanding the NAS receives 200MB of data every ten seconds? This is huge... How is it possible, to begin with? (it's a simple 1080i h.264 TV stream...). 

Code:
2024-10-13 21:14:15.314 [DEBUG][144] Have received 198136960 bytes from rtp source
2024-10-13 21:14:25.414 [DEBUG][144] Have received 198136960 bytes from rtp source
2024-10-13 21:14:35.514 [DEBUG][144] Have received 198136960 bytes from rtp source
2024-10-13 21:14:45.614 [DEBUG][144] Have received 198136960 bytes from rtp source
2024-10-13 21:14:55.714 [DEBUG][144] Have received 198136960 bytes from rtp source
2024-10-13 21:15:00.125 [DEBUG][11] Stopping recording (902 on 21). Past end time of recording. 257
2024-10-13 21:15:00.493 [DEBUG][11] StopStream(257)
2024-10-13 21:15:00.493 [DEBUG][11] StopStream handle: 257
2024-10-13 21:15:00.512 [DEBUG][11] Closing TSWriter....: /recordings/Manual Recordings/FELA_20241013_19102110.ts
2024-10-13 21:15:00.523 [ERROR][11] writer.Close() did not complete in a timely fashion
2024-10-13 21:15:00.523 [DEBUG][11] Close@2
2024-10-13 21:15:00.523 [DEBUG][11] Closing mapAccessor
2024-10-13 21:15:00.576 [DEBUG][11] Closing mapMMF
2024-10-13 21:15:00.576 [DEBUG][11] Closing mapFileStream
2024-10-13 21:15:00.577 [DEBUG][11] deleting /recordings/Manual Recordings/ABC_20241013_19102110.ts.map
2024-10-13 21:15:00.591 [DEBUG][94] Reached end of in-progress recording. Dropping connection.
2024-10-13 21:15:00.595 [DEBUG][11] Close@exit
2024-10-13 21:15:00.596 [DEBUG][11] StopStream@exit
2024-10-13 21:15:00.611 [DEBUG][94] Sent total of 198133200 bytes
2024-10-13 21:15:00.764 [DEBUG][144] Shutting down RTP input stream
2024-10-13 21:15:00.764 [DEBUG][11] stopping legacy hdhr stream
2024-10-13 21:15:01.922 [DEBUG][11] stopping graph
2024-10-13 21:15:01.922 [DEBUG][11] destroying graph
2024-10-13 21:15:01.922 [INFO][11] Stopped
2024-10-13 21:15:02.237 [DEBUG][11] StoreMetaData@exit
2024-10-13 21:15:03.740 [DEBUG][11] PowerManagement AllowSleep (needs implementation)
2024-10-13 21:15:03.740 [DEBUG][11] No longer active
2024-10-13 21:15:04.403 [DEBUG][135] timing closed

More info: I'm using v.6.1.5.231022, in a Docker image, on a QNAP TS-131P NAS (arm32). I have plenty of free space on this NAS.
I have restarted Docker several times, with no improvements.
I am able to record from my computer using the same Ethernet DVB-T tuner for hours trouble-free using DVBViewer (a separate Windows application).
Do you know what may be aborting my recordings?
Thank you!

Note: I'm getting an error message on the forum reporting too many MySQL connections.

Print this item

  What would happen if I change file locations and names of the recordings?
Posted by: Luisy44 - 2024-10-14, 09:46 PM - Forum: NextPVR Support - Replies (4)

All of my recordings are in a specific folder with specific names. If I change the title of all of my recordings and add them to another folder, would they be affected in a certain way? If I do that, would I not be able to play them directly from NextPVR anymore?

Print this item

  Erratic Behavior
Posted by: ag100pct - 2024-10-13, 11:58 PM - Forum: Linux - Replies (2)

I've been seeing weird things and I can't make a connection between any of them.  Missing recordings...when I know PC is on.  Sometimes I click on a program and all options are greyed out. 
Usually I will close the window and then the browser... re-open them...and finally update EPG manually.
Then the record options will re-appear.

Never have had an issue with updating EPG manually.
Just very erratic behavior.  I'd suspect EPG, but I don't have a problem with it ..at least manually.

Been going on for weeks now.
Linux MintSystem:
  Kernel: 6.8.0-45-generic arch: x86_64 bits: 64 compiler: gcc v: 13.2.0 clocksource: tsc
  Desktop: Cinnamon v: 6.2.9 tk: GTK v: 3.24.41 wm: Muffin v: 6.2.0 vt: 7 dm: LightDM v: 1.30.0
    Distro: Linux Mint 22 Wilma base: Ubuntu 24.04 noble

Firefox (for Mint)  131.0.2

Thank you
Sterling



Attached Files
.zip   logs-20241013-1834.zip (Size: 86.84 KB / Downloads: 2)
Print this item

  Import guide data from HD Homerun tuner
Posted by: jonasx - 2024-10-13, 10:40 PM - Forum: NextPVR Support - Replies (5)

Sorry if this has been addressed , i couldn't find the right search terms to pull anything relevant up.

Is there a way to use the guide data my HDHomeRun CONNECT 4K uses for nextpvr?  Seems it's more complete than zap2it.

I read some things about api access on the SD site but i don't think i have access to that with my model.

Print this item

  EPlusTV
Posted by: hdpvr-doug8796 - 2024-10-13, 04:37 PM - Forum: NextPVR Support - Replies (11)

I use EPlusTV in nextpvr. They work well together, but events often are well overstated for triple overtime American football, and events usually end hours before. Can an option for negative post padding be added? I have a lot of empty recording.

https://github.com/m0ngr31/EPlusTV

Print this item

  scheduler start time
Posted by: mocarob - 2024-10-12, 09:21 PM - Forum: Windows - Replies (11)

1st time installation of NPVR. I'm currently testing to maybe transition from Hauppauge WinTV10.. I have 3 usb tuners attached to a windows 10 machine.
Whenever I schedule a new recording, (i've done about 5 so far) it always schedules it to start .18 seconds late. 9:30:18pm, 4:00:18pm etc.

I know I can pad the start to compensate, But why is it happening? There will be a few nights a week where all 3 tuners are recording & shows are back to back so I don't think I'll be able to pad accordingly.
I've tried syncing windows system time but it's still happening. Any ideas?
TY
RC

Print this item

  Why are my recordings not recording completely?
Posted by: Luisy44 - 2024-10-12, 06:31 PM - Forum: NextPVR Support - Replies (6)

I have a new IPTV service. I have been trying to record some stuff to test it out but it won't record everything completely. I first recorded two streams while watching one on my mobile device on a different player as well. Later, I tried recording four streams at the same time without watching it anywhere else at the same time. The first time is was 30min recordings and the second time, they we're 60min recordings. Each time, it would only record one of the streams fully and the other streams, they wouldn't record completely. The other streams would be from 5 to 10 minutes only.

This is all new to me, I never had this happen to me. I've been able to record many streams at the same time with no problems before.



I downloaded the logs just in case if it could help: https://pixeldrain.com/u/3he2SSx7

Print this item

  Watching recorded show timeshifted went haywire.
Posted by: BigBillSD - 2024-10-12, 01:10 PM - Forum: NextPVR iOS and AppleTV Clients - Replies (6)

I recorded the Padres/Dodgers game last night so I could wait ~45 minutes into it to start watching as I have always done with SageTV.   I added a couple extra shows at the end to record as trying to pad the end of it didn't seem to register when I setup the record.   Watching this on a New Apple TV 4k over Ethernet. IOS 18  Newest Next Apple client, just downloaded a couple days ago.  

Started watching the game ~17:46pm (43 minutes behind), all was good till I skipped ahead to bypass a commercial, it went to far and I tried to skip back.  The skip back went way too far back.  Not sure how far.  But maybe many minutes, prior to where I had skipped ahead from.  Dealt with that anomaly.  Continued watching, about an hour into the game things took a weird turn.  Couldn't skip forward and it kept going back, almost to the beginning of the recording.  I had to quit out of Next and go a SageTV app on an Android device and watch the rest of the game in progress.  Which worked as it always does.
Now I am wondering if NextPVR does not allow watching recordings that are still in process so we can timeshift to skip the commercials. 


I am looking thru the logs.  If timeshifting is allowed, what are the keys I need to look for to help me understand what happened last night?

-Bill

Print this item

  help requested with sending IR Blast command with extra
Posted by: _Dam0_ - 2024-10-11, 07:22 AM - Forum: Extras - Replies (3)

here is extract of my extras-.xml file

Code:
<extras>
    <channel name="LiveTV">
<command>ffmpeg.exe</command>
<args>-i "http://IP:8866/live?channel=111" -vcodec copy -acodec copy -f mpegts - </args>
    </channel>
</extras>

im trying to get it to use plink.exe to send IR command, but it keeps getting ignored??

ive tried a *.bat file to run the commands sequentially, ive tried & symbol between commands, even tried start /B at beginning of line 1, but no joy.

Code:
    </channel>
    <channel name="LiveTv Test">
<command>C:\Users\Public\NPVR-data\scripts\LiveTVTest.bat</command>
<args></args>
    </channel>

where *.bat is
Code:
plink.exe to ip of IR blaster & pathtoFFMPEG.exe -i "streamIP/port" -vcodec copy -acodec copy -f mpegts -

any help much appreciated,
_Dam0_

edit - i should mention that channel change works fine via dos/windows, just seems to be ignored by nextpvr??

Print this item

Pages (6401): « Previous 1 … 59 60 61 62 63 … 6401 Next »
Jump to page 

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