You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I liked this application ffpyplayer, I was able to find examples of how to put buttons in the kivy application, but I couldn't reproduce the desktop screen and I couldn't reduce the delay of the live stream, which was a few seconds. I haven't found many ways to embed ffplay in a window.
The command to play the RTSP live stream with little delay that I found is this, ffplay plays well images from security cameras with support for ONVIF protocol, 1080p image, H.264 or H.265:
I understand that it is difficult to have a camera on hand to test the RTSP stream, but there is ONVIF server software that emulates a camera stream to play files or the desktop screen, for example.
Could you tell me how I can set the ffplay command flags in ffpyplayer?
Another thing is about the log, I tried leaving log_level = 'error', but I continued to have debug type messages. Then I tried other ways, but I didn't have much success.
Hello,
I liked this application ffpyplayer, I was able to find examples of how to put buttons in the kivy application, but I couldn't reproduce the desktop screen and I couldn't reduce the delay of the live stream, which was a few seconds. I haven't found many ways to embed ffplay in a window.
To replicate the desktop:
The command to play the RTSP live stream with little delay that I found is this, ffplay plays well images from security cameras with support for ONVIF protocol, 1080p image, H.264 or H.265:
I understand that it is difficult to have a camera on hand to test the RTSP stream, but there is ONVIF server software that emulates a camera stream to play files or the desktop screen, for example.
If I run ffplay directly, there is practically no delay, but with the test.py example, the user can already notice that there is a delay.
The exemple https://github.com/matham/ffpyplayer/blob/master/examples/test.py
ONVIF server software:
https://www.happytimesoft.com/products/onvif-server/index.html
Could you tell me how I can set the ffplay command flags in ffpyplayer?
Another thing is about the log, I tried leaving
log_level = 'error'
, but I continued to have debug type messages. Then I tried other ways, but I didn't have much success.The text was updated successfully, but these errors were encountered: