It'd be useful to be able to tell the container to skip onto the next presentation - if the video's lagging (or the show's crap).
With the current setup we can't do previous, because we don't keep previous state.
assigned to @btasker
The following call can be used to skip:
curl -d 'app=benstv&name=one' http://127.0.0.1:8080/api/next
What happens under the hood is that we kill ffmpeg allowing the loop to proceed.
ffmpeg
If this is used while the test-card is up, it'll stop display of the testcard but won't set videos running again
mentioned in commit github-mirror/Home-TV-Station@8cea17806fd9afe2afe958e108a3ba0aaf85c66b
Commit: github-mirror/Home-TV-Station@8cea17806fd9afe2afe958e108a3ba0aaf85c66b Author: B Tasker Date: 2024-08-04T17:05:11.000+01:00
feat: expose API call to advance to next video (project-management-only/home-tv-station#13)
Activity
04-Aug-24 16:03
assigned to @btasker
04-Aug-24 16:05
The following call can be used to skip:
What happens under the hood is that we kill
ffmpeg
allowing the loop to proceed.If this is used while the test-card is up, it'll stop display of the testcard but won't set videos running again
04-Aug-24 16:06
mentioned in commit github-mirror/Home-TV-Station@8cea17806fd9afe2afe958e108a3ba0aaf85c66b
Message
feat: expose API call to advance to next video (project-management-only/home-tv-station#13)