Storm docs logo
Search the docs.../
Explore Storm Products

Storage Settings - Storm JS Player Core

In this guide, you will get to know all the configuration options for controlling storage system.

Sample Code
Code iconjavascript
const streamConfig = {
    stream: {
      ... // stream configuration
    },
    settings: {
        ... // basic configuration
        storage: {
            enabled: true,
            prefix: "storm"
        }
    }
};

Description of Fields and Parameters

Parameter nameParameter typeRequiredDefaultDescription
enabledbooleanNotrueWhenever player is allowed to store data on viewer's device.
prefixstringNoPrefix which allows to separate different groups of players which should not share memory with each other

Next Step

For the next step please check our Storm JS Player Core - Security Settings guide where you'll learn about how to protect your streams.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.