我正在尝试破坏我的实时视频流,并保存它们以便稍后在我的网站上观看它们。它的工作时间为 1 小时。但我需要为特定程序制作 mpd,不受小时限制。并将我的程序分开,制作一个列表并为每个程序设置一个 mpd。例如,每场足球比赛必须有一个 mpd。我怎样才能做到这一点?
编辑:
我正在使用 nginx 制作破折号文件,如下所示:
application dash {
live on;
dash on;
dash_nested on; # this work but not separate the variant mpd
dash_path /dev/shm/dash;
dash_fragment 2; # 2 second is generaly a good choice for live
dash_playlist_length 120; # keep 240s of tail
dash_cleanup on;
dash_variant _low bandwidth="256000" width="320" height="180";
dash_variant _med bandwidth="832000" width="640" height="360";
dash_variant _hi bandwidth="1024000" width="1024" height="576";
}
和源视频:
rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov