Skip to main content
niteshkumar
Inspiring
November 6, 2009
Question

VOD using file at remote location

  • November 6, 2009
  • 1 reply
  • 406 views

Hi,

     I'm trying for making out application for vod.

     I want to know how a user can make his file readable by the AMS for vod when file is at different PC and AMS( includes swf and HTMl files) is at different PC.

    This topic has been closed for replies.

    1 reply

    November 6, 2009

    I suspect you're using the Flashplayer as your client.

    Flash clients can only send audio/video streams and actionscript data to FMS. There is no way to stream a video file from client to server, as the only input sources that can be attached to a netstream are the camera and microphone objects.

    I suppose you could use (or develop) an application that mounts as a webcam driver and accepts a video file as an input, but you'd need to do that outside of your Flash application.