aMSN Forums
February 10, 2012, 11:50:23 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: New forum for aMSN !!
Home
Help
Search
Login
Register
aMSN Forums
>
The Community
>
Whatever You Want To Talk About Here
>
msn video payload header
Pages: [
1
]
« previous
next »
Print
Author
Topic: msn video payload header (Read 5057 times)
denemeler
Newbie
Offline
Posts: 6
msn video payload header
«
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
Posts: 9424
msn video payload header
«
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
Posts: 6
msn video payload header
«
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
Posts: 9424
msn video payload header
«
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
Posts: 6
msn video payload header
«
Reply #4 on:
December 18, 2008, 06:02:51 pm »
thanks Kakaroto
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Development
-----------------------------
=> Important announcements
=> Amsn development related issues
=> aMSN2
-----------------------------
aMSN Support
-----------------------------
=> General
=> Linux
=> Macintosh
=> Windows
=> Other OSes
-----------------------------
The Community
-----------------------------
=> Feedback and Suggestions
=> Whatever You Want To Talk About Here
=> Skins
=> Plugins
-----------------------------
Other Languages
-----------------------------
=> EspaƱol
=> Français
=> Deutsch
Loading...