Updated Examples (markdown)

ispyisail
2017-04-20 18:52:38 +12:00
parent 93cd26df16
commit 0c63a5f500

@ -36,21 +36,7 @@
}
}
### Re-translate remote stream
rtmp {
server{
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
push rtmp://live.twitch.tv/app/[streamkeyfromtwitch];
push rtmp://a.rtmp.youtube.com/live2/[streamkeyfromyoutube];
}
}
}
### Re-translate remote stream with HLS support