Skip to content

Commit 4d10cc9

Browse files
committed
for ossrs#250, add conf.
1 parent 16afe7d commit 4d10cc9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

trunk/conf/push.mpegts.over.udp.conf

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# push MPEG-TS over UDP to SRS.
2+
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Streamer#push-mpeg-ts-over-udp
3+
# @see https://github.com/winlinvip/simple-rtmp-server/issues/250#issuecomment-72321769
4+
# @see full.conf for detail config.
5+
6+
listen 1935;
7+
max_connections 1000;
8+
stream_caster {
9+
enabled on;
10+
caster mpegts_over_udp;
11+
output rtmp://127.0.0.1/live/livestream;
12+
listen 1935;
13+
}
14+
vhost __defaultVhost__ {
15+
}

0 commit comments

Comments
 (0)