11-20-2020, 04:05 PM
(11-20-2020, 10:07 AM)vfr400racer Wrote: Daniel's ffmpeg command tries to stream to a rtmp server. Daniel's rtmp server listens at IP 192.168.1.89.Thank you for the clarification and the alternate destination.
You can either setup a rtmp server (there is a rtmp module for nginx available), or, for testing purposes, dump the video stream to a local file.
In the this case, you replace "rtmp://192.168.1.200/live/pinecube" with "mycamera.avi" or something similar.
(There's a lot I need to learn about video and "RTMP server".)
Writing to a local file was the simplest & fastest way for me to demonstrate that the camera works.
Regards