Created
November 20, 2015 00:38
-
-
Save philipp-spiess/e1dfa37cd288329ba4c5 to your computer and use it in GitHub Desktop.
RTMP2RTMP Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rtmp { | |
| server { | |
| listen 1935; | |
| chunk_size 4096; | |
| application live { | |
| live on; | |
| meta copy; | |
| push rtmp://live91.eu-dl.zencoder.io:1935/live/foobar; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment