NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 15 16 17 18 19 … 34 Next »
After selecting the first channel, changing it fails to play

 
  • 0 Vote(s) - 0 Average
After selecting the first channel, changing it fails to play
apsmckernan@hotmail.com
Offline

Junior Member

UK
Posts: 3
Threads: 1
Joined: Jan 2022
#1
2022-01-10, 06:20 PM
NextPVR had been working well but I have upgraded a few things and I no longer have the ability to change the channel without rebooting the server.  It seems strange because I can still connect via my phone to the local server on port 8866 and watch live TV from it. 

A brief description of my setup

I am running NextPVR version 5.2.4.220103  on Ubuntu server version 20.04.3 LTS and and accessing it from LibreELEC 10.0.1 running on a Raspberry PI4.
On the Ubuntu server I have a Hauppauge WinTV-quadHD card which takes in the local TV signal.  

I seem to have errors when checking if the service is running.  I have also attached log files.  I hope someone can help Smile

andrew@mediaserver:~$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
    Loaded: loaded (/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
    Active: active (running) since Mon 2022-01-10 17:55:51 UTC; 6min ago
    Process: 971 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
  Main PID: 1013 (dotnet)
      Tasks: 32 (limit: 18874)
    Memory: 235.9M
    CGroup: /system.slice/nextpvr-server.service
            ├─1013 /opt/dotnet/dotnet /opt/nextpvr/system/NextPVRServer.dll
            ├─1471 /opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux -listen:44745 -typeBig GrinVB-T -device:adapter3/frontend0 -instance:1 -parent:1013 -primed
            ├─1473 /opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux -listen:38757 -typeBig GrinVB-T -device:adapter2/frontend0 -instance:1 -parent:1013 -primed
            ├─1475 /opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux -listen:38709 -typeBig GrinVB-T -device:adapter1/frontend0 -instance:1 -parent:1013 -primed
            └─1477 /opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux -listen:40121 -typeBig GrinVB-T -device:adapter0/frontend0 -instance:1 -parent:1013 -primed

Jan 10 17:55:51 mediaserver systemd[1]: Started NextPVRServer.
Jan 10 17:57:29 mediaserver server.sh[1471]: /var/opt/nextpvr/adapter3-DVB-T-channels.conf: No such file or directory
Jan 10 17:57:29 mediaserver server.sh[1473]: /var/opt/nextpvr/adapter2-DVB-T-channels.conf: No such file or directory
Jan 10 17:57:29 mediaserver server.sh[1475]: /var/opt/nextpvr/adapter1-DVB-T-channels.conf: No such file or directory
Jan 10 17:58:13 mediaserver server.sh[1471]: /var/opt/nextpvr/adapter3-DVB-T-channels.conf: No such file or directory
Jan 10 17:58:13 mediaserver server.sh[1473]: /var/opt/nextpvr/adapter2-DVB-T-channels.conf: No such file or directory
Jan 10 17:58:13 mediaserver server.sh[1475]: /var/opt/nextpvr/adapter1-DVB-T-channels.conf: No such file or directory
Jan 10 18:02:07 mediaserver server.sh[1471]: /var/opt/nextpvr/adapter3-DVB-T-channels.conf: No such file or directory
Jan 10 18:02:07 mediaserver server.sh[1473]: /var/opt/nextpvr/adapter2-DVB-T-channels.conf: No such file or directory
Jan 10 18:02:07 mediaserver server.sh[1475]: /var/opt/nextpvr/adapter1-DVB-T-channels.conf: No such file or directory
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#2
2022-01-10, 06:42 PM (This post was last modified: 2022-01-10, 06:45 PM by mvallevand.)
You should have uploaded all your zipped logs. Did you start with 5.2.4 or did you upgrade, there was a bug with copying the tuning files in previous versions that I was hoping was fixed in 5.2.4

In any case to correct the issue

- restart the nextpvr-service
- use the trash can to delete each of the channels on adapters 1,2 and 3.
- make sure all the channels you want are scanned on adapter0 properly.
- go back into each of the other adapters and copy the setup when promoted.
- if the channels are duplicated in the guide go to Settings->Guide Tools and Automerge

Martin
apsmckernan@hotmail.com
Offline

Junior Member

UK
Posts: 3
Threads: 1
Joined: Jan 2022
#3
2022-01-10, 08:17 PM
(2022-01-10, 06:42 PM)A Big Thank you Martin.  I have followed your instructions and it is now working   RESOLVEDmvallevand Wrote: You should have uploaded all your zipped logs.  Did you start with 5.2.4 or did you upgrade, there was a bug with copying the tuning files in previous versions that I was hoping was fixed in 5.2.4

In any case to correct the issue

- restart the nextpvr-service
- use the trash can to delete each of the channels on adapters 1,2 and 3. 
- make sure all the channels you want are scanned on adapter0 properly. 
- go back into each of the other adapters and copy the setup when promoted.
- if the channels are duplicated in the guide go to Settings->Guide Tools and Automerge

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#4
2022-01-10, 08:21 PM
Great thanks. Can you tell me if you installed 5.2.4 directly or used an earlier version to configure it? I am hoping this is resolved for new users.

Martin
apsmckernan@hotmail.com
Offline

Junior Member

UK
Posts: 3
Threads: 1
Joined: Jan 2022
#5
2022-01-11, 04:08 PM
I had 5.2.3.x on not sure of the exact version. I was having the same problem with 5.2.3.x and upgraded it to 5.2.4.220103 hoping to fix the issue.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#6
2022-01-11, 04:11 PM
Good to know thanks, the issue wasn't addressed until 5.2.4 You might want to bookmark this thread since the same steps are required if you ever have to rescan and save changes.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Server crash changing channels VCR58 7 506 2025-03-27, 03:17 PM
Last Post: VCR58
  Extra - {channel} argument not working? blitz2kx 2 496 2024-06-11, 03:54 PM
Last Post: blitz2kx
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,068 2024-03-03, 01:49 PM
Last Post: mvallevand
  Congog file keeps changing WagMan 3 537 2024-01-06, 02:21 PM
Last Post: WagMan
  HDHomerun channel scan not working WagMan 2 699 2023-12-06, 02:38 PM
Last Post: mvallevand
  Different Errors depending on channel (no tuner found/transcoding Error) idefixrc 3 762 2023-11-21, 12:45 PM
Last Post: mvallevand
  Australian IPTV Channel 10 refusing "VLC/2.2.6 LibVLC/2.2.6" header Leigh 1 728 2023-10-23, 11:46 AM
Last Post: mvallevand
  No regions or auto-detect in channel scan Paul_G 1 564 2023-08-04, 02:03 PM
Last Post: mvallevand
  Sometimes stream fails VCR58 5 788 2023-07-15, 12:45 AM
Last Post: mvallevand
Photo Copy Channel Lineup in Linux boukmandutty 11 1,583 2023-06-15, 06:53 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode