I have an incoming RTP stream that I want to render in a web browser. What are the current chances to do this?
Asked
Active
Viewed 5,336 times
2
-
1Check http://stackoverflow.com/a/1737065/1860929 and http://stackoverflow.com/q/10807567/1860929 – Anshul Goyal Jul 16 '14 at 14:39
1 Answers
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