media/library/rtsp
claincly 68b2875a42 Move RTP packet forwarding off playback thread.
Previously, RTSP interleaved binary data is posted onto the playback thread
for handling, the playback thread then adds the received data to a queue.
A loader thread will later dequeue the data and process it.

In this CL, the binary data is sent through a separate listener, on
RtspMessageChannel's RTSP receiving thread.

#minor-release

PiperOrigin-RevId: 375907609
2021-05-27 10:37:39 +01:00
..
src Move RTP packet forwarding off playback thread. 2021-05-27 10:37:39 +01:00
build.gradle Publish ExoPlayer's support for RTSP. 2021-04-27 17:41:38 +01:00