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

2014-10-19 Thread Kacper Michajłow
App is always first in the url path. This commit fixes the case when URL is provides as rtmp://server[:port]/app and playpath is declared in AVOption. Signed-off-by: Kacper Michajłow kaspe...@gmail.com --- libavformat/rtmpproto.c | 33 +++-- 1 file changed, 19

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

2014-10-19 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 02:12:14PM +0200, Kacper Michajłow wrote: App is always first in the url path. This commit fixes the case when URL is provides as rtmp://server[:port]/app and playpath is declared in AVOption. Signed-off-by: Kacper Michajłow kaspe...@gmail.com ---

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

2014-10-19 Thread Kacper Michajłow
2014-10-19 16:40 GMT+02:00 Michael Niedermayer michae...@gmx.at: On Sun, Oct 19, 2014 at 02:12:14PM +0200, Kacper Michajłow wrote: App is always first in the url path. This commit fixes the case when URL is provides as rtmp://server[:port]/app and playpath is declared in AVOption.