mitxp / HbbTV-Testsuite

Tests for HbbTV implementations
http://itv.mit-xperts.com/hbbtvtest/
132 stars 56 forks source link

Stream media content only in case of HTTP GET method #35

Closed mpiechaczek closed 8 years ago

mpiechaczek commented 8 years ago

This fixes requests that use HTTP HEAD method which takes very long time due to usleep calls in php code.

Test command: $ wget --method HEAD -S http://itv.mit-xperts.com/hbbtvtest/media/mp3radio.php

mitxp commented 8 years ago

Thanks for your contribution, this should improve playback start time. And sorry for the delay. I was quite busy the last days...

mpiechaczek commented 8 years ago

No problem, thank you for merge