[rtmpdump] [PATCH] Bug RTMP_ParsePlaypath

Howard Chu hyc at highlandsun.com
Thu Jun 24 21:21:08 CEST 2010


Mikhail I. Izmestev wrote:
>   Hi all.
>
> RTMP_ParsePlaypath works incorrectly when input playpath contains extension.
>
> Example:
> in.av_val = "test.flv"
> in.av_len = 8
>
> expected result:
> out.av_val = "test"
> out.av_len = 4
>
> actual result:
> out.av_val = "test\0"
> out.av_len = 5

Thanks, committed.


More information about the rtmpdump mailing list