正在显示
1 个修改的文件
包含
5 行增加
和
3 行删除
| @@ -7,9 +7,11 @@ listen 1935; | @@ -7,9 +7,11 @@ listen 1935; | ||
| 7 | max_connections 1000; | 7 | max_connections 1000; |
| 8 | stream_caster { | 8 | stream_caster { |
| 9 | enabled on; | 9 | enabled on; |
| 10 | - caster mpegts_over_udp; | ||
| 11 | - output rtmp://127.0.0.1/live/livestream; | ||
| 12 | - listen 1935; | 10 | + caster rtsp; |
| 11 | + output rtmp://127.0.0.1/[app]/[stream]; | ||
| 12 | + listen 554; | ||
| 13 | + rtp_port_min 57200; | ||
| 14 | + rtp_port_max 57300; | ||
| 13 | } | 15 | } |
| 14 | vhost __defaultVhost__ { | 16 | vhost __defaultVhost__ { |
| 15 | } | 17 | } |
-
请 注册 或 登录 后发表评论