Page 1 of 1

x-callback URL encode

Posted: 19 Sep 2015 02:06
by oliverschober
Hello!

I start a url from an other App with following Link:
< vlc-x-callback://x-callback-url/stream?url=http://rackonair.com:8005&x-success=iviewer4://&x-error=iviewer4:// >
and it works well!

When I make a call to get this stream:
< vlc-x-callback://x-callback-url/stream?url=rtsp://@192.168.0.168/?freq=402.000&msys=dvbc&sr=6900&mtype=256qam&pids=0,1001,160,165,161,162,163,164&x-success=iviewer4://&x-error=iviewer4:// >
it does´t work!?

When I only call this stream by using this link (without callback function)
< vlc://rtsp//@192.168.0.168/?freq=402.000&msys=dvbc&sr=6900&mtype=256qam&pids=0,1001,160,165,161,162,163,164 >
it also works well!

I already try to encode the Url but it is the same thing, it does´t work!? Can somebody explain what I make wrong?!

iPad is iOS9.0, VLC is 2.6.5

Re: x-callback URL encode

Posted: 19 Sep 2015 07:54
by dfuhrmann
You need to properly encode the URL.

Re: x-callback URL encode

Posted: 19 Sep 2015 19:23
by oliverschober
So you think the url call is ok?
I encode the url but it does´t work too!

< vlc-x-callback://x-callback-url/stream?url=rtsp%3A%2F%2F%40192.168.0.168%2F%3Ffreq%3D402.000%26msys%3Ddvbc%26sr%3D6900%26mtype%3D256qam%26pids%3D0%2C1001%2C160%2C165%2C161%2C162%2C163%2C164&x-success=iviewer4://&x-error=iviewer4:// >

Re: x-callback URL encode

Posted: 22 Sep 2015 09:53
by fkuehne
Did you try without the x-success and x-error parameters?

Re: x-callback URL encode

Posted: 26 Sep 2015 12:48
by oliverschober
Today I try without x-success,... the same result?!
If you want I can send you the iPad Screenshot with failure message.

Re: x-callback URL encode

Posted: 26 Sep 2015 13:14
by fkuehne
Sure :)

Re: x-callback URL encode

Posted: 26 Sep 2015 14:15
by oliverschober
How can I send the fotos?