1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #133, create rtsp framework.

This commit is contained in:
winlin 2015-02-16 14:05:01 +08:00
parent e81e090239
commit c0e50265bd
11 changed files with 348 additions and 26 deletions

View file

@ -157,8 +157,8 @@ stream_caster {
# rtmp://127.0.0.1/live/livestream
output rtmp://127.0.0.1/live/livestream;
# the listen port for stream caster.
# for mpegts_over_udp caster, listen at udp port.
# for rtsp caster, listen at tcp port.
# for mpegts_over_udp caster, listen at udp port. for example, 8935.
# for rtsp caster, listen at tcp port. for example, 554.
listen 8935;
}
stream_caster {
@ -168,7 +168,7 @@ stream_caster {
listen 8935;
}
stream_caster {
enabled on;
enabled off;
caster rtsp;
output rtmp://127.0.0.1/[app]/[stream];
listen 554;