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

AVTP Sequence number mismatch #918

Open
ShanmathiP opened this issue Jul 15, 2021 · 0 comments
Open

AVTP Sequence number mismatch #918

ShanmathiP opened this issue Jul 15, 2021 · 0 comments

Comments

@ShanmathiP
Copy link

Test Setup

Send ts video file stream from talker to Listener.
Talker- AVB enabled device via an AVB aware Ethernet switch, using ptp4l and switch acting as PTP grandmaster
Listener - Linux PC
force linux PC to act as a slave -> daemon_cl eth -V -E -INITSYNC 0 -F gptp_cfg.ini
gst is enabled -> AVB_FEATURE_GSTREAMER ?= 1

gst command from Talker

gst-launch-1.0 filesrc location=/input_1280x720.ts ! video/mpegts, systemstream=true ! v4l2sink sync=true device=device show-preroll-frame=false

Open AVB command

./openavb_harness -I enp2s0 mpeg2ts_gst_listener.ini

I am able to capture the ts file contents at Linux PC.
We are currently facing packet loss and also noticed the following info upon execution.

[1626196957:919975666 OPENAVB Raw Socket] INFO: Using atl implementation
[1626196961:248332140 OPENAVB AVTP] INFO: AVTP sequence mismatch: expected: 1, got: 0, lost 255
[1626196961:248817954 OPENAVB AVTP] INFO: AVTP sequence mismatch: expected: 2, got: 1, lost 255

Is there any start offset to be defined for configuring the AVTP sequence start?
Based on the above message it appears that there is always a difference of 1 sequence number, between expected and got value.

Any hint to resolve this issue would be of great help.

Thanks & Regards,
Shanmathi P

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