I can connect to the phone server with VLC using the following: http://192.168.1.57:8080/playlist.m3u
I can open the playlists in VLC and see the streams: Active Cam, Front Cam, and Rear cam, and the paths are just like the App details says, shown below.
However when I setup the camera in ZoneMinder, I get the attached log results for RSTP and HTTP, see images. It's either "Unrecognised content type 'audio/mpegurl'" for HTTP or "No image since startup" for RSTP.
Has anyone gotten RSTP Camera Server working with ZoneMinder? If so, what settings do you use?
I tried with this camera (https://www.amazon.com/gp/product/B083Z ... =UTF8&th=1) and it does work with FFMPEG and source path of rtsp://192.168.7.51:5554/1/h264major. This works but same settings do not work for RTSP Camera Server. Also I've found that VLC also will not open the stream of the RTSP Camera Server using the direct RTSP stream for some reason which I suspect is part of the issue? Anyone got ideas on how to get that to work? It will enable me to use all my old no-good phones as cameras!
Path Info:
Playlist - http://(device ip address):8080/playlist.m3u
Active camera - rtsp://(device ip address):5554/camera
Back camera - rtsp://(device ip address):5554/back
Front camera - rtsp://(device ip address):5554/front
Camera URL Parameters:
res Resolution - width(number)xheight(number)
fps Frame per second - fps(number)
mic Enable/Disable microphone - on(string) or off(string)
Example: rtsp://(device ip address):5554/back?res=640x480&fps=10&mic=on