membraneframework / membrane_core

The core of the Membrane Framework, multimedia processing framework written in Elixir
https://membrane.stream
Apache License 2.0
1.31k stars 39 forks source link

Allow for streaming RTP with TCP when using RTSP #697

Closed Noarkhh closed 9 months ago

Noarkhh commented 11 months ago

RTSP protocol describes functionality of streaming RTP through the same socket RTSP negotiation used: https://www.rfc-editor.org/rfc/rfc7826.html#section-14. The resulting RTP stream will be encapsulated (as described by the specification) and needs to be depayloaded and separated from RTSP packets.