Skip to content

Solocoo DRM

To set up the Solocoo DRM for a stream or files in a VOD location, add the drm parameter as follows:


stream example_stream {
  input udp://239.0.0.1:1234;
  protocols dash hls;
  drm solocoo site=abcd secret=Passw0rd!;
}
file drm {
  path /storage/vod;
  protocols dash hls;
  drm solocoo site=abcd secret=Passw0rd!;
}

Where:

  • site and secret are parts of the keyserver's URL: https://SITE.solocoo.tv/SITEadmintools/papi/SECRET/method.

Flussonic passes the stream's name as the streamname parameter.

For a VOD file, such as /PATH/TO/VOD/content.mp4, Flussonic reads streamname from /PATH/TO/VOD/content.mp4.solocoo_id file.

Special symbols in the password, such as !, will be URL-encoded automatically.