Skip to main content
May 18, 2008
Question

IP Camera (H.264) with Media Server/Encoder

  • May 18, 2008
  • 1 reply
  • 533 views
I am looking for a away to centralize (and display) multiple Network based video camera streams through the Flash Media Server/Encoded server software. Are there any use-cases or how-to documents that show how to manage video content when it's available this way?

I've done some initial searching without much avail -- feedback or other related resources appreciated.

Thanks
    This topic has been closed for replies.

    1 reply

    May 19, 2008
    You might want to do multiple camera switching using server side API stream.get() & stream.play() OR the other way would be to switch stream on client side bu subscribing to the stream of your choice.

    - You would need one encoder instance/app running for each camera to publish its unique stream to an FMS app.

    there would be some buffering delay on client side each time a switch is done.

    I don't remember seeing such app on internet; but should be fairly easy for someone having knowledge of FMS/flash action scripts.

    May 19, 2008
    RE: Multiple networks

    so essentially you'd need a computer/encoder for each camera feed? or can you just run each camera through the encoder software on one camera and then send them individually to the streaming server? I'm trying to do a similar application where the client can choose which view they'd want, but haven't been able to find anything on it either... thanks for the help!