This content has been marked as final.
Show 1 reply
-
1. Re: RTMP proxy /tunneling - VOD server -> VOD server proxy -> flash client
SE_0208 Sep 6, 2010 2:45 AM (in response to Syberkitten)I dont know whether i got your use case right but let me try answering you:
You can basically do one of the below things:
1. Use ProxyStream API to stream the content from provider FMS
2. Use Stream API and do remote play, in this method you pass netconnection to your play method so that it plays the file from remote FMS rather than from your file system
3. Use Multi-point Publish - I am not sure whether you can use this option because this would require having server-side application on provider FMS. You would have to deploy application on provide FMS which would use server-side Stream and NetStream API to publish content to your FMS


