-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Stream Notifier #101
Comments
This is something I'm not 100% sure if it's feasible without using ffmpeg and I'd like to avoid using it just for this feature (pretty overkill). |
:) |
That would not guarantee that the tiny looping video will have the same encoding as the previously running stream which will confuse the client running the stream. The tiny looping video should match the mime-type initially sent via the HTTP header which is derived from the original source stream that "failed". However, I've never really tried it as I figured it would be a pain if my assumptions above are correct. |
Maybe I'll give it a shot in my fork ;) I want to learn Go anyways, it'd be a good excercise. Same with integrating ffmpeg... for some clients, i can see that being beneficial, but it would make the container's pretty big if I do it the way I'm thinking lololol |
Sure! Feel free to create a PR for this if you're able to figure out an easy way to do it. I'm not planning on doing this anytime soon |
:) https://n1u5.c15.e2-5.dev/kp-cdn/channel-offline-1.mp4 I really like that first one, other than AI spelt channel wrong in it lol |
Any way a "This Stream Has Failed" image or looping vid could be added in for when a stream fails?
The text was updated successfully, but these errors were encountered: