[FFmpeg-devel] Realmedia patch

Ronald S. Bultje rsbultje
Fri Sep 5 22:08:48 CEST 2008


Hi Luca,

On Fri, Sep 5, 2008 at 3:59 PM, Luca Abeni <lucabe72 at email.it> wrote:
> Ronald S. Bultje wrote:
> [...]
>> (only rtsp-data_parsing.patch to go and we have basic playback in svn!)
>
> I think the only controversial part of this patch was the
> +    if (rt->server_type == RTSP_SERVER_RDT) {
> +        int idx = (buf[0] < 0x40 || buf[0] > 0x42) ? 9 : 0;
> +        id = (buf[idx] >> 1) & 0x1f;
> +    }
> hunk, right?
>
> And if I understand well basic (audio only) playback will work even
> without this patch?

Yes.

> If yes, I'd suggest to leave this chunk out for the moment.

Hm... OK, I'll apply without that in 2-3 days.

I'll bug you with that chunk in another few days. :-).

Ronald




More information about the ffmpeg-devel mailing list