yt-dlp playlist re-stream FFMPEG constantly dropping

yt-dlp "https://www.youtube.com/playlist?list=PL63F0C78739B09958" --exec "ffmpeg -i {} -vcodec libx264 -c:a aac -b:a 160k -crf 23 -preset fast  -f flv rtmp://127.0.0.1:1935/live/mytv10"

During the live broadcast, the live broadcast stops at the video transitions. It starts again in the second video. What can I do to keep it going without stopping?