Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionMy question is very basic because I am a newbie to all these technologies.
I have an IP camera connected to my internal network.
http://192.168.1.20/videostream.cgi?user=admin&pwd=
...gives a live streaming view in Firefox or Internet Explorer.
Now I want to record 开发者_如何学JAVAthe live stream into a video.
The parameters to be supplied are begin_time
, end_time
, format
of video etc.
How do I accomplish this?
I appreciate any guidance.
what is the format of streaming protocol You need a tool to capture the stream on server or client
- client tools to record and save video http: use wget rtmp: use rtmpdump rtsp: use openrtsp http://www.live555.com/openRTSP/
vlc player can also record multiple format to disk it just saves the raw data to disk, if you need another format use ffmpeg to transkode.
精彩评论