dash and http proxy
Posted: 04 Sep 2012 12:15
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) :
new vlc (no proxy) :
old vlc (with proxy)
new vlc (with proxy)
(and filename.mpd is MISSING)
Did anybody tried DASH with HTTP PROXY on last nightly build?
BR
angelo
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
Code: Select all
HTTP GET http://hostname:/~angelo/filename.mpd HTTP 1.1
Code: Select all
HTTP GET http://hostname:80/~angelo/filename.mpd HTTP 1.1
Code: Select all
HTTP GET http://hostname:80 HTTP 1.1
Did anybody tried DASH with HTTP PROXY on last nightly build?
BR
angelo