hazcod / Gunther

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)
27 stars 5 forks source link

Find a way to steam with PHP #27

Closed qantourisc closed 9 years ago

qantourisc commented 9 years ago

Not sure where else to put this. So made you an issue.

Would this work ? http://stackoverflow.com/questions/432713/serving-large-files-with-php

hazcod commented 9 years ago

Well, actually I am already using chunks to stream; https://github.com/HazCod/Gunther/blob/master/application/includes/VideoStream.php#L12

hazcod commented 9 years ago

The problem, AFAIK, is that the PHP code does not detect that the user aborted the download or so.

hazcod commented 9 years ago

Not necessary anymore, fixed in b9dc762847cefae351870e343c8be49a70b2a0e0.