stream media service

2019-08-18 Thread Eliza
Hello, Can anybody point me the right way to run MP handler as a stream media service? I just got the requirement but have no ieda on it. Thanks.

Re: Streaming files

2019-08-18 Thread Randolf Richardson
Yes, you can use a Perl handler to do that. (I do this to send images stored in PostgreSQL that are retrieved with DBI instead of reading from files on the file system outside of the document root.) Perl can read X number of bytes into a local variable, then send the contents