Skip to main content
Participant
April 15, 2009
Question

Flash Media server

  • April 15, 2009
  • 1 reply
  • 545 views

Dear All ,
Iam  very much new to this streaming area , iam writing this mail in a hope of finding a solution to my problem ,

thing is i have a file on my pc in which i would like to show this as a live stream through Flash media server , here iam not using any webcam or microphone to get auido/video data , i just want to send my stored file or (audio/video )data to flash media server so that it can be showed as live ,

my qusetion is
Is it possible to send live video to flash media server through other programming language (c#,c)
instead of action script.if so how it can be happen ?

kindly help me regarding the same .

    This topic has been closed for replies.

    1 reply

    April 21, 2009

    You can use the following tools to capture live audio/video:

    • Use Flash Media Live Encoder
    • Create your own client that runs in Flash Player or AIR.
      • You can build this client in Flash or Flex
      • Use the ActionScript Camera, Video, and Microphone classes to capture the A/V. Use the ActionScript NetConnection and NetStream classes to connect to FMS and send the data.
      • Example: http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d56e-7ff0.html
    • Open Source RTMP: http://www.adobe.com/devnet/rtmp/

    HTH,

    Jody