Hi team,
vlc for iOS 2.4.1 brought a new feature on x-callback-url, it made me really excited. May I request more features on the x-callback-url? I believe vlc for iOS will be a must-have app.
The goal is to make vlc a shared app / component.
From other apps to vlc:
- The following 2 parameters are currently supported:
* Action: download / stream
* Query: url
- The new query parameters:
* HTTP Header: User-Agent (this parameter is to be used in all streaming requests)
* HTTP Header: Cookie (this parameter is to be used in all streaming requests)
* HTTP Header: Referer (this parameter is to be used in all streaming requests)
* Initial playback start position
* Video title to display
From vlc back to the caller:
- The new results:
* Resume position (-1 means end)
* Whole video duration
I found vlc 2.4.1 won't back to the caller in case video playback error occurred by x-callback-url 'stream' action. Is it by design or expected?
Thank you so much for your efforts and wonderful app!
Will