I want to get the video of camera with rtsp protocol. For a stable media connection, I must set the rtsp_transport to tcp, how to do?
In addition, I have build a simple player using libQmlAv, but the effect of playing is not good, that there is a very long delay about 10sec. How can I solve it?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41752578-how-to-set-rtsp_transport-to-tcp-when-i-use-libqmlav?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github).
Hi wang-bin:
I want to get the video of camera with rtsp protocol. For a stable media connection, I must set the
rtsp_transport
totcp
, how to do?In addition, I have build a simple player using libQmlAv, but the effect of playing is not good, that there is a very long delay about 10sec. How can I solve it?