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

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Compute & Autopilot
  3. VOXL 2
  4. streaming video to QGC over LTE

streaming video to QGC over LTE

Scheduled Pinned Locked Moved VOXL 2
11 Posts 2 Posters 1.6k 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.
  • groupoG groupo

    Re: RTSP Streaming (to QGC on Android) issues on VOXL Mini

    Re: Streaming video over LTE

    Along the same lines of the two replies above... I am trying to receive video from the drone in QGC over LTE.

    I have a private LTE network and know the IPs of both my QGC and drone, thus can circumvent the VPN solution. I have already connected drone and QGC in this manner.

    What I have tried:

    I can set the rtsp link in QGC but in both the linux and android versions (both v4.4.0) but the second my Sentinel is connected via QGC the option to set anything in QGC goes away. if I disconnect my drone from QGC, the option reappears. I am not sure if this is 'taking'. I do not believe so as the QGC console always reports status messages looking for video stream from 192.168.8.1.

    I have tried changing the default uri in voxl-mavcam-manager to the ip of my drone on the LTE network with the 8900 port, and tried disabling auto_ip as well.

    I also tried to use VLC to open a rtsp stream to no avail. Likely I am not doing something proper in the config files

    groupoG Offline
    groupoG Offline
    groupo
    wrote on last edited by
    #2

    @groupo Hey I think I actually got this one on my own 😎

    1. I set default_uri in voxl-mavcam-manager.conf to the IP of my drone on the LTE network (rtsp://10.0.1.1:8900/live)

    2. I had to modify /etc/modalai/network_interfaces_preferences.txt to include wwan0. I put it at the top of the list, but I believe so long as it is above wlan0 it should be fine for my use case.

    Is there a better solution to this? Should wwan0 not be in that .txt? TIA

    groupoG 1 Reply Last reply
    0
    • groupoG groupo

      @groupo Hey I think I actually got this one on my own 😎

      1. I set default_uri in voxl-mavcam-manager.conf to the IP of my drone on the LTE network (rtsp://10.0.1.1:8900/live)

      2. I had to modify /etc/modalai/network_interfaces_preferences.txt to include wwan0. I put it at the top of the list, but I believe so long as it is above wlan0 it should be fine for my use case.

      Is there a better solution to this? Should wwan0 not be in that .txt? TIA

      groupoG Offline
      groupoG Offline
      groupo
      wrote on last edited by
      #3

      @groupo any traction on this? does step 1 actually impact anything with regard to the stream from voxl-streamer?

      groupoG 1 Reply Last reply
      0
      • groupoG groupo

        @groupo any traction on this? does step 1 actually impact anything with regard to the stream from voxl-streamer?

        groupoG Offline
        groupoG Offline
        groupo
        wrote on last edited by
        #4

        @groupo I updated to 1.3.3 and notice wwan0 is still not in network_interfaces_preferences.txt. Should it be?

        tomT 1 Reply Last reply
        0
        • groupoG groupo

          @groupo I updated to 1.3.3 and notice wwan0 is still not in network_interfaces_preferences.txt. Should it be?

          tomT Online
          tomT Online
          tom
          admin
          wrote on last edited by
          #5

          @groupo I'll add it, it's an uncommon use-case which is why it hasn't been in there.

          groupoG 1 Reply Last reply
          0
          • tomT tom

            @groupo I'll add it, it's an uncommon use-case which is why it hasn't been in there.

            groupoG Offline
            groupoG Offline
            groupo
            wrote on last edited by
            #6

            @tom Thanks Tom!

            tomT 1 Reply Last reply
            0
            • groupoG groupo

              @tom Thanks Tom!

              tomT Online
              tomT Online
              tom
              admin
              wrote on last edited by
              #7

              @groupo https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-utils/-/commit/562e196d9b7a74fbcda4405880062ab056fd1e3e

              This change will make it into our next release (1.3.4)

              groupoG 1 Reply Last reply
              0
              • tomT tom

                @groupo https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-utils/-/commit/562e196d9b7a74fbcda4405880062ab056fd1e3e

                This change will make it into our next release (1.3.4)

                groupoG Offline
                groupoG Offline
                groupo
                wrote on last edited by
                #8

                @tom do you think it should go above wlan0? If someone was using the drone only via LTE (BVLOS) they may not have access to the WIFI network. Wlan0 by default exists as it comes up when the drone turns on (at least in ap mode, maybe not in station mode?) versus wwan0 which only comes up if it is connected to a network

                tomT 1 Reply Last reply
                0
                • groupoG groupo

                  @tom do you think it should go above wlan0? If someone was using the drone only via LTE (BVLOS) they may not have access to the WIFI network. Wlan0 by default exists as it comes up when the drone turns on (at least in ap mode, maybe not in station mode?) versus wwan0 which only comes up if it is connected to a network

                  tomT Online
                  tomT Online
                  tom
                  admin
                  wrote on last edited by
                  #9

                  @groupo The problem is that wwan0 will also get an IP by default if a 5G modem is installed whether or not it is actually connected to a network so I wouldn't want that to take priority over wlan0.

                  Its tough to come up with a single solution that would work for each user so I have to choose the one that works for the majority of cases, some users may have to manually edit the file to fit their use case

                  groupoG 1 Reply Last reply
                  0
                  • tomT tom

                    @groupo The problem is that wwan0 will also get an IP by default if a 5G modem is installed whether or not it is actually connected to a network so I wouldn't want that to take priority over wlan0.

                    Its tough to come up with a single solution that would work for each user so I have to choose the one that works for the majority of cases, some users may have to manually edit the file to fit their use case

                    groupoG Offline
                    groupoG Offline
                    groupo
                    wrote on last edited by groupo
                    #10

                    @tom oh i see. I did not know it would happen either way. That makes sense then. I assume then eth0/usb0 are not given an Ip then because nothing is plugged into them?

                    tomT 1 Reply Last reply
                    0
                    • groupoG groupo

                      @tom oh i see. I did not know it would happen either way. That makes sense then. I assume then eth0/usb0 are not given an Ip then because nothing is plugged into them?

                      tomT Online
                      tomT Online
                      tom
                      admin
                      wrote on last edited by
                      #11

                      @groupo Exactly

                      1 Reply Last reply
                      0
                      • groupoG groupo referenced this topic on

                      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

                      • Don't have an account? Register

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