I’ve been poking around the forum for info on using ffmpeg to stream/capture from a rtsp enabled IP camera. Each post that I find uses a different url for testing (excluding IP obviously). How does one determine the correct url.
For example, I am attempting to test using the following format
ffmpeg -i rtsp://admin:[email protected]:554 -an -f null -
and
ffmpeg -i rtsp://admin:[email protected]:554/unicast -an -f null -
and
ffmpeg -i rtsp://admin:[email protected]:554/tcp/av0_0 -an -f null -
But these are just guesses.
How does one determine the correct url for testing, and later for configuration?
My camera is a SimpleHome XCS7-1003-WHT
Thanks.