ZohaibKhalid1 Posted October 17, 2014 Share Posted October 17, 2014 I have my IP camera with the streaming URL : http://x.x.x.x:81/livestream.cgi?user=admin&pwd= Now i want to record the streaming using PHP . Now please anyone help how to do this ? Any help would be appreciated . Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/ Share on other sites More sharing options...
ginerjm Posted October 17, 2014 Share Posted October 17, 2014 I see you made a post on an old topic similar to this. Not much code in that post and certainly absolutely NONE here. How about showing us a whole-hearted attempt at solving your self-made problem and then we can perhaps guide you? Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1493986 Share on other sites More sharing options...
ZohaibKhalid1 Posted October 17, 2014 Author Share Posted October 17, 2014 I see that post and it didn't work for my case that's why i'm asking for help . If you can help me i would be very thanks full otherwise no problem n stay blessed. Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1493989 Share on other sites More sharing options...
ZohaibKhalid1 Posted October 17, 2014 Author Share Posted October 17, 2014 I have use many services like RED5 and wowza but i can't do it ! Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1493990 Share on other sites More sharing options...
ginerjm Posted October 17, 2014 Share Posted October 17, 2014 As said above - show us your attempt. A Real Attempt. Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1493993 Share on other sites More sharing options...
QuickOldCar Posted October 19, 2014 Share Posted October 19, 2014 Take a look at ffmpeg and ffserver instead, well documented. Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1494140 Share on other sites More sharing options...
mrlankee Posted October 19, 2014 Share Posted October 19, 2014 There are open-sourced programs that record streams. Why do you want to use PHP? Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1494141 Share on other sites More sharing options...
ZohaibKhalid1 Posted October 19, 2014 Author Share Posted October 19, 2014 I have my project in PHP . Its web based PHP project . Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1494175 Share on other sites More sharing options...
QuickOldCar Posted October 19, 2014 Share Posted October 19, 2014 Php itself can not do it, you must exec something else to do it on the server. Some sort of actionscript or java. commandline to a program that can do it. Have a look at this and try it. http://sourceforge.net/projects/flazr/ Link to comment https://forums.phpfreaks.com/topic/291881-save-ip-camera-stream-with-php/#findComment-1494185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.