Araib karim
Araib karim

Reputation: 421

Windows phone based live video streaming Application

i am hoping to develop a live video streaming app for windows phone.

I want to know what protocols and libraries support are provided for windows phone? I want to implement a sort of Video chat application..

An example for Android and Iphone: http://techcrunch.com/2010/03/24/knocking-live-video-now-lets-you-stream-between-android-and-iphone-devices/

Upvotes: 1

Views: 2142

Answers (2)

poppastring
poppastring

Reputation: 317

As you have an IIS-7.5 tag I am going to assume you are talking about streaming from a server to multiple WP7 devices. In which case you may want to consider using IIS 7.X for the streaming portion. The following link shows how you can build the client app for Windows Phone 7: http://www.iis.net/community/default.aspx?tabid=34&g=6&i=2020

The sample requires the IIS Smooth Streaming Client (1.1), Silverlight 4, and the Visual Studio Windows Phone 7 Developer Tools.

Upvotes: 1

MyKuLLSKI
MyKuLLSKI

Reputation: 5325

At the moment live streaming is possible but it ill not be allowed on AppHub for distribution. This is because you have to hack the dll's. This is because when you switch from your app to the camera it physically goes to the camera mode. To live stream you have to override this.

Her is the Code Project

Upvotes: 0

Related Questions