8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
# the config for srs to delivery RTMP
|
|
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP
|
|
# @see full.conf for detail config.
|
|
|
|
listen 1935;
|
|
vhost __defaultVhost__ {
|
|
}
|