Re-streaming RTMP stream
Posted
by
Yvan JANSSENS
on Server Fault
See other posts from Server Fault
or by Yvan JANSSENS
Published on 2012-03-11T12:27:15Z
Indexed on
2012/03/22
11:31 UTC
Read the original article
Hit count: 417
flash-media-server
|rtmp
I have a set of local RTMP stream servers in my network, but I want them to be reachable outside. The bandwidth is too narrow to serve multiple clients on the streamservers of my network, so the idea is to pull the local RTMP streams on a computer serving as a gateway, which pushes them on his turn to a hosted streaming provider. It is not possible to let the sources of the stream push their stream directly to the server outside due to network policy restrictions.
Scheme of what I'm trying to accomplish:
Internal network | External network
------------ ------------ -----------------------
| internal | <---- | Gateway | ------> | streamserver outside|
| streams | ------------ -----------------------
------------ | ^
| |
| -----------
| | clients |
| -----------
My question now is: which application which can pull a live stream from an RTMP source (Flash Media Server) and push it to another one (Flash Media Server at hosting provider).
© Server Fault or respective owner