2

I have an incoming RTP stream that I want to render in a web browser. What are the current chances to do this?

MrMoog
  • 427
  • 7
  • 18

1 Answers1

3

Silverlight player - checkout this code:https://github.com/kaltura/chromeless-silverlight in this player we have mutlicast player that play RTP streams from wowza streaming server. https://github.com/kaltura/chromeless-silverlight/blob/master/Player/MulticastPlayer.cs

Itay Kinnrot
  • 721
  • 5
  • 11