[FFmpeg-devel] [PATCH] RDT/Realmedia patches #2

Ronald S. Bultje rsbultje
Mon Nov 17 15:40:34 CET 2008


Hi again,

On Mon, Nov 17, 2008 at 9:37 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Attached is now a minor patch that modifies the type of one of the
> structure components from uint32_t to int (the uint32_t is unneeded,
> it's 16-bit max anyway).

And directly after that the patch that started this whole discussion,
updated after all the previous work on this code. The patch uses the
rule-, sorry, stream-parsing code in ff_rdt_parse_header() to find out
which particular stream of the set this packet belongs to. So far, we
only parsed the set number since we only download one stream per set,
but with this patch, we can download (e.g. backup) all streams (e.g.
all bitrates) from a server simultaneously. The subscribing to these
streams isn't actually there yet, that comes in a next patch which
I'll submit after this.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rdt-rn_parsing.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081117/e9d57632/attachment.asc>



More information about the ffmpeg-devel mailing list