Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. Ask your questions right here!
  3. multiple rtsp stream using voxl-streamer on same port ?

multiple rtsp stream using voxl-streamer on same port ?

Scheduled Pinned Locked Moved Ask your questions right here!
12 Posts 2 Posters 1.7k 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.
  • Vaibhav UsapkarV Offline
    Vaibhav UsapkarV Offline
    Vaibhav Usapkar
    Contributor
    wrote on last edited by
    #1

    @Chad-Sweet @modaltb @Alex-Gardner
    I have streamed 2 HiRes (IMX 412) video at 3840x2160 using voxl-streamer on 2 different URLs "rtsp://169.254.4.1:8900/live" & "rtsp://169.254.4.1:8901/live".
    Is it possible to stream 2 videos on same port say 8900 and just change /live1 and /live2 extension ?
    e.g stream 1=> rtsp://169.254.4.1:8900/live1
    stream 2=> rtsp://169.254.4.1:8900/live2

    Eric KatzfeyE 1 Reply Last reply
    0
    • Vaibhav UsapkarV Vaibhav Usapkar

      @Chad-Sweet @modaltb @Alex-Gardner
      I have streamed 2 HiRes (IMX 412) video at 3840x2160 using voxl-streamer on 2 different URLs "rtsp://169.254.4.1:8900/live" & "rtsp://169.254.4.1:8901/live".
      Is it possible to stream 2 videos on same port say 8900 and just change /live1 and /live2 extension ?
      e.g stream 1=> rtsp://169.254.4.1:8900/live1
      stream 2=> rtsp://169.254.4.1:8900/live2

      Eric KatzfeyE Offline
      Eric KatzfeyE Offline
      Eric Katzfey
      ModalAI Team
      wrote on last edited by
      #2

      @Vaibhav-Usapkar You would need to modify the voxl-streamer source code but should be fairly straightforward.

      Vaibhav UsapkarV 1 Reply Last reply
      0
      • Eric KatzfeyE Eric Katzfey

        @Vaibhav-Usapkar You would need to modify the voxl-streamer source code but should be fairly straightforward.

        Vaibhav UsapkarV Offline
        Vaibhav UsapkarV Offline
        Vaibhav Usapkar
        Contributor
        wrote on last edited by
        #3

        @Eric-Katzfey @Chad-Sweet @modaltb I tried to build the voxl-streamer code with some edits, However I am having some package locating errors encountered while building it as shown in below pic
        build.png
        I tried to locate the packages as shown below, but unable to locate it
        pkg_search.png

        Could you suggest what could be done here.

        Eric KatzfeyE 2 Replies Last reply
        0
        • Vaibhav UsapkarV Vaibhav Usapkar

          @Eric-Katzfey @Chad-Sweet @modaltb I tried to build the voxl-streamer code with some edits, However I am having some package locating errors encountered while building it as shown in below pic
          build.png
          I tried to locate the packages as shown below, but unable to locate it
          pkg_search.png

          Could you suggest what could be done here.

          Eric KatzfeyE Offline
          Eric KatzfeyE Offline
          Eric Katzfey
          ModalAI Team
          wrote on last edited by
          #4

          @Vaibhav-Usapkar You need to do all that in the build docker, not in the host environment.

          1 Reply Last reply
          0
          • Vaibhav UsapkarV Vaibhav Usapkar

            @Eric-Katzfey @Chad-Sweet @modaltb I tried to build the voxl-streamer code with some edits, However I am having some package locating errors encountered while building it as shown in below pic
            build.png
            I tried to locate the packages as shown below, but unable to locate it
            pkg_search.png

            Could you suggest what could be done here.

            Eric KatzfeyE Offline
            Eric KatzfeyE Offline
            Eric Katzfey
            ModalAI Team
            wrote on last edited by
            #5

            @Vaibhav-Usapkar https://gitlab.com/voxl-public/voxl-sdk/services/voxl-streamer/-/tree/dev#prerequisites has some instructions. I have a feeling they are not complete but should be good enough to get you going. Let us know if there are any obvious problems with the documentation.

            Vaibhav UsapkarV 1 Reply Last reply
            0
            • Eric KatzfeyE Eric Katzfey

              @Vaibhav-Usapkar https://gitlab.com/voxl-public/voxl-sdk/services/voxl-streamer/-/tree/dev#prerequisites has some instructions. I have a feeling they are not complete but should be good enough to get you going. Let us know if there are any obvious problems with the documentation.

              Vaibhav UsapkarV Offline
              Vaibhav UsapkarV Offline
              Vaibhav Usapkar
              Contributor
              wrote on last edited by
              #6

              @Eric-Katzfey Yes I have followed the instructions on that link but still the same error persists

              build.jpg

              Eric KatzfeyE 1 Reply Last reply
              0
              • Vaibhav UsapkarV Vaibhav Usapkar

                @Eric-Katzfey Yes I have followed the instructions on that link but still the same error persists

                build.jpg

                Eric KatzfeyE Offline
                Eric KatzfeyE Offline
                Eric Katzfey
                ModalAI Team
                wrote on last edited by
                #7

                @Vaibhav-Usapkar Please run the command to install the build dependencies before trying the build. For example ./install_build_deps.sh qrb5165 stable. The documentation left that step out so I'll update the documentation. Sorry for the confusion.

                Vaibhav UsapkarV 1 Reply Last reply
                0
                • Eric KatzfeyE Eric Katzfey

                  @Vaibhav-Usapkar Please run the command to install the build dependencies before trying the build. For example ./install_build_deps.sh qrb5165 stable. The documentation left that step out so I'll update the documentation. Sorry for the confusion.

                  Vaibhav UsapkarV Offline
                  Vaibhav UsapkarV Offline
                  Vaibhav Usapkar
                  Contributor
                  wrote on last edited by
                  #8

                  Hi @Eric-Katzfey, even after running "./install_build_deps.sh" command the issue persists.
                  Do i need to change any paths or install these libraries what do you think ?

                  Screenshot from 2023-02-13 11-29-20.png

                  Eric KatzfeyE 1 Reply Last reply
                  0
                  • Vaibhav UsapkarV Vaibhav Usapkar

                    Hi @Eric-Katzfey, even after running "./install_build_deps.sh" command the issue persists.
                    Do i need to change any paths or install these libraries what do you think ?

                    Screenshot from 2023-02-13 11-29-20.png

                    Eric KatzfeyE Offline
                    Eric KatzfeyE Offline
                    Eric Katzfey
                    ModalAI Team
                    wrote on last edited by
                    #9

                    @Vaibhav-Usapkar Looks like there is something wrong with your emulator. How are you launching the docker? Are you using voxl-docker -i qrb5165-emulator?

                    Vaibhav UsapkarV 1 Reply Last reply
                    0
                    • Eric KatzfeyE Eric Katzfey

                      @Vaibhav-Usapkar Looks like there is something wrong with your emulator. How are you launching the docker? Are you using voxl-docker -i qrb5165-emulator?

                      Vaibhav UsapkarV Offline
                      Vaibhav UsapkarV Offline
                      Vaibhav Usapkar
                      Contributor
                      wrote on last edited by
                      #10

                      @Eric-Katzfey launching with the command

                      voxl-docker -i voxl-emulator

                      Eric KatzfeyE 1 Reply Last reply
                      0
                      • Vaibhav UsapkarV Vaibhav Usapkar

                        @Eric-Katzfey launching with the command

                        voxl-docker -i voxl-emulator

                        Eric KatzfeyE Offline
                        Eric KatzfeyE Offline
                        Eric Katzfey
                        ModalAI Team
                        wrote on last edited by
                        #11

                        @Vaibhav-Usapkar Yeah, that is the voxl emulator for VOXL. You need to launch the qrb5165-emulator for VOXL2.

                        Vaibhav UsapkarV 1 Reply Last reply
                        0
                        • Eric KatzfeyE Eric Katzfey

                          @Vaibhav-Usapkar Yeah, that is the voxl emulator for VOXL. You need to launch the qrb5165-emulator for VOXL2.

                          Vaibhav UsapkarV Offline
                          Vaibhav UsapkarV Offline
                          Vaibhav Usapkar
                          Contributor
                          wrote on last edited by
                          #12
                          This post is deleted!
                          1 Reply Last reply
                          0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          ModalAI
                          Categories Recent Tags ModalAI.com Docs
                          © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups