I see that how TTS works is that there is a TTS folder that the MP3 files are written to, and these files are accessible through the API via “/api/tts_proxy/mp3 name.mp3
”. This is how things like Google cast play the files.
I attempted to place an MP4 video file in the TTS folder for casting, but it seems like the API only gives access to MP3 files from the TTS folder, as I couldn’t load the video remotely through the API. I would like to be able to cast hosted videos to Chromecast through the API!
Would it be possible to have another folder that is accessible through the API, but for hosting all file types?