[vlc-devel] HLS Patch for absolute path.

Ilkka Ollakka ileoo at videolan.org
Thu Feb 27 18:09:25 CET 2014


On Wed, Feb 26, 2014 at 01:11:52PM +0000, x Kappen x wrote:
> Error Scenario m3u8 file:#EXTM3U#EXT-X-VERSION:3#EXT-X-TARGETDURATION:2#EXT-X-MEDIA-SEQUENCE:2474#EXT-X-PROGRAM-DATE-TIME:2014-02-26T11:40:13.000+0000#EXTINF:1.8,/SVT1/1/00002470.ts#EXTINF:1.8,/SVT1/1/00002471.ts#EXTINF:1.8,/SVT1/1/00002472.ts#EXTINF:1.8,/SVT1/1/00002473.ts#EXTINF:1.8,/SVT1/1/00002474.ts

Hi,

> Results in:GET //SVT1/1/00002470.ts HTTP/1.1Host: 127.0.0.1:3490User-Agent: VLC/2.0.8 LibVLC/2.0.8Range: bytes=0-Connection: closeIcy-MetaData: 1
> After patch:GET /SVT1/1/00002470.ts HTTP/1.1Host: 127.0.0.1:3490User-Agent: VLC/2.2.0-git LibVLC/2.2.0-gitRange: bytes=0-Connection: closeIcy-MetaData: 1

Did you actually test with 2.2.0 without the patch? This isn't actually
error as // is valid in path (not usually nice to have, but not an error
iirc).


-- 
Ilkka Ollakka
Creditor, n.:
	A man who has a better memory than a debtor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140227/107b7f73/attachment.sig>


More information about the vlc-devel mailing list