[FFmpeg-devel] [PATCH 1/6] RTMP output: move application part of mrl to protocol handler context

Sergiy piratfm
Thu Dec 3 16:14:36 CET 2009


2009/12/2 Kostya <kostya.shishkov at gmail.com>:

> Part 5 - moving application path to context is fine, but replacing
>         parsing code chunk is not

It's for wowza.
If I trying to send to
"rtmp://localhost/live/_definst_/doPublish=hackme/1tv0stream" (simple
authorized).
Current parser split path on this parts:
Proto = rtmp, path = /live/_definst_/doPublish=hackme/test0, app =
live, fname = _definst_/doPublish=hackme/test0

But sending works with this values:
Proto = rtmp, path = /live/_definst_/doPublish=hackme/test0, app =
live/_definst_/doPublish=hackme/, fname = test0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rtmp-move-application-part-of-mrl-to-protocol-handle.patch
Type: text/x-diff
Size: 3902 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091203/ff0eddcf/attachment.patch>



More information about the ffmpeg-devel mailing list