I'm trying to find a way to open a video stream URL via URL scheme on iOS. I saw a discussion on stackoverflow and it led me here now.
I'd like to be able to open one or many video URLs via the URL scheme, but for some reason I cannot get it to work with the method mentioned in the iOS documentation for VLC using the x-callback-url. I always get a playback error for some reason using a webhosted video.
I have found that I can use "vlc://{url here}", to open the app and load the stream, but it always asks whether to download or play the url. I'd like to automatically choose an option and thought the x-callback-url would help with this since it directly mentions the ability to do this in the iOS documentation for VLC
Does this work for anybody else?
Any ideas or tips would be greatly appreciated!
Edit: this appears to be working with simple URLs like "https://i.imgur.com/3u1p23S.mp4" but a more complex url like a YouTube video source url doesn't. Is this because it is having to process other information and VLC times out before it can do it? Loading the URL via the other method I mentioned seems to work without issue but I would like to have it automatically stream