S
S
swcalc2015-09-12 23:10:11
PHP
swcalc, 2015-09-12 23:10:11

Is it possible to provide streaming video reception using PHP?

The question interests, whether it is possible to accept a stream and issue it by means of PHP?
If not, then what do you recommend?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2015-09-13
@swcalc

No.
https://github.com/arut/nginx-rtmp-module

D
Denis, 2015-09-13
@prototype_denis

Yes.

$ cat example.ogg | php example.php

<?php 

$data = fread(STDIN....
//...
fwrite(...

PS But it's better not to do that.
P.S. Generally.
PPPS Never.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question