I am using wowza to stream video contents containing severeal audio tracks, and subtitles tracks in many language.
If the language labels contains diactritics like ç, ñ, etc… the playlist.m3u8 url is not in UTF-8 anymore but in ANSI.
So in all the players I tested the videos, the labels are not correctly displayed :
The m3u8 link is : [https]://stream.syracuse.cloud/GJA/smil:bigbuckbunny.smil/playlist.m3u8
If you save it on your disk and open it with a text editor, you will see that the file is saved in ANSI
For this example with no language containing diacritics in its name, [https]://stream.syracuse.cloud/GJA/smil:bigbuckbunny2.smil/playlist.m3u8, the file is in UTF-8, which is correct.
For this two examples, the only changes are the name of the file and the subtitles included in the smil file.
What can I do to have correct language name in my player ? To have the m3u8 file always generated in UTF-8 ?