I\'m building quadcopter based on Raspberry Pi. I want to stream video from webcam via cellular conection to my computer. I tryed ffmpeg and mjpg but it has to big delay to make
Use the stream.py in this git repo. We have three functions there.
The run function starts streaming with default port 8001. You can change the default port by passing an integer to that.
run
The stop function stops streaming.
stop
And finally you can check the status by calling status function.
status