How to receive video in mobile/low bandwide ?

Hi

I have a customer with low bandwide.

I’m using the activex to connect his milstone system.

The problem is that the video is not stream and stop.

How can i stream the video in this situation ?

Thanks

In a low bandwidth scenario I would recommend to look at you the Mobile Server and mobile server protocol instead of using the activex. Explore the Mobile Server protocol sample.

Hi

We are developing in Delphi to win 32 application.

Because the H files are not pure C , we canot use them.

I need to know how to stream the video in mobile/web mode/low bandwide.

​Shraga

Mobile Server protocol sample is JavaScript, I guess you will have to translate. There are no h files in that sample. I think you might have looked at the wrong sample. Is that possibly it?

Hi

Can i use mobile server protocol in OCX ?

I don’t want to change all my code, just need to show video in substream/low bandwide.

​The H files i was talked about are in “[c:\Program](file:c:/Program) Files\Milestone\MIPSDK\Include\”

​Shraga

No. The ImageViewer activeX does not use the mobile server. The acfiveX components will be phased out and using the Mobile Server protocol is the future proof method. I believe you can make more robust solutions and solutions that can work at lower bandwidth.

Thanks