Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9232357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:17:42+00:00 2026-06-18T06:17:42+00:00

I am looking for a solution to convert live rtmp stream from FMS/AMS server

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:17:44+00:00Added an answer on June 18, 2026 at 6:17 am

    Perhaps this

    #!/bin/sh
    
    foo=(
      'rtmp://server.com/app'
      'playpath=mp4:foo.mp4'
      'swfUrl=http://bar.com/baz.swf'
      'live=1'
    )
    
    ffmpeg -i "${foo[*]}" -r 1 a%d.png &
    
    while sleep 1
    do
      ls -I a.png | xargs -I % mv % a.png
    done
    

    ffmpeg will output a numeric png every second (a1.png a2.png a3.png). Then Bash will copy newest one to a.png and remove the rest, every second. This will give you a constantly updating a.png.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a solution to convert a set of files using the terminal
For my django powered site, I am looking for an easy solution to convert
I'm looking for solution to extract some node from large xml file (using xmlstarlet
I'm looking for a clean solution to convert Date and DateTime values to local
(Re-written for clarity) I have a multi-project solution that I am looking to convert
A database has stored an image as binary. I'm looking to convert it back
In my application, I get json objects from server then convert to Ember.Object and
I am looking for a solution, to push/convert array items into a object back,
I'm looking for a solution to following task. I take few random pages from
I'm looking for a tool/solution that would allow me to convert a power point

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.