[rtmpdump] Issue with brightcove and auth param

Monsieur Video monsieurvideo at gmail.com
Sun Nov 15 22:16:29 CET 2009


Hi,

There seems to be an issue with Brightcove with rtmpdump 1.9, the following
fixes it:

--- rtmp.cpp    (revision 52)
+++ rtmp.cpp    (working copy)
@@ -766,8 +766,8 @@
   // add auth string
   if(Link.auth)
   {
-//      *enc = 0x01; enc++;
-//      *enc = 0x01; enc++;
+      *enc = 0x01; enc++;
+      *enc = 0x01; enc++;

       enc += EncodeString(enc, Link.auth);
   }

Any idea why that was commented out to start with? (seems to be right back
in r12)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/rtmpdump/attachments/20091115/47b7ecfc/attachment.htm>


More information about the rtmpdump mailing list