Documents
Integration with Nimble Streamer
If you are using Nimble Streamer as your media server to distribute your video, follow these steps:
- Go the Nimble.conf file
- on Linux, go to /etc/nimble/nimble.conf
- on Windows, the file is located in the same directory as the main executable
- Append the following headers into the configuration file
access_control_allow_origin = *
access_control_allow_headers = Range
- Save the file and restart your Nimble instance
On Linux use the following command to restart the server:sudo service nimble restart