Followed install but RTSP server not working
THP-JOE opened this issue · 0 comments
Video streams to website in MPEG format, but H264 over RTSP is not working. Installed a RPi0-w with a fresh Jessie copy that I just downloaded today and turned on ssh and setup wifi then followed the install line for line. Tried trouble shooting with comments from https://random-notes-of-a-sysadmin.blogspot.be/2016/03/howto-set-up-raspberry-ip-camera-on.html and within the issues on GITHUB. Here are some of the outputs:
pi@cam0:~ $ ls -l /dev/video0
crw-rw-rw- 1 root video 243, 0 Dec 31 1969 /dev/video0
Nothing shows in /var/log/RaspberryIPCamera.log
Port scan shows that 8554 is not open
pi@cam0:~ $ /usr/local/bin/h264_v4l2_rtspserver -Q 3 -u '' -f
-bash: /usr/local/bin/h264_v4l2_rtspserver: No such file or directory
pi@cam0:~ $ sudo systemctl status RTSP-Server.service
- RTSP-Server.service - RTSP-Server
Loaded: loaded (/etc/systemd/system/RTSP-Server.service; enabled)
Active: failed (Result: exit-code) since Wed 1969-12-31 18:00:18 CST; 47 years 4 months ago
Process: 512 ExecStart=/usr/local/bin/h264_v4l2_rtspserver -Q 3 -u -f (code=exited, status=203/EXEC)
Main PID: 512 (code=exited, status=203/EXEC)
Dec 31 18:00:18 cam0 systemd[1]: Started RTSP-Server.
Dec 31 18:00:18 cam0 systemd[512]: Failed at step EXEC spawning /usr/local/...ry
Dec 31 18:00:18 cam0 systemd[1]: RTSP-Server.service: main process exited, ...EC
Dec 31 18:00:18 cam0 systemd[1]: Unit RTSP-Server.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
Any ideas?