mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-26 07:17:02 +08:00
Updated Examples (markdown)
14
Examples.md
14
Examples.md
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user