2
0

dvr.mp4.conf 353 B

12345678910111213
  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. vhost __defaultVhost__ {
  7. dvr {
  8. enabled on;
  9. dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].mp4;
  10. dvr_plan session;
  11. }
  12. }