I would like to know if I can change the video size? The video doesn't scale in any browser. The sample code that I am using: http://doc.developer.milestonesys.com/html/samples/MobileServerSample.html

Hi Umesh,

I would recommend you to migrate to the newly introduced Mobile SDK at:

http://doc.developer.milestonesys.com/mipsdkmobile/

There is parameter for video size in the request stream.

Thanks Petar. That doesn’t work in the mobile server sample. I changed the size of the img element…which can be found in requestAllStreams. Hope someone finds this useful.

var img = document.createElement(‘img’);

img.setAttribute(‘style’, ‘width:768px;height:435px’);