Replies: 1 comment
-
Unless that FAQ is outdated and you're going by some working example, I don't see how https://ffmpegwasm.netlify.app/docs/faq/#is-rtsp-supported-by-ffmpegwasm |
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
-
Question
I have created and published a stream to an RTSP endpoint using mediamtx and ffmpeg.
I am also able to listen to it and capture frames and save them locally via:
ffmpeg -rtsp_transport tcp -i rtsp://localhost:8554/mystream -frames:v 1 output.jpg
But when I try to do the same in a browser environment; websocket connection is refused.
Here I am trying to just validate an RTSP EP
And while the function returns true
If I proceed to take snapshots, I get null
Beta Was this translation helpful? Give feedback.
All reactions