[AWS] AWS.Client
Adrian Hoe 贺文耀
mailbox at adrianhoe.com
Fri Sep 14 09:12:42 CEST 2007
On Sep 14, 2007, at 12:27 PM, Dmitriy Anisimkov wrote:
> Adrian Hoe 贺文耀 wrote:
>>> I want to know the parameter "Kind" value you are using.
>>
>> No. The video server is a 3rd party product and is not developed
>> using
>> Ada. I am just writing a program to interface with this 3rd party
>> video server using HTTP protocol.
> Ok. Do you know what kind of server-push protocol it used ?
> As I know there is no standard for server-push, and we should know how
> data is decorated inside of server-push stream.
> Is there any description of the server-push stream format ?
> Or maybe this server published in the internet ?
I am on NDA to obtain the SDk which is in C and Windows.
There's no mention about the standard for server-push.
This is what I captured:
Every JPEG frame is separated by a header:
--myboundary
Content-length: 29737
Content-type: image/jpeg
After the header, there are 0x0d0a0d0a before SOI (Start of image) or
0xffd8. The frame stops with EOI (End of Image) or 0xffd9 before the
above header begin again for the next frame.
I have posted a short article and code snippet here: http://
adrianhoe.com/adrianhoe/2007/09/13/server-push-jpeg-stream/
Thanks and best regards,
--
"If you missed the rising sun and the morning dew, don't miss the
beautiful sunset." -- Adrian Hoe inspired by Michal Nowak, June 15 2004
http://adrianhoe.com
http://adrianhoe.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/aws/attachments/20070914/794e9740/attachment.htm
More information about the AWS
mailing list