Skip to main content
Home Forums Silverlight Design Video and Media Peer To Peer streaming between IP Camera and Silverlight
1 replies. Latest Post by aldenml on October 30, 2009.
(0)
emw1909
Member
12 points
2 Posts
10-29-2009 4:55 PM |
Hi,
I am trying to grab a stream from an IP camera and to display the stream in a silverlight mediaelement without encoding it. the IP camera is already producing an MPegr4 video stream, but it is different then the Mpeg4 video stream that silverlight uses. What is the best way to go about getting the data from the stream and displaying directly in a silverlight player. I figure if I can get the stream there will be minimal if not any latency. Currently the camera supports an ActiveX control that has no latency thru the web when accessing the camera stream. I need same performance without the Active X control.
Thanks
aldenml
157 points
24 Posts
10-30-2009 9:25 PM |
Hello,
The problem is that the MediaElement supports H264 in a MP4 container. The IP cameras usually streams the video in a kind of RTSP/RTP streaming. The other issue to take care of is the H264 profile, but IP cameras supports Baseline Profile.
Probably you can use this product: http://streamcoders.com/products/silversuite.html
Alden http://www.cmstream.net http://twitter.com/aldenml