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
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
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
2022-02-24, 07:35 AM
OK That fixed it thank you Martin,.
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
2022-02-24, 03:32 PM
You can put a delay in PreStartup.sh if your machine needs it.
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
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 Note I don't help with personal scripts so I help those get you going.
2022-02-24, 07:17 PM
many thanks Martin
|
|