I am having trouble getting a VLC Shortcut in iOS to work. I want to create a Shortcut to a RTSP (webcam) stream.
Currently I have it set up like this:
Scripting
Code: Select all
Open vlc-x-callback://x-callback-url/stream?url=rtsp://username:password@x.x.x.x:554/ with x-callback
Any ideas? TIA