Meta.Vlc
Meta.Vlc copied to clipboard
LoadMedia with HTTP SAS token
When you load a http video loadmedia will call ToHttpEncodeString. My problem is that I host the videos I want to see on azure. To show them I get a https url with a SAS token, that already are encoded and ToHttpEncodeString will encode them again and then the url is broken. Is there a method to aviod this or can you make one?