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

ZeroMQ input not usable in SFN #6

Closed
mpbraendli opened this issue Aug 9, 2014 · 3 comments
Closed

ZeroMQ input not usable in SFN #6

mpbraendli opened this issue Aug 9, 2014 · 3 comments
Assignees
Labels

Comments

@mpbraendli
Copy link
Member

The assembly of ETI frames into transmission frames is not checked for alignment contiuously. It is only checked once at startup. This is why when using the ZeroMQ input, a zmq message must contain four ETI frames, so that this alignment is never disturbed.

But in an scenario with timestamped transmission, once the modulator is streaming, it is expected that no incoming ETI frames get dropped. However, ZeroMQ doesn't guarantee that all frames reach the modulator. If we only lose a few, and the buffer is still large enough to sustain streaming, the UHD output will not interrupt, and the system will be transmitting timestamped frames at the wrong point in time.

This breaks the SFN feature.

@mpbraendli mpbraendli added the bug label Aug 9, 2014
@mpbraendli mpbraendli self-assigned this Aug 9, 2014
mpbraendli added a commit that referenced this issue Sep 13, 2014
This is the first step to fix issue #6.

The goal is to enable the OutputUHD to check
for FCT consistency. Once it can do that,
it will also be able to reset the UHD streamer if
necessary.
@mpbraendli
Copy link
Member Author

Commit 11295ea closes this bug.

@ghost
Copy link

ghost commented Sep 26, 2014

OH WOW!

Congratulations!

=)

On 26 September 2014 10:29, Matthias P. Braendli notifications@github.com
wrote:

Closed #6 #6.


Reply to this email directly or view it on GitHub
#6 (comment).

@mpbraendli
Copy link
Member Author

Thanks !
But this bugfix doesn't imply that SFN is the most stable feature the mmbTools offers. ;-) Testing reports are welcome !

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

No branches or pull requests

1 participant