silvercover Posted November 17, 2010 Share Posted November 17, 2010 Hi, I need some basic video capturing features. So I want to ask, is there any way, library or work-round for recording browser screen in a video file using PHP? Thanks in Advance. Link to comment https://forums.phpfreaks.com/topic/218948-record-screen-with-php/ Share on other sites More sharing options...
trq Posted November 17, 2010 Share Posted November 17, 2010 PHP executes on the server, not the client. Link to comment https://forums.phpfreaks.com/topic/218948-record-screen-with-php/#findComment-1135460 Share on other sites More sharing options...
silvercover Posted November 17, 2010 Author Share Posted November 17, 2010 I know that PHP is server side! Surly you have seen some online video format converters or screen captures. I'm looking for way to video capture the way this class (http://www.phpclasses.org/package/3747-PHP-Manipulate-and-convert-videos-with-ffmpeg-program.html) do with other aspects of online video files. Link to comment https://forums.phpfreaks.com/topic/218948-record-screen-with-php/#findComment-1135465 Share on other sites More sharing options...
laffin Posted November 17, 2010 Share Posted November 17, 2010 a converter works on server side, so that is irrelevant. video capture is client side, so u need a client side language, java/flash come to mind. Link to comment https://forums.phpfreaks.com/topic/218948-record-screen-with-php/#findComment-1135602 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.