Skip to main content
Participant
September 15, 2011
Question

4 video and 2 audio streams with AWS

  • September 15, 2011
  • 1 reply
  • 669 views

Good time 4all!  I've try to solve next task.

There are 4 IP-cameras in my local network, for example 192.168.1.40-192.168.1.44. So, task is to make broadcast streaming video from all of this cameras and sound from couple of those. The main question is next: HOW_TO_DO_THIS? )))   How redirect streams from local IP-s to FMS in Amazon Web Service, for getting four unique URL-s for each camera?

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    September 15, 2011

    I would use a combination of client side and server side scripts. you could kinda do this like dns assign each ip address to a stream namd and then direct FMS to use that name as a stream name. or you cold just make sure you sanatize the ip address to a string datatype and use the resulting string as the FMS stream id.

    REMNEWAuthor
    Participant
    September 15, 2011

    brrrr.... in theory I've understand, what does you mean... but in practice view -   have you any tutorial or step-by-step manual, especially for second method?

    calmchessplayer
    Inspiring
    September 15, 2011

    goto fmsguru.com and follow all the video tutorials after you do this then you will have the knowlege you need to build such an app. I could tell you how to build and even code it but then what will you do with an application that you can't support?