Page 1 of 1

dash and http proxy

Posted: 04 Sep 2012 12:15
by angelo.difino
Hi all,
i'm using the nightly build version of VLC 2.1.0 for DASH purpose.

Did anybody had any issue using DASH with HTTP proxy from VLC?
28 june 2012 version was ok... today version seems have some issue,
probably related to the new PROXY support, that broke the correct HTTP request:

old vlc (no proxy) :

Code: Select all

HTTP GET http://hostname/~angelo/filename.mpd HTTP 1.1
new vlc (no proxy) :

Code: Select all

HTTP GET http://hostname:/~angelo/filename.mpd HTTP 1.1
old vlc (with proxy)

Code: Select all

HTTP GET http://hostname:80/~angelo/filename.mpd HTTP 1.1
new vlc (with proxy)

Code: Select all

HTTP GET http://hostname:80 HTTP 1.1
(and filename.mpd is MISSING)

Did anybody tried DASH with HTTP PROXY on last nightly build?

BR
angelo

Re: dash and http proxy

Posted: 05 Sep 2012 09:43
by Lotesdelere
Please try the most recent nightly build and report back if it's now working or not.

Re: dash and http proxy

Posted: 05 Sep 2012 13:46
by angelo.difino
it works like a charme!

thank you very much,

BR
Angelo