Answer the question
In order to leave comments, you need to log in
How to save video stream transmitted via websockets?
There is a video player on the site https://teddyfood.com/en/animals/Tikhon , I want to figure out how to save the video stream that it shows. If you look through the developer console, you can see that a websocket connection is being established with wss://sr20.ipeye.ru/ws/flv/live?name=As8KlaROArix7OBtFy5MLeXeSXSPa6 , some binary data is being transmitted inside the stream, I assume that these are video fragments. I want to save this stream and try to set ffmpeg on it. But I can't figure out how this binary stream can be saved.
Tried via websocat , but it fails with an error:
websocat "wss://sr20.ipeye.ru/ws/flv/live?name=As8KlaROArix7OBtFy5MLeXeSXSPa6" -b
websocat: WebSocketError: WebSocket response error
websocat: error running
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question