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 … 8 9 10 11 12 … 28 Next »
Maybe I broke NextPVR but... Failed to start stream is happening

 
  • 0 Vote(s) - 0 Average
Maybe I broke NextPVR but... Failed to start stream is happening
Armsp0
Offline

Junior Member

New Zealand
Posts: 34
Threads: 8
Joined: Jan 2022
#1
2022-02-24, 03:07 AM
Can scan all channels OK but when I attempt to watch any of them this failed to start stream error occurs. Worked great until recently


Attached Files
.zip   logs-20220224-1556.zip (Size: 1.52 MB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,298
Threads: 889
Joined: May 2006
#2
2022-02-24, 03:11 AM (This post was last modified: 2022-02-24, 03:13 AM by mvallevand.)
If you restart the service without rebooting does it work? I This message

2022-02-17 19:01:13.281 [ERROR][1] ERROR: Open frontend0 failed
ERROR: Open frontend0 failed

could mean that NextPVR is starting before the tuner is available. If not your tuner might not be connected.

Martin
Armsp0
Offline

Junior Member

New Zealand
Posts: 34
Threads: 8
Joined: Jan 2022
#3
2022-02-24, 07:35 AM
OK That fixed it thank you Martin,.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,298
Threads: 889
Joined: May 2006
#4
2022-02-24, 03:27 PM
It won't really be fixed because you still will have this issue on reboot. I can't remember if sub implemented a better solution but there are things we can do to workaround this in your startup script if you'd like.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 103,905
Threads: 752
Joined: Nov 2003
#5
2022-02-24, 03:32 PM
You can put a delay in PreStartup.sh if your machine needs it.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,298
Threads: 889
Joined: May 2006
#6
2022-02-24, 03:45 PM (This post was last modified: 2022-02-24, 07:26 PM by mvallevand.)
Ok, I thought you had added a check other then then reset in the browser to address this common issue.

I posted a possible script here https://forums.nextpvr.com/showthread.ph...#pid530707 and you can also check for the device itself via a script (see next post)

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,298
Threads: 889
Joined: May 2006
#7
2022-02-24, 04:25 PM
Since I haven't posted this script this one waits up to 30 seconds for adapter0 to start, YMMV.

Code:
#!/bin/bash
for i in {0..30}
do
echo $i
if [ -e /dev/dvb/adapter0/frontend0 ] ; then
   break
fi
sleep 1
done

Note I don't help with personal scripts so I help those get you going.
Armsp0
Offline

Junior Member

New Zealand
Posts: 34
Threads: 8
Joined: Jan 2022
#8
2022-02-24, 07:17 PM
many thanks Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR can't open RAI (Italian main TV channels) links f2fg 10 120 2023-09-18, 05:22 PM
Last Post: mvallevand
  WinTV Dual HD tuner not detecting through NextPVR on RPI joshdee 11 217 2023-09-11, 09:39 PM
Last Post: LynnO
  Nextpvr + Jellyfin JumboAg 3 102 2023-08-31, 01:41 PM
Last Post: mvallevand
  NextPVR on Ubuntu 22.04 adwsail 29 386 2023-08-30, 07:51 PM
Last Post: mvallevand
  NextPVR won't install Paul_G 4 164 2023-07-26, 03:34 PM
Last Post: mvallevand
  Sometimes stream fails VCR58 5 137 2023-07-15, 12:45 AM
Last Post: mvallevand
  Streaming Failed (transcoder exited) DHdm 1 122 2023-06-17, 02:47 AM
Last Post: mvallevand
  Nextpvr Has Stopped Recording Mark_S 4 155 2023-05-28, 04:27 PM
Last Post: Mark_S
  how can I disable NextPVR on Pi3 markosjal 0 103 2023-05-27, 05:45 PM
Last Post: markosjal
  Streaming Failed (transcoder exited) ag100pct 10 354 2023-05-05, 02:26 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