-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Feature Suggestion: Stream Fallback Source #4
Comments
You can try to pull out the camera wire during a stream right now and see image with "NO SIGNAL". The broadcast will resume if the wire is connected again. Is this what you want? |
Only half of it. This is already better than mjpg-streamer but I'd imagine a --fallback-jpg or --fallback-mjpg option, where we can give the path of a jpg file to show instead of the "NO SIGNAL" or the path to a video file (mjpg to keep things simple) that would be looped instead until the signal returns. |
I can make the |
MJPG can very well be a video format outside of HTTP, see https://www.redsharknews.com/production/item/3209-why-would-canon-use-mjpeg-for-video-in-the-new-1-dx-mk-ii Resolution would be up to the user to match to the stream and the "player" would just loop thru each frame in the specified framerate of the stream. |
Oookay that's interesting. Sounds like non-standard format. https://en.wikipedia.org/wiki/Motion_JPEG#Disadvantages
|
ye, currently it's mostly wrapped in mov files. |
Ok, I'll do the first option, but I'm not sure about the second one. It will complicate the already complex server too much. At least as I imagine it now. |
Try it. Option |
@chron0 I added error handling, now this feature is done. |
* Support multiple (audio+video) streams in demo janus client (#4) * Support multiple (audio+video) streams in demo janus client * Adjust wording in H264 guide * Use consistent braces style Co-authored-by: Louis Goessling <louis@goessling.com>
I'll just throw it in here for discussion: Wouldn't it be a good benefit to have a fallback option for the streamer, if the USB device is disconnected or doesn't stream data anymore, to have an option to detect source disconnection/stream-stall and stream either a JPG as fallback "source" or loop an mjpg video instead...
The text was updated successfully, but these errors were encountered: