Skip to main content
Home Forums Silverlight Design Video and Media how to get video/audio frames
1 replies. Latest Post by Jonathan Shen – MSFT on June 24, 2009.
(0)
aviadr1
Member
2 points
2 Posts
06-18-2009 12:15 PM |
I have a broadcaster application, that's currently able to broadcast files, mms sources, capture cards, tv tuners etc. I'm interested to know if silverlight exposes streaming interfaces, that will allow me to capture media from a stream, so that can get at actual memory buffers with compressed a/v (H.264 / aac) ? that way I can interface for instance with appliances exposing silverlight streaming, such as viewcast's niagra streamers.
Jonathan...
All-Star
24969 points
2,434 Posts
06-24-2009 6:10 AM |
Hi Aviadr1,
aviadr1:I'm interested to know if silverlight exposes streaming interfaces, that will allow me to capture media from a stream, so that can get at actual memory buffers with compressed a/v (H.264 / aac) ? that way I can interface for instance with appliances exposing silverlight streaming, such as viewcast's niagra streamers.
Silverlight 3 provide WriteableBitmap for your condition. Please reference to this sample.
Best regards,
Jonathan