Forum

Thread tagged as: Suggestions, Api, Members

Secure streaming with byte-range request / 206 partial support

perch_members_secure_download doesn't seem to support byte range request / partial download 206 content delivery.

Looks like this could be possible to add in members runtime.php line 285 using the sample code found at:

https://licson.net/post/stream-videos-php/

I'll probably try to add this myself but of course it would be much better if this were part of the official add on!

Jared Buttars

Jared Buttars 1 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

That function is really just a convenience for people who don't know how to go about doing it themselves.

If you need streaming, just use your own code - don't modify what's there as that will make updating harder.