Search found 2 matches

by amccammer
Mon May 29, 2023 11:03 pm
Forum: IP Cameras
Topic: RTSP stream not wide angle
Replies: 5
Views: 2564

Re: RTSP stream not wide angle

Thanks for the replies.

I realized openRTSP might not be the best option. I changed to ffmpeg, and things work fine with this command:
ffmpeg -i "rtsp://admin: password@ 1XX.XX.XX.XX/cam/realmonitor?channel=1&subtype=0" -c copy -t 30 -an output1.mp4
by amccammer
Mon May 29, 2023 7:40 pm
Forum: IP Cameras
Topic: RTSP stream not wide angle
Replies: 5
Views: 2564

RTSP stream not wide angle

I have Amcrest IP5M-T1277EW-AI. When I log in to the camera http address and click on LiveView, I see a wide angle view of the street (see attached). When I stream through RTSP using openRTSP, with the below command, I get a narrow view angle (see attached): rtsp://admin:password@10.202.189.201:554/...