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

Epiphan API seems to be blocking #115

Open
dzhoshkun opened this issue May 15, 2019 · 1 comment
Open

Epiphan API seems to be blocking #115

dzhoshkun opened this issue May 15, 2019 · 1 comment

Comments

@dzhoshkun
Copy link
Contributor

When using the broadcast daemon at an artificial frame rate of 80, it looks like the Epiphan video source always runs at most at 60 fps. So, possibly the Epiphan API calls are blocking. This is the conclusion Richard M, Richard W and I have reached on 15 May 2019.

As such, if this is indeed the case, there's no point in the broadcast daemon sleeping to enforce the frame rate, as it's implicitly enforced. A quick workaround is to specify a higher frame rate such as the artificial one quoted above.

@dzhoshkun
Copy link
Contributor Author

A Windows test script for testing lag:

@echo off
setlocal ENABLEDELAYEDEXPANSION
FOR /L %%I (1,1,500000) DO (
echo !time!
)

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

1 participant