I am looking for a solution to convert live rtmp stream from FMS/AMS server converted to png/jpeg image stream over http @5fps . Is it possible . Can someone suggest a reliable method.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Perhaps this
ffmpeg will output a numeric png every second (
a1.pnga2.pnga3.png). Then Bash will copy newest one toa.pngand remove the rest, every second. This will give you a constantly updatinga.png.