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 … 6 7 8 9 10 … 26 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
Online

Posting Freak

Ontario Canada
Posts: 45,334
Threads: 867
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
Online

Posting Freak

Ontario Canada
Posts: 45,334
Threads: 867
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
Online

Posting Freak

Ontario Canada
Posts: 45,334
Threads: 867
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
  How can I change the displayed channel name? Deihmos 13 464 2023-01-17, 01:35 PM
Last Post: mvallevand
  Current extras tuner process not stopped when recording on another channel is schedul greatwhitenorth 4 183 2022-12-04, 09:37 PM
Last Post: greatwhitenorth
  channel updates superray2 1 153 2022-12-02, 05:18 PM
Last Post: sub
  Channel scan only find the 1st virtual channel in frequency thetrio 29 908 2022-11-07, 11:35 PM
Last Post: sub
  Channel count different between Linux and Windows chrisbtx 1 152 2022-10-04, 05:31 PM
Last Post: mvallevand
  Several IPTV Channels Fail To Play yuljk 13 706 2022-07-02, 08:29 PM
Last Post: yuljk
  channels renumbered when ONE channel is added? markosjal 1 256 2022-05-22, 01:05 PM
Last Post: mvallevand
  avoiding multiple appearances of the same channel markosjal 1 270 2022-05-12, 05:16 AM
Last Post: sub
  nextpvr iptv live play hangs ckruijntjens 1 305 2022-03-13, 05:16 PM
Last Post: sub
  playback recording fails TuxTiger 2 340 2022-03-11, 05:17 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode