Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Multimedia
  4. Reading RTP ethernet Camera Stream formatted to H264

Reading RTP ethernet Camera Stream formatted to H264

Scheduled Pinned Locked Moved Unsolved Qt Multimedia
5 Posts 4 Posters 736 Views 1 Watching
  • 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
          • Nhan NguyenN Nhan Nguyen moved this topic from General and Desktop on
          • mrdebugM Offline
            mrdebugM Offline
            mrdebug
            wrote last edited by
            #5

            https://github.com/denisgottardello/QtFFmpegPlayer
            The most part of rtsp cameras work in tcp or udp. Some cameras only udp. Please have a look at the rtsp transport parameter in the main form.

            Need programmers to hire?
            www.labcsp.com
            www.denisgottardello.it
            GMT+1
            Skype: mrdebug

            1 Reply Last reply
            0

            • Login

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