Skip to content

Instantly share code, notes, and snippets.

@philipp-spiess
Created November 20, 2015 00:38
Show Gist options
  • Select an option

  • Save philipp-spiess/e1dfa37cd288329ba4c5 to your computer and use it in GitHub Desktop.

Select an option

Save philipp-spiess/e1dfa37cd288329ba4c5 to your computer and use it in GitHub Desktop.
RTMP2RTMP Proxy
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