Navigation auf uzh.ch
This package includes tools written in Java to read and process NAL packets of the MPEG H264/AVC standard. It is possible to read NAL header data, stream NAL data at fixed FPS rate, split certain layers of SVC streams without the dependent layers, and just print data found inside NAL streams. In order to decode the packets, the official standard decoder is required.
The SCVStreamPlayer allows you to input a SVC stream and then displays the video contained in it in mplayer. The implementation was used to make a proof of concept for LiveShift, a peer to peer video streaming application. The idea was to allow different peers to watch different qualities/resolutions of a video and still have data shared in between them. The results are encouraging as it suceeds in general, but the decoding is very CPU-demanding — dual core processing could barely manage iPhone resolutions. In order to boost its performance, it uses multiple threads for the player class.
GPL v2 (Exception: Bundled Software)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Copyright(C) 2009 CSG@IFI http://www.csg.uzh.ch Binzmühlestrasse 14, 8050 Zürich
The code was written by Alexander Schäfer during his assignment work, supervised by Fabio Hecht.