Archive

Posts Tagged ‘H.264’

Introducing SilverSuite 2.0 for Silverlight 4.0

July 19th, 2010 No comments

Introducing SilverSuite 2.0 for Silverlight 4.0

Transactional RTSP

After months of hard work we are finally ready to release version 2 of Streamcoders SilverSuite.

Check out the new features:

Video:

  • H.263 Encoder & Decoder (all versions)
  • MPEG-4 Decoder (SP)
  • H.264/AVC/MPEG4.10 Parameter-set parsing

Audio:

  • G.711a/u Encoder & Decoder
  • WaveInput & WaveOutput devices
  • Audio resampler & deinterleaver
  • DTMF tone detection & generation
  • AAC configuration parser and Access Unit expander

Containers:

  • MP4 Writer & Reader
  • FLV Writer & Reader

Playback:

  • RTSP state machine based MediaStreamSource
  • RTSP transactional MediaStreamSource (preferred)
  • FLV MediaStreamSource
  • PCM MediaStreamSource

Protocol stacks:

  • RTSP (including full session managment & media parsing)
  • RTP
  • SDP

Encapsulations:

  • TCP Client implementation
  • Multicast client implementation

Servers:

  • Silverlight Policy server
  • Multicast policy server
  • RTSP proxy server 2.0

Demos:

  • RTSP Demo using standard State machine model
  • RTSP Demo using tranactional model and async callback model for MediaStreamSource
  • Multicast voice/video/text/drag’n'drop chat
  • WaveInput/WaveOutput device demo

Especially audio & video encoding facilities of SilverSuite finally puts Silverlight up on the scoreboard and on par with Adobe Flash, if not beyond. Also supporting RTP you can now have true VoIP conversation with any SIP device out there or stream video directly to 3G devices.

There is more to come…stay tuned….

MediaSuite.NET – What’s new

March 18th, 2009 No comments

We’re releasing a new Version of MediaSuite.NET (1.5.892)

New Features include:

Resampler.NET

You can now resample your audio data, from any frequency to another. I’m not going to go into detail of delay lines and taps, but let’s just say it works like a charm.

To resample your stream simply call Resample on the buffers you encounter.

FLVReader.NET

We’re also including the release version of FLVReader.NET able to parser and split Adobes Flash Video Files up to its most recent version (Version 10) of the file format. This component also doesn’t get any easier to use. You simply provide FileName and call Init and then proceed to getting your TrackInfo just like with AVI or MP4 Reader class of MediaSuite. It is able to parse all codec types specified by Adobe. Though, due to license restrictions, you might just be able to use:
Video: H.264 and H.263
Audio: AAC and MP3

Nellymoser and VP6 are still off limits, as far as we know.

Download MediaSuite.NET

What else is coming up:

  • FLVWriter.NET
  • RTSP Server Session Managment classes
  • EasySIP.NET

Yours truly,

Wolfgang Deiml