media-playlist-source
media-playlist-source copied to clipboard
An OBS Studio plugin that supports media playlists, based on the Media Source
``` /builddir/build/BUILD/media-playlist-source-0.0.6/src/media-playlist-source.c: In function ‘mps_audio_callback’: /builddir/build/BUILD/media-playlist-source-0.0.6/src/media-playlist-source.c:371:17: error: ‘circlebuf_push_back’ is deprecated [-Werror=deprecated-declarations] 371 | circlebuf_push_back(&mps->audio_data[i], audio_data->data[i], | ^~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/media-playlist-source-0.0.6/src/media-playlist-source.h:26, from /builddir/build/BUILD/media-playlist-source-0.0.6/src/media-playlist-source.c:19: /usr/include/obs/util/circlebuf.h:150:1: note: declared here 150 |...
Hey there, thanks for working on this, would be great to see included in the official OBS. I'm just wondering if you could offer any advice on how to install...
Media Source restarts when speed is modified so we have to add such warning. We have to disable refreshing properties on settings update because it will refresh while dragging the...
It would be better if this tool could be combined with a tool like tuna to display the title of the song being played
Hi, what a nice plugin! I only noticed that OBS is unfortunately not able to add deinterlace options to the right click menu by default. I was eventually able to...
Hello, I would like to be able to display Youtube videos directly via this plugin without having to download them extra, which I would also celebrate if that does not...