CCC VOC provides live streaming of Chaos Computer Club events, OSS related conferences and other nerdy stuff. This script implements automatic service discovery of these streams in the VLC media player.
Get a terminal and download the script
curl -O https://raw.githubusercontent.com/agnat/c3voc-vlc-sd/master/c3voc.lua
mkdir -p ~/.local/share/vlc/lua/sd
mv c3voc.lua ~/.local/share/vlc/lua/sd/
mkdir -p ~/Library/Application\ Support/org.videolan.vlc/lua/sd
mv c3voc.lua ~/Library/Application\ Support/org.videolan.vlc/lua/sd/
Download the script by any means necessary. Then move it to %APPDATA%\vlc\lua\sd
... I think.
VLC service discovery scripts are not truely dynamic. They only fetch content once on first view. On Mac OS I found a trick to re-trigger the script.
- Deselect the "CCC VOC Streaming" entry in the sidebar. (Select "Podcasts" or something)
- Right-click on "CCC VOC Streaming" and disable it.
- Select "CCC VOC Streaming" again. This re-enables the script and triggers a reload.
Fork and fix or file an issue.