I have audio files and I'd like to show chapters on the player as described here: https://docs.jwplayer.com/players/docs/jw8-add-chapter-markers
I'm using jwplayer-8.23.2
I'm loading vtt file using a REST API that downloads the following content:
WEBVTT Chapter 01
00:00:00 --> 00:12:00
Chapter 02
00:12:00 --> 00:40:00
PIPPO 01
The player loads without any error, but neither chapters markers nor chapters names are shown anywhere?
Is there something wrong on using chapters with audio files?
Best, Laura