Re: [FFmpeg-devel] [PATCH v2] rtmpproto: Don't mistake app for playpath.

2014-10-19 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 06:16:17PM +0200, Kacper Michajłow wrote: > For URLs "rtmp://server[:port]/foo" determine what `foo` refers to. If > application name has been defined by the user assume that `foo` is a > playpath, otherwise assume application name. > > Signed-off-by: Kacper Michajłow app

[FFmpeg-devel] [PATCH v2] rtmpproto: Don't mistake app for playpath.

2014-10-19 Thread Kacper Michajłow
For URLs "rtmp://server[:port]/foo" determine what `foo` refers to. If application name has been defined by the user assume that `foo` is a playpath, otherwise assume application name. Signed-off-by: Kacper Michajłow --- libavformat/rtmpproto.c | 39 +-- 1 fil