[rtmpdump] [PATCH] Bug RTMP_ParsePlaypath

Mikhail I. Izmestev izmmishao5 at gmail.com
Wed Jun 23 22:48:43 CEST 2010


 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

Mikhail.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: parseplaypath.patch
URL: <http://lists.mplayerhq.hu/pipermail/rtmpdump/attachments/20100624/d7bc987c/attachment.asc>


More information about the rtmpdump mailing list