Skip to main content
October 9, 2012
Question

Restreaming an existing stream from a non-FMS server

  • October 9, 2012
  • 1 reply
  • 534 views

Is it possible to get an existing audio/video stream from a non-FMS server then publish that stream on my FMS server?

Accoding to the API, the NetConnection, NetStream and Stream classes can connect to a remote server given that the remote server is an FMS server.

I need to restream an audio from an existing rtmp URL but the server is not an FMS server. I can't find a way to deal with this so far.

This topic has been closed for replies.

1 reply

Adobe Employee
October 15, 2012

I just replied to your PM, basically you need to use NetConnection and Streams API on server-side to achieve this. Just read about Streams API and you can find in docs that Streams API allows netconnection as one of the parameters to stream from another server. So as long as your "other" server adhers to proper RTMP protocol i assume this should be doable - though i cannot comment whether this would be supported use case (in most proabality it might not be - but you can give it a try)