Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. how to RECEIVE and transmit RTP stream over udp
QtWS25 Last Chance

how to RECEIVE and transmit RTP stream over udp

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
11 Posts 4 Posters 1.6k 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.
  • S Offline
    S Offline
    swansorter
    wrote on last edited by aha_1980
    #1

    hi guys
    can anyone give me small exemple how to use RTP with UDP

    raven-worxR 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      RTP already uses UDP. What exactly do you want to achieve ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • S Offline
        S Offline
        swansorter
        wrote on last edited by swansorter
        #3

        i want a program to receive stream of data (raw pixel data) over rtp protocol .
        basically i want simple receive and transmit program for rtp protocol

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Where does that stream come from ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply
          1
          • SGaistS SGaist

            Where does that stream come from ?

            S Offline
            S Offline
            swansorter
            wrote on last edited by swansorter
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You do realize that there's a lot of information missing like how you retrieve the data from that camera, how you are processing them, etc.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              S 1 Reply Last reply
              0
              • S swansorter

                hi guys
                can anyone give me small exemple how to use RTP with UDP

                raven-worxR Offline
                raven-worxR Offline
                raven-worx
                Moderators
                wrote on last edited by
                #7

                @swansorter
                RTP is just the transmission protocol btw. It says nothing about the (encoded) data it transports. Either you know what data it contains or you need to setup a RTCP stream or at least a SDP (Session Description Protocol).
                There is no simple one-for-all example.

                --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                If you have a question please use the forum so others can benefit from the solution in the future

                1 Reply Last reply
                2
                • SGaistS SGaist

                  You do realize that there's a lot of information missing like how you retrieve the data from that camera, how you are processing them, etc.

                  S Offline
                  S Offline
                  swansorter
                  wrote on last edited by swansorter
                  #8

                  @SGaist sir i only need to know how to receive and transmit data over rtp protocal
                  like
                  1.How to send data
                  2.how to do Data binding.

                  SGaistS 1 Reply Last reply
                  0
                  • S swansorter

                    @SGaist sir i only need to know how to receive and transmit data over rtp protocal
                    like
                    1.How to send data
                    2.how to do Data binding.

                    SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @swansorter said in how to RECEIVE and transmit RTP stream over udp:

                    @SGaist sir i only need to know how to receive and transmit data over rtp protocal
                    like
                    1.How to send data
                    2.how to do Data binding.

                    Then read the corresponding specs.

                    And if you want to do network streaming, use a library that already implements that like GStreamer.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    S 1 Reply Last reply
                    0
                    • SGaistS SGaist

                      @swansorter said in how to RECEIVE and transmit RTP stream over udp:

                      @SGaist sir i only need to know how to receive and transmit data over rtp protocal
                      like
                      1.How to send data
                      2.how to do Data binding.

                      Then read the corresponding specs.

                      And if you want to do network streaming, use a library that already implements that like GStreamer.

                      S Offline
                      S Offline
                      swansorter
                      wrote on last edited by
                      #10

                      @SGaist just i want know how to send command like ("helloworld")

                      Pablo J. RoginaP 1 Reply Last reply
                      0
                      • S swansorter

                        @SGaist just i want know how to send command like ("helloworld")

                        Pablo J. RoginaP Offline
                        Pablo J. RoginaP Offline
                        Pablo J. Rogina
                        wrote on last edited by
                        #11

                        @swansorter said in how to RECEIVE and transmit RTP stream over udp:

                        just i want know how to send command like ("helloworld")

                        Have you asked your friend Google already?
                        Like this SO question for instance...

                        Upvote the answer(s) that helped you solve the issue
                        Use "Topic Tools" button to mark your post as Solved
                        Add screenshots via postimage.org
                        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

                        1 Reply Last reply
                        1

                        • Login

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