madhavanmalolan / ffmpegandroidlibrary

One line integration for FFMPEG Library in Android
MIT License
90 stars 15 forks source link

save rtsp stream from live network camera #26

Open konasuresh1571 opened 6 years ago

konasuresh1571 commented 6 years ago

I am trying to save live stream from ip camera but file is not created. my requirement is recording video 20 seconds from live stream. I am using below command but it is not working. please help me.

String[] cmd = {"-y", "-i", "rtsp://username:password@192.168.10.109:554", "-c:v", "libx264", "-preset", "ultrafast", "-strict", "-2", "-s", "720*1280", "-aspect", "16:9", file_path };