Skip to main content
Participant
June 16, 2011
Question

How to integrate Adobe Flash Media Server into Asp.Net application to record audio?

  • June 16, 2011
  • 1 reply
  • 1812 views

Dear experts,

I would like to try to create an Asp.Net C# application to record audio online using Adobe Flash Media Server. Could you please tell if it is doable, and suggest what I could start with?

Thanks.

    This topic has been closed for replies.

    1 reply

    gstboces1
    Known Participant
    June 17, 2011

    There are many ways to do this.

    You don't really need any middleware (.net, asp, etc.).


    It is all done in the swf player.


    View here.

    http://fmsguru.com/showarticle.cfm?articleID=34


    http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42.html


    http://www.hiteshagrawal.com/flash/flash-media-server/recording-audio-stream-using-adobe-flash-media-server


    I personally use Coldfusion as our middleware to store database info on the recorded stream (file name, description, etc).


    Once you build a recorder, in Flash or Flex or AIR, you should be fine.


    Andy

    dpreznikAuthor
    Participant
    June 17, 2011

    Thank you very much for your help. Could you please tell me how good is quality of the sound recorded this way? And whether the .flv file is created on the client or on the server?

    Thanks,

    Dmitriy

    Inspiring
    June 22, 2011

    Hello,

    Audio quality is good. FLV will store on the server side it self. To save file on client side you have to use php function and a web server.

    Thanks