CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Germany
    Posts
    451

    Saving video stream in chunks

    I have an IP Camera where stream is available as http://userassword@192.168.0.22:81/videostream.asf .

    I have some linux servers and all I would like to get done is to save this stream into hourly chunks (file name like YYYYMMDDHH.mjpeg) and then rotate the files, keep them for a week or two.
    Is there a simple way to do it with bash, php, perl or similar?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Saving video stream in chunks

    You could try using PHP with the Zend_Media_Asf Class.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured