RTMP to RTP server directly #593
RomanGalo4kin
started this conversation in
General
Replies: 1 comment
-
RTP is used as part of the RTSP implementation, not the RTMP one. The difference between RTP and RTSP is that the latter adds an initial handshake that allows to send the track list and the codec list to the client, then the transmission works almost in the same way, by using RTP packets. There's not a difference in performance. You can transmit a RTMP stream from a camera to the server, and then proxy it by using RTSP, conversion is transparent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to proxy video & audio tracks to RTP server directly? I mean RTP chunks.
Because, I see that here "rtp" lib from "pion" is used. But in the RMTP specification, I do not find any word about "RTP". So, why this library was used?
https://github.com/aler9/rtsp-simple-server/blob/main/internal/core/rtmp_conn.go
Beta Was this translation helpful? Give feedback.
All reactions