SilverLive
SilverLive is an HTTP Live Streaming client for Silverlight.
For the first time, you can now display Apple iPhone/iPad streams within Silverlight, with just a few lines of code:
SiverLiveStreamSource mySource = new SiverLiveStreamSource("/index.m3u8");
mediaElement1.SetSource(mySource);
mediaElement1.Play();
mediaElement1.SetSource(mySource);
mediaElement1.Play();
- Fully seekable, high quality video: H264 / AAC / MP3 codecs supported.
- Almost-instant startup: avoid long buffering times.
- No costly encoding applications; use your existing web server.
- Effortless integration: connects directly to Silverlight's native MediaElement component.
- Reduce the time and expensive of multiple encodes; now you can re-use the same stream for all your clients.
The full technical specifications of SilverLive are listed on this page
Want to see more? Click here to view SilverLive in action!
Want to see more? Click here to view SilverLive in action!
