[rtmpdump] some live streams can not be opened

Mikhail I. Izmestev izmmishao5 at gmail.com
Sun Jun 20 14:09:30 CEST 2010


14.06.2010 19:04, Mikhail I. Izmestev wrote:
> Hello everyone,
>
> I'm using ffmpeg with librtmp from rtmpdump project, it's great!
>
> I have discovered that rtmpdump can not open some live streams which
> flvstreamer can open correctly.
>
> <code>
> $ ./rtmpdump -v -r rtmp://fms5.visionip.tv/live/RT_3.flv
> RTMPDump v2.2e
> (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
> WARNING: You haven't specified an output file (-o filename), using stdout
> Connecting ...
> INFO: Connected...
> $
> </code>
>   
Ok, problem that RTMP_ParsePlaypath return incorrect result when input
playpath contains extension. In result we receive '\0' at end of
resulted playpath and server can't find this playpath.

Attached patch resolve this problem.

Mikhail.

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


More information about the rtmpdump mailing list