mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-01 20:05:01 -04:00
Adds the option of making the media file restart when the source becomes active (such as switching to a scene with it). Due to lack of libff features to start/stop/pause/seek media files, currently this just destroys the demuxer and recreates it. Ideally, libff should have some functions to allow a more optimal means of doing those things.