Skip to main content
Participant
September 16, 2008
Question

publish local video to fms

  • September 16, 2008
  • 1 reply
  • 294 views
I am developing an AIR application which broadcasts local video movie to other people through flash media server and flash play. I find that it is impossible to publish the local movie to flash media server, and the flash player clients which subscribes the movie will play a black screen.

Could you provide a possible way to achieve this?
Thanks.
    This topic has been closed for replies.

    1 reply

    September 17, 2008
    I guess AIR can act as publisher only when it is provided with live camera input, It is not having capability of reading video file from users machine and publish it to FMS.

    FMS has the capability of publishing video files as live which areatored on it.that would require uploading files to FMS' machine using an HTTP server.

    Another workaround would be to use a virtual camera which to play & capture video file as live for AIR; but it may not be a desirable way.