2
0

push.mpegts.over.udp.conf 508 B

1234567891011121314151617
  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 mpegts_over_udp;
  12. output rtmp://127.0.0.1/live/livestream;
  13. listen 1935;
  14. }
  15. vhost __defaultVhost__ {
  16. }