lu-zero / libbmd

C wrapper over Blackmagic Devices Decklink C++ api
GNU General Public License v3.0
9 stars 9 forks source link

A/V drift after unpluging HDMI #17

Open nrmmota opened 8 years ago

nrmmota commented 8 years ago

If I unplug and plug HDMI back again the audio video drifts apart a few ms.

The only way to fix this is to restart the avconv process. Is there a way to signal avconv upper layer to reset the decklink capture?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32878516-a-v-drift-after-unpluging-hdmi?utm_campaign=plugin&utm_content=tracker%2F256780&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F256780&utm_medium=issues&utm_source=github).
lu-zero commented 8 years ago

Possibly we can have a specific return value and on the avconv side try to adapt but I'm not really sure something more than have an EOF simulated in the situation could be done if the drift is caused in the decklink side.