ZohaibKhalid1 Posted October 17, 2014 Share Posted October 17, 2014 (edited) 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 . Edited October 17, 2014 by ZohaibKhalid1 Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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 ! Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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 . Quote Link to comment 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/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.