]> granicus.if.org Git - rtmpdump/commit
Fix socks support for SetupURL
authorMatthew Garrett <mjg59@srcf.ucam.org>
Sun, 8 Jul 2012 20:26:14 +0000 (16:26 -0400)
committerHoward Chu <hyc@highlandsun.com>
Tue, 30 Oct 2012 15:44:30 +0000 (08:44 -0700)
commit1d07cfa60402ace8472f4661112595f1fe661913
treeed4401c615f436647a97df4d4e747f359f2d2b2a
parenta312ac7770207bd7d07725c1aef43725206e803a
Fix socks support for SetupURL

SetupURL assigns sockshost but never parses the data. This patch factors
the code out from SetupStream into a common function and adds it to
SetupURL.
librtmp/rtmp.c