Streaming video over LTE
-
Is there any tutorial on how to do that? Or is there any recommendation on how to get started. Wifi is not good enough for long distances.
Is there a way to modify voxl-rtsp or do I have to forward the stream somewhere? -
If the VOXL is connected to a VPN via LTE, then you should use the VOXL's endpoint IP as the RTSP video server for a video client (QGC, VLC, etc) connected to the same VPN. voxl-rtsp would be one way to stream the video
-
Hi Chad, how do I change the endpoint for the voxl-rtsp I think right now is only sending to the local area network 192.168.8.1. I am not sure of where to change that ?
-
Nevermind As long as the setup is fine, the rtsp will send it using the LTE.
PS: you need to connect your local machine to the VPN also.Now my question is: is this the order I must follow To allow streaming over LTE I have to connect to the VPN and then start streaming ? is there a way to set up a script to activate like a minute after LTE connection is established to connect to the VPN and then start streaming. Otherwise, if I start streaming before I connect to the VPN it won't work. ? if so is there documentation on how to write a service?
-
It's a standard Linux service, take a look at the voxl-modem service for an example
-
Nevermind As long as the setup is fine, the rtsp will send it using the LTE.
PS: you need to connect your local machine to the VPN also.Now my question is: is this the order I must follow To allow streaming over LTE I have to connect to the VPN and then start streaming ? is there a way to set up a script to activate like a minute after LTE connection is established to connect to the VPN and then start streaming. Otherwise, if I start streaming before I connect to the VPN it won't work. ? if so is there documentation on how to write a service?
@Aldo-Castro-Freire The services that we use to start LTE and VPN on bootup are voxl-modem, as Chad mentioned, voxl-time-sync which is a simple script which loops until the date / time is correct, meaning a connection to the internet has been established, and voxl-vpn, which will then start the OpenVPN service after voxl-time-sync has finished.
-
Does voxl-vpn works with the new version of openvpn because I update mine to the 2.4.6
Also is this a service? Or does voxl-vpn sets up the service as voxl-configure-modem does? I haven't seen anu documentation for voxl-vpn.
-
Okay. So basically use voxl-modem.service as a sample and exec voxl-vpn instead voxl-modem-start.sh .And start this service after voxl-modem.service
-
All the voxl-modem.service does is call
voxl-modem-start.sh.So what I would recommend and what works for us is:
Start
voxl-modemservice -> Gets LTE connection up and running
Startvoxl-time-syncsevice -> Verifies connection to internet
Startvpn-startservice -> Connects to VPNIf you have all three of these enabled they should start at the correct times to get you going.
-
All the voxl-modem.service does is call
voxl-modem-start.sh.So what I would recommend and what works for us is:
Start
voxl-modemservice -> Gets LTE connection up and running
Startvoxl-time-syncsevice -> Verifies connection to internet
Startvpn-startservice -> Connects to VPNIf you have all three of these enabled they should start at the correct times to get you going.
-
Is there a command called vpn-start? I cannot find it in my voxl. Or should I make a script that opens the vpn?
-
Hi is there an easy way to open and read a file in Voxl such as nano and vim ?? it is a pain to have to transfer files between machines
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