2
0

push.rtsp.conf 549 B

12345678910111213141516171819
  1. # push MPEG-TS over UDP to SRS.
  2. # @see https://github.com/ossrs/srs/wiki/v2_CN_Streamer#push-mpeg-ts-over-udp
  3. # @see https://github.com/ossrs/srs/issues/250#issuecomment-72321769
  4. # @see full.conf for detail config.
  5. listen 1935;
  6. max_connections 1000;
  7. daemon off;
  8. srs_log_tank console;
  9. stream_caster {
  10. enabled on;
  11. caster rtsp;
  12. output rtmp://127.0.0.1/[app]/[stream];
  13. listen 554;
  14. rtp_port_min 57200;
  15. rtp_port_max 57300;
  16. }
  17. vhost __defaultVhost__ {
  18. }