JonasVautherin / px4-gazebo-headless

An unofficial Ubuntu-based container building and running PX4 SITL (Software In The Loop) through gazebo.
Apache License 2.0
74 stars 42 forks source link

Update to latest master and enable RTSP video streaming #10

Closed JonasVautherin closed 4 years ago

JonasVautherin commented 4 years ago

As a result, one can now just expose port 8554 and access it from the host, e.g.:

docker run --rm -it -p 8554:8554 jonasvautherin/px4-gazebo-headless:latest

And then access it from VLC:

vlc rtsp://127.0.0.1:8554/live

@julianoes @Jaeyoung-Lim: FYI. Once merged into master, this will automatically generate jonasvautherin/px4-gazebo-headless:latest on docker hub. I'm planning to add some options later like choosing the drone (iris vs typhoon h480), and why not the world :blush:?

Jaeyoung-Lim commented 4 years ago

Awesome!