View Single Post
  #8  
Old 12-19-2014, 03:09 PM
mkz1978 mkz1978 is offline
Member
 
Join Date: Nov 2014
Posts: 45
mkz1978 is on a distinguished road
Default

Re: Challenge: decode stream url & token from wireshark logs


Quote:
Originally Posted by biezom View Post
it's the same issue

HTML Code:
http://stream-recorder.com/forum/help-please-site-t19008.html
to solve read this

HTML Code:
http://stream-recorder.com/forum/showpost.php?p=72304&postcount=315
for me it works after compile with gorilla.maguila's modification
hi biezom
iwould like to compile with gorilla.maguila's modification but i don t find this code in rtmp.c
Quote:
if ((r->Link.lFlags & RTMP_LF_FTCU) && !reconnect)
{
free(r->Link.tcUrl.av_val);
r->Link.tcUrl.av_val = NULL;
r->Link.lFlags ^= RTMP_LF_FTCU;
}
thanks
Reply With Quote