Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Reading RTP ethernet Camera Stream formatted to H264
Forum Updated to NodeBB v4.3 + New Features

Reading RTP ethernet Camera Stream formatted to H264

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 157 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MaximBozek
    wrote on last edited by MaximBozek
    #1

    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.

    M jsulmJ JoeCFDJ 3 Replies Last reply
    0
    • M MaximBozek

      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.

      M Offline
      M Offline
      MaximBozek
      wrote on last edited by MaximBozek
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • M MaximBozek

        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.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @MaximBozek Take a look at last post here: https://forum.qt.io/topic/131024/playing-rtp-stream-on-windows-with-qt-6-2/5

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • M MaximBozek

          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.

          JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by JoeCFD
          #4

          @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

          1 Reply Last reply
          2

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved