Hi,<br><br>There seems to be an issue with Brightcove with rtmpdump 1.9, the following fixes it:<br><br>--- rtmp.cpp (revision 52)<br>+++ rtmp.cpp (working copy)<br>@@ -766,8 +766,8 @@<br> // add auth string<br> if(Link.auth)<br>
{<br>-// *enc = 0x01; enc++;<br>-// *enc = 0x01; enc++;<br>+ *enc = 0x01; enc++;<br>+ *enc = 0x01; enc++;<br> <br> enc += EncodeString(enc, Link.auth);<br> }<br><br>Any idea why that was commented out to start with? (seems to be right back in r12)<br>