We require content providers to include a security code in the M3U link for verification purposes and to simplify the process for customers.
The link should follow this format: https://contentprovider.net/
CODE
/playlist.m3u
. Customers will only need the CODE and the name of the content provider to add the playlist as a Streaming Service.
To be listed as a Streaming Service on the Spottune Cloud, please send us a test link for us to test and add to the Spottune Cloud. This ensures it is fully functional and ready for customer use.
To implement a streaming platform, we have created this guide to show how M3U files should be structured to work with our Spottune Cloud. This includes using the #EXTM3U header and #EXTINF tags for metadata and file paths. Follow the examples to ensure compatibility and seamless playback.
M3U files use the `#` character for including extensions. Two key extensions are used to create playlists:
#EXTM3U
#EXTINF
tag specifying the duration in seconds and optional metadata.#EXTINF:191,Artist Name - Track Title
#EXTM3U
#EXTINF:123, BigBuckBunny - BigBuckBunny
http://example.cloudfront.net/playlists/sample/BigBuckBunny.mp3
#EXTINF:321,ElephantsDream - ElephantsDream
http://example.cloudfront.net/playlists/sample/ElephantsDream.mp3
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:11
#EXTINF:10.007789,
http://example.cloudfront.net/segment1.ts
#EXTINF:10.007800,
http://example.cloudfront.net/segment2.ts
#EXTINF:9.984578,
http://example.cloudfront.net/segment3.ts
#EXT-X-ENDLIST