How to set video streaming using TCP instead of UDP

Paul Yuen's icon

Hi All,

I am trying to stream video using either jit.broadcast or jit.qt.broadcast using TCP instead of UDP. Does anyone if there is anyone to achieve that?

Many thanks.

Paul

Paul Yuen's icon

Sorry to clarify...

I have tried using jit.broadcast and jit.qu.broadcast objects before to stream video via unicast successfully. However, the default protocol seems to be using UDP instead of TCP. For my project, I would like to use TCP instead. Does anyone know if there is a way to set the object?

Thanks.
Paul

Joshua Kit Clayton's icon

This is not supported in jit.broadcast or jit.qt.broadcast. You can,
however, use jit.net.send/recv to send uncompressed video/matrix data
via TCP. We will be publishing the protocol which jit.net.send uses
shortly for those of you wishing to write your own code to handle or
generate the TCP matrix stream.

-Joshua

Paul Yuen's icon

Thanks for the info, that will be very helpful indeed!

Cheers,
Paul