I want to record flash stream using php. Do u guys know how to do that? I want script to record for example youtube file playing. I have VPS so it can use some software.
Any ideas?
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can make script that simply downloads and saves the stream data in the file, but in that case, you must disable the 30 seconds limit for that file. There can be made scripts that call themselves in infinite loop each 30 secs, but in that case you are in danger of missing some bytes from original stream. But I don't recomend doing this using PHP. This language is rather designed to quickly process data for user and end (its "script"). Simplest script:
Not recommended indeed. |
|||||
|