Does FFMPEG support RTSP authentication?
问题 Such as... rtsp://user:pass@x.x.x.x/VideoString 回答1: It has been quite q while, not sure what's the story back in 11, but yes, ffmpeg now support so. ffmpeg -i rtsp://user:pass@x.x.x.x/VideoString works. 回答2: ffmpeg support rtsp authentication i think you might be missing quotes covering rstp URL. examples: Not working : ffmpeg -i rtsp://user:pass@x.x.x.x/VideoString Working : ffmpeg -i "rtsp://user:pass@x.x.x.x/VideoString" 回答3: Yea Im having problems with this too. It seems Digest