Skip to main content
niteshkumar
Inspiring
May 6, 2009
Question

Passing buffer to Flash Media Server

  • May 6, 2009
  • 1 reply
  • 665 views

Hi,

     I have buffer of video and want to pass it to server and then republish it to the client and display that as live video.

     Please Help.

Thanx in advance.

    This topic has been closed for replies.

    1 reply

    niteshkumar
    Inspiring
    May 11, 2009

    Hi,

        Please Help me for the above issue.

        For more detail:- I am getting buffer stream from network camera as byte array and that byte array I want to pass to the server then display at client side or if possible then read that array of byte to the publishing side and then passing it to the server.Like in the figure below:-

                 _____________                    ____________

                 |                      | Buffer          |                    |  Stream                

                 |  N/w Camera  |------------->    | Publisher      |--------------->

                 |____________|                    |___________ |               

                                                                    

                         _____________                ___________

                        |                      |                |                  |

    Stream------->|   Server          |------------>  |  Clients      |

                        |____________|                  |__________|

    The  same as it is done in Windows media server.

    Please Help