Supported streaming services

Media streaming service support on VocaDB is very extendable.

New services can be added as long as there’s a way to get the embeddable video ID. Other information such as video duration and author information is optional:

ServiceID formatID sourceAPI for media infoEmbed formatLibrary
YouTubekKjtPMktA3QURLFullHTML5 (iframe)
Vimeo1234567URLFullHTML5 (iframe)
SoundCloud244504967 hightrancesea/mirror-songAPIFullHTML5 (iframe)
NicoNicoDougasm28107817URLLimitedHTML5 (iframe)NicoApiClient
BiliBili4176277URLLimitedHTML5 (iframe)
Piaproqmlyzf3njdljhayxHTMLHTML5 (audio)PiaproClient
Creofuga1234567URLHTML5 (iframe)
Bandcamp379042HTMLHTML5 (iframe)NYoutubeDL

Ideally the PV ID and other metadata can be parsed from the URL and metadata (such as video title) can be parsed from the API.

API calls are generally cheap, while downloading and parsing HTML is more costly.

For SoundCloud we’re saving both the internal media ID and the URL, because conversion between those would not be possible without additional API calls. There is no easy way to navigate to SoundCloud by knowing just the media ID.


In order to add support for a new service to be embedded, we need a reliable way to get the embed code from the media URL. Usually the URL contains the ID that is also required by the embed code.

For example, YouTube URLs look like this https://youtu.be/AAABBBCCC

The embed code is https://www.youtube.com/embed/AAABBBCCC

This is the only mandatory thing. Additionally, VocaDB supports loading metadata for the media:

  • Title
  • Thumbnail
  • Upload date
  • Length
  • Author

This metadata is preferable, but not mandatory. In the optimal case, the service has a programmatic API for loading that metadata. HTML parsing may work if the HTML structure is simple enough, but there is always a risk of the parser breaking when the layout changes.

Terms of service Privacy & cookie policy License About VocaDB Staff Contact