Hi all,
As you know Null and NullCrx links are using tcp transmission t send video frames. I modify the links to send frames over UDP. But because of MTU, I couldnt send all frames wit single UDP packet. It works with tcp by sending video stream frame by frame but udp not because of MTU. Do you have any opinion or example about this ?
Regards