I want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to save rtsp stream to file it's work fine.
my command ffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc.mp4
now I want to view my ip camera live stream video using ffmpeg. Have any ideas.
Thanks for ur time.
ffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc.mp4command. give your rtsp url to @url and also output path to abc.mp4. it's save stream as video file.rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.movlink work fine. Have you any idea to play rtsp stream in android