这是我的工作命令:
ffmpeg -rtsp_transport tcp -i rtsp://stream1video -i rtsp://stream2audio -re -stream_loop -1 -i 1.aac -re -stream_loop -1 -i 2.aac -filter_complex "[1:a][2:a][3:a]amix=inputs=3[a]" -map 0:v -map "[a]" -c:a aac -f flv rtmp://a.rtmp.youtube.com/
现在,我能以某种方式设置只在晚上播放音频流吗?例如在每天22:00-06:00之间?这一天剩下的时间只会是一片寂静:)
编辑:我使用的是linux。
发布于 2020-05-19 01:36:44
在windows上使用un作业(linux/mac)或计划任务
https://stackoverflow.com/questions/61875250
复制相似问题