Replies: 1 comment
-
displaying an RTSP stream in a browser is impractical so we need to convert the stream in a format that we can decode in the browser. That's what we use ffmpeg for—to convert an RTSP stream into an MPEG1 stream. |
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
-
In general, I understand that in order to display rtsp on the web, it must be encoded with ffmpeg and displayed as hls.
Can you explain the logic?
Beta Was this translation helpful? Give feedback.
All reactions