mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update conf for rtsp
This commit is contained in:
parent
012c29e124
commit
5d0cb7e68f
1 changed files with 5 additions and 3 deletions
|
@ -7,9 +7,11 @@ listen 1935;
|
|||
max_connections 1000;
|
||||
stream_caster {
|
||||
enabled on;
|
||||
caster mpegts_over_udp;
|
||||
output rtmp://127.0.0.1/live/livestream;
|
||||
listen 1935;
|
||||
caster rtsp;
|
||||
output rtmp://127.0.0.1/[app]/[stream];
|
||||
listen 554;
|
||||
rtp_port_min 57200;
|
||||
rtp_port_max 57300;
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue