Search code examples
actionscript-3video-streamingflash-media-server

ActionScript - FlashMediaServer. Application on server side


I need to create a small app on FSM to work only on server side and I have a question: If it possible to do such a thing?:

  • application which will streaming video to clients

  • on top of video put small spite with dynamically switching pic

  • on clients side read it only as a video

  • streaming also for iPhone/iPad devices

Thanks for any help.


Solution

  • I believe you can use "appendBytes" on the "NetStream" Class, so i believe you can edit raw video data on the fly yes. That would be quite server demanding if you do it on the server side, would be better on the client side i guess...