0

I am new to windows mobile application development. I want to develop an application to play live stream on Windows mobile devices. I have both formats HLS(.m3u8) and RTMP of streams available. Please guide me to some useful player for integration open source preferably (if available)

Thanks

  • What kind of mobile device are you going to use? Different ones do different things. What operating system are you going to be developing on (i.e. Windows, Android)? What environment are you going to be developing with (i.e. Visual Studio)? –  Oct 18 '13 at 20:00

2 Answers2

0

You might find this project helpful to get HLS running on Windows Phone. If you really mean Windows Mobile, which is deprecated, you probably would need to use the libav libraries.

RTMP is terrible, try to forget that it exists.

vipw
  • 7,593
  • 4
  • 25
  • 48
0

Player Framework: an open source media player framework for Windows and Windows Phone

http://playerframework.codeplex.com/

Codeone
  • 1,173
  • 2
  • 15
  • 40