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 … 14 15 16 17 18 … 34 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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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: 106,626
Threads: 767
Joined: Nov 2003
#5
2022-02-24, 03:32 PM
You can put a delay in PreStartup.sh if your machine needs it.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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: 2 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR can't open RAI (Italian main TV channels) links f2fg 17 2,896 2025-03-29, 10:15 AM
Last Post: alice_anto
  Linux install failed -- permission denied? FrogFan 4 391 2025-03-26, 12:39 AM
Last Post: FrogFan
  Guide data issue using NextPVR in a Proxmox LXC njc 10 777 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 392 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 1,172 2025-02-04, 05:23 PM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 812 2024-12-20, 03:23 AM
Last Post: ballfam
  Colossus 2 and nextpvr Iriman 53 4,406 2024-12-16, 02:32 AM
Last Post: ehfortin
  [Failed: No errors, but no data delivered. This is usually because the device failed Bobthegoldfish 3 273 2024-11-29, 12:49 AM
Last Post: mvallevand
  NextPVR user1232 1 283 2024-11-09, 11:21 AM
Last Post: mvallevand
  How does NextPVR separate TV from VOD ? FrankBKK 8 733 2024-10-30, 06:17 AM
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