I would like to send video over a satellite modem, but these things are as slow as 1990s era dial-up modems. HD video with the H.264 codec streams at 2 to 3 Mbps, so the amount of data must be reduced by a factor of ten or twenty for low speed satcom. RPi with Camera Instead of running at 30 fps, one should stream at 1 or 2 fps and most off the shelf video encoder/decoder devices don't know how to do that, so I dug a Raspberry Pi v3 and a v1.2 camera out of my toy box, installed gstreamer and started tinkering on my Mac to gain some experience with the problem. Of course one can do the exact same thing on a Linux laptop PC, but what would be the fun in that? With the gstreamer videorate plugin, one can change the frame rate to almost any value and cranking it down to 1 or 2 fps is no problem. One could go down to a few frames per minute, but super slow streaming could cause a playback synchronization issue, because the player error handler ma...
Autonomous planes, trains and cranes...