Reading RTP ethernet Camera Stream formatted to H264
-
Hi,
I am trying to read an RTP stream from an ethernet camera in Qt 5.15. How can I do this? Are there Qt libraries that support this?
I know my camera is working correctly because I see packets coming through from the IP of the camera via Wireshark
I tried some code using GStreamer, but nothing really worked. The project is C++ with QML front-end.
-
Hi,
I am trying to read an RTP stream from an ethernet camera in Qt 5.15. How can I do this? Are there Qt libraries that support this?
I know my camera is working correctly because I see packets coming through from the IP of the camera via Wireshark
I tried some code using GStreamer, but nothing really worked. The project is C++ with QML front-end.
This post is deleted! -
Hi,
I am trying to read an RTP stream from an ethernet camera in Qt 5.15. How can I do this? Are there Qt libraries that support this?
I know my camera is working correctly because I see packets coming through from the IP of the camera via Wireshark
I tried some code using GStreamer, but nothing really worked. The project is C++ with QML front-end.
@MaximBozek Take a look at last post here: https://forum.qt.io/topic/131024/playing-rtp-stream-on-windows-with-qt-6-2/5
-
Hi,
I am trying to read an RTP stream from an ethernet camera in Qt 5.15. How can I do this? Are there Qt libraries that support this?
I know my camera is working correctly because I see packets coming through from the IP of the camera via Wireshark
I tried some code using GStreamer, but nothing really worked. The project is C++ with QML front-end.
@MaximBozek Gstreamer version and OS? Qt 5 supports running gstreamer pipeline in multimedia module. However, it is better to use gstreamer + qml sink directly and you can have better control.
Did you try QML sink example?
https://github.com/GStreamer/gst-plugins-good/blob/master/tests/examples/qt/qmlsink/main.cpp