aMSN Forums
February 10, 2012, 11:50:23 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: msn video payload header  (Read 5057 times)
denemeler
Newbie

Offline Offline

Posts: 6


View Profile
« on: December 16, 2008, 08:39:39 pm »

Hi

I need to undersrand TCP video payload header for video conversation.
I suppose this is 24 byte header but I get any knowledge which byte is frame number or keyframe.

Where I can found it?

thanks
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #1 on: December 16, 2008, 08:56:58 pm »

this is the 3rd question you're asking about "how can I do this", and all your questions seem answerable by google and by spending a little time thinking! Please use your own brain to figure out stuff, if you get stuck on something, then i'll gladly help, but take the time to look for the solution yourself, I'm not here to waste my time searching for something that you could waste your time searching for it. I think I've helped you more than enough already.
Find the solution yourself.
Logged

KaKaRoTo
denemeler
Newbie

Offline Offline

Posts: 6


View Profile
« Reply #2 on: December 16, 2008, 09:22:58 pm »

I searched google and looking at much page but I cant find exactly I want.
I understand some bytes in payload header but the other I cant.
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #3 on: December 17, 2008, 04:18:16 am »

google isn't always the answer... read the code!
Code:
struct header {
    char header_size;
    char is_pause_frame;
    short width;
    short height;
    short is_keyframe;
    int payload_size;
    int FCC; \\ ML20
    int unique_random_id;
    int timestamp;
 }
Logged

KaKaRoTo
denemeler
Newbie

Offline Offline

Posts: 6


View Profile
« Reply #4 on: December 18, 2008, 06:02:51 pm »

thanks Kakaroto
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!