Hi,
I would like to create a link to a Quicktime video (H264) on an webserver that, when klicked on an iPad, launches VLC and downloads the video.
This code launches VLC on the iPad and streams the video:
vlc://http://www.my-server.com/my-video.mov
It must be possible to send the link by Email, like the above one.
My question:
Can I add a parameter to the URL, that will force VLC to download instead of streaming?
Something like vlc://http://www.my-server.com/my-video.mov?download=true ?
Thank you very much in anticipation!
Palle