QT Widget To Show RTSP Video Stream
-
Hi, there.
I am a total beginner to QT but already have a solid grasp in Python Programming. I want to create a QT app where I can stream my IP camera video via RTSP protocol. However, I have no clue which QT widget to use for the video stream.
Can anyone shed some light on this?
Thank you.
-
Hi, there.
I am a total beginner to QT but already have a solid grasp in Python Programming. I want to create a QT app where I can stream my IP camera video via RTSP protocol. However, I have no clue which QT widget to use for the video stream.
Can anyone shed some light on this?
Thank you.
@clandestine Hi!
Take a look at https://forum.qt.io/topic/95989/rtsp-stream-with-qt/3 -
@clandestine Hi!
Take a look at https://forum.qt.io/topic/95989/rtsp-stream-with-qt/3@jsulm Thank you. I gotta take a look at it.