Jayesh Rawal
Jayesh Rawal

Reputation: 11

Stream video from WP 8.1 to TV via DLNA

I am working on the Windows Phone 8.1 app, in which I want to implement online video streaming and play video from windows phone device to TV through DLNA via wifi connectivity.

similar functionality to LUMIA PlayTo app, but want to stream online video over TV through DLNA.

can any one help with this because has googled a lot, but haven't found anything relevant Any help is appreciated.

Thank you.

Upvotes: 1

Views: 731

Answers (2)

sathishkumar_kingmaker
sathishkumar_kingmaker

Reputation: 911

That is a fairly broad question. There is a MediaElement control you can use to play video. Maybe the open source PlayerFramework is more helpful. It provides a way to play lots of content, including progressive downloads, streaming, live streaming, protected content, advertisements, etceteras. And you can style the player as you see fit.

Have a look at http://playerframework.codeplex.com for the downloads, sources and documentation.

An easy start can be found here: Getting Started Guide.

Attribution for answer

Source

Author

Upvotes: 2

user5229526
user5229526

Reputation:

Use and study this Sample code

Upvotes: 1

Related Questions