CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Thread: Stream contents

  1. #1
    Join Date
    Aug 2005
    Posts
    133

    Stream contents

    Hi,
    i'm trying to understand the contents of sockets in a "video" stream. It contents an header and a jpeg file (JFIF). I already decoded some parts. I need some help to understand it all. I attached the contents of the socket in the bin file and the extracted jpeg that consis in a colum of squares pictures of 16x16px.

    Here's what i found :

    offset :
    0x4C number of squares
    0x34 camera number
    0x64 to JFIF SOI coordinate of each squares

    with that i am able to reconstruct each frame of the video, but i think that in the header there is a time stamp. By the way the date of the timestamp may is 08/01/2007 17:41.

    Thanks
    Attached Files Attached Files
    Louis-Philippe Frenette
    Arobas Informatique Granby
    http://www.arobasinformatique.com

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