camerapi
camerapi copied to clipboard
Build your own security camera for the Echo Show
Hi,I have successfully used echoshow to play rtsp video, but I found some problems: 1. There is a delay during playback, about 3s, is this normal? 2. The playback is...
After running "tar -xvzf raspi_rtsp.tgz", No new directory is created.
ffmpeg -re -i test.mp4 -rtsp_transport tcp -c copy -f rtsp rtsps://127.0.0.1:443/test.mp4 **err!** [tls @ 0xa9ab80] error:00000000:lib(0):func(0):reason(0) Could not write header for output file #0 (incorrect codec parameters ?): Invalid data...
Changed connect port from 8000 to 8080
Change connect = 8000 to connect = 8080
In step #5 Next install the raspi rtsp server (modified from code found on https://www.raspberrypi.org/forums/viewtopic.php?t=52071) cd liveMedia/ wget http://s3.sammachin.com/raspi_rtsp.tgz tar -xvzf raspi_rtsp.tgz cd raspi make sudo make install Add to...