rtsp-client-android icon indicating copy to clipboard operation
rtsp-client-android copied to clipboard

Rtsp using transport udp

Open OctavianIonel opened this issue 2 years ago • 2 comments

Hello @alexeyvasilyev @jpage4500 @dstukalov @Fruchtzwerg94 @asmaamirkhan, Is it possible to change the setup command to have udp instead of tcp?

Transport: RTP/AVP;unicast;client_port=4588-4589

I removed interleaved and added client_port but seems there are issues reading the data (mainly in RtspClient::readRtpData). Also which values to use for the client port? Thanks for your help.

OctavianIonel avatar Sep 29 '22 19:09 OctavianIonel

hi @alexeyvasilyev any suggestion how to change the readRtpData() method for reading the stream over UDP?

OctavianIonel avatar Oct 03 '22 16:10 OctavianIonel

Currently library designed with TCP only.

alexeyvasilyev avatar Feb 28 '23 15:02 alexeyvasilyev