dvr.session.conf 407 B

123456789101112131415
  1. # the config for srs to dvr in session mode
  2. # @see https://github.com/ossrs/srs/wiki/v3_CN_DVR
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. daemon off;
  7. srs_log_tank console;
  8. vhost __defaultVhost__ {
  9. dvr {
  10. enabled on;
  11. dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv;
  12. dvr_plan session;
  13. }
  14. }