This article needs additional citations for verification. (August 2010) |
Sirannon is a free, open-source, media server and client. The goal is to aid in video research and experimental streaming. Sirannon allows the programmer to create a wide variety of media-handling components such as streaming, reading, writing, packetizing. By organizing these components in a workflow the programmer can create many applications such as a media server, media proxy or video tool. Sirannon was introduced at the ACM multimedia conference in October 2009 under its former name xStreamer.
Developer(s) | Alexis Rombaut |
---|---|
Initial release | 2009-09-01 |
Stable release | 1.0.0
/ 7 January 2012 |
Written in | C++/Python |
Operating system | Crossplatform |
Available in | English |
Type | Media server |
License | GPL |
Website | sirannon.atlantis.ugent.be |
Sirannon has been accepted as part of the reference toolchain, defined in the final testplan of the Video Quality Experts Group (VQEG) Hybrid Perceptual/Bitstream project, for streaming video sequences and simulating network impairments.
Features
edit- Protocol transcoding – universal server – universal client
The main feature is the combination of universal server (RTSP, HTTP, RTMP, RTMPT) and universal client (RTSP, HTTP, RTMP, RTMPT). This combination gives Sirannnon the ability to transcode one protocol to another in real-time, dynamically and for many users. A request of the form rtmp://mysirannon.com/RTSP-proxy/www.mystreams.net/content/AJa3cdW.mov
in a Flash Player will make it connect to a Sirannon server that will in its turn connect to the fictional site www.mystreams.net
using RTSP, request the stream and in real-time change to protocol and packetization to send it to the client using RTMP. The translation works for all the combinations from and to RTSP, HTTP, RTMPT and RTMPT.
- HTML 5 – WebM
Sirannon supports HTML 5 by streaming Google's WebM content. In addition, Sirannon can transcode in real-time non-WebM ingested content to WebM and stream it.
- H.264/SVC and H.264/MVC – Support for streaming H.264 Scalable Video Coding and H.264 Multiview Video Coding, typically over RTP, and H.264 Multi View Coding.
- Apple Live HTTP streaming – Sirannon supports Apple's Live HTTP streaming to MacBook, iPhone and iPad (new in 0.6.0).
- Impairment – Several components can impair a stream to simulate packet loss using different loss models (uniform, gilbert, predefined). The resulting stream can be written to a file or streamed.
Supported formats
editSee also
editReferences
edit- Rombaut, Alexis; Staelens, Nicolas; Vercammen, Nick; Vermeulen, Brecht; Demeester, Piet (October 2009). "xStreamer: modular multimedia streaming". MM '09: Proceedings of the seventeen ACM international conference on Multimedia. Beijing, China: ACM. pp. 929–930. 978-1-60558-608-3. Retrieved 12 January 2010.
External links
edit