SilverSuite Release notes

Version 2.0.374

New or extended 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

Version 1.0.997

New Features / Improvements:

  • Now including fully functional G.711 Encoder
  • Support for IPv6 TCPClient & OnError event
  • H264Frame.GetAssembledFrame overload with reference buffer (better performance)
  • Fixed RGB 0-alpha channel in MPEG4Decoder.Decode

Version 1.0.995

New Features / Improvements:

  • MPEG4Decoder
    • Deblock & Dering postprocessing filters
  • RTSPMediaStreamSource
    • Support for G.711

Bug fixes:

  • ProxyPS fixed possible crash when server side disconnects

Version 1.0.994

New Features / Improvements:

  • MPEG4Decoder
    • Support for DivX profiles
    • Improved Error Resilience
    • Significant performance improvements (640x352@30fps ~18% CPU on Core2Duo)
  • RTSP
    • Changed all IPEndpoints to be Endpoints and can now include DnsEndpoint to support DNS resolution
    • Added Basic & Digest authentication and user/password to RTSPMediaStreamSource constructor
    • Fixed most timing issues, especially when audio is absent
    • Improved session shutdown times
  • ProxyPS
    • Added options /rtsp:disable to disable rtsp proxy and /policy:disable to disable policy file server.

Bug Fixes:

  • Fixed URI query parameter absent when object is cloned
  • Fixed media parser for AAC mono stream

Version 1.0.993

New Features:

  • SimpleRTSP adjustable Frame Age (MinimumFrameAge)
  • SimpleRTSP RangeStart, RangeEnd for playing intervals of prerecorded streams

Improvements:

  • TCPClient improved Socket exception handling
  • MPEG4Decoder improved Huffman expansion

Bug Fixes:

  • MPEG4Decoder fixed possible DC Coefficient overrun

Version 1.0.991

New Features:

  • SimpleRTSP support for configurable Session KeepAlive. (RTCP and/or RTSP Methods)

Bug fixes:

  • Fixed bug with AAC streaming of more than 2 access units per packet
  • Fixed problem in RTSP Demo where Stop would not notify the MediaStreamSource and continue buffering.
  • Fixed RTCP SDES Chunk 32-bit alignment

Version 1.0.990

New Features:

  • H.264 Parameter-set parser
  • MPEG-4 Decoder nows supports RGBA & YV-12 output and several minor performance enhancements

Bug fixes:

  • Fixed bug in ProxyPS that caused exception on rare occasion when terminated
  • Changed RTSP interleave channel ID to from signed to unsigned byte
  • Fixed relative URI parsing in RTP-Info header