开发者

Android video streaming to windows azure

I want to store stream video to the windows azure server from the android camera captured video*.How it possible?

In android i know the use of parcelfiledescr开发者_StackOverflow社区iptor class.And i also created a application to stream video to the server.In that application server side controled by java socket programming.that fully successful..

But now i want the server side programming to do with the help of Windows Azure ???please help me.....thanks in advance..


can you just upload the video as blob to Window Azure Blob Storage? More recently, Windows Azure Media Services has been shipped, which is specialized in supporting video.


do not know about windows azure, but there is a way to stream to wowza servers: https://software.intel.com/en-us/intel-inde


For applications using the Azure storage version 2009-04-14 and newer, you can request Azure to deliver partial content (HTTP 206 responses). You can simply upload the video file and then load it for streaming.

This might be helpful, although now it is rarely necessary to manage the HTTP 206 responses in such a detail, the SDK should do it for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜