bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.51k stars 1.58k forks source link

Use transcoding to stream the rtsp camera into flv data and send it out. The front end uses flv.js to play. But if my rtsp address has a long streaming event, the front end flv.js will load slowly, perhaps for a few minutes. Does anyone know what this is about #1965

Open lvzhouzhijun opened 1 year ago

lvzhouzhijun commented 1 year ago

But my flv.js can receive the streaming data sent by the backend. It is always loaded and does not display the screen. I can use ffmpeg for streaming without this problem

lvzhouzhijun commented 1 year ago

This problem occurs when streaming for a long time