Skip to content
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

Streaming is aborted on lost input signal #68

Open
kunkku opened this issue Aug 9, 2019 · 2 comments
Open

Streaming is aborted on lost input signal #68

kunkku opened this issue Aug 9, 2019 · 2 comments

Comments

@kunkku
Copy link
Contributor

kunkku commented Aug 9, 2019

Video streaming is aborted when the input SDI signal is lost. Therefore, even a short anomaly in the signal can interrupt the streaming without the operator noticing. The expected behavior is to continue streaming automatically when the signal is restored.

@jlauha
Copy link
Contributor

jlauha commented Aug 9, 2019

Is it known yet at which component this fault is in?
Like, (a) inside h264 encoder and its firmware, or (b) bmd-streamer binary, or (c) ffmpeg, or (d) in the backend?

@kunkku
Copy link
Contributor Author

kunkku commented Aug 9, 2019

bmd-streamer closes stdout and exits when the signal is lost, which also causes ffmpeg to exit. My understanding is that this is a feature, not a fault. As regards streaming, it would be possible to just restart these programs. Recording would require something more advanced to prevent ffmpeg from overwriting the video captured before the loss of signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants