]> git.sesse.net Git - ffmpeg/commit
rtmpproto: Send chunk size on the network channel
authorMartin Storsjö <martin@martin.st>
Thu, 13 Oct 2016 13:17:11 +0000 (16:17 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 14 Oct 2016 20:11:15 +0000 (23:11 +0300)
commit8b5e0d17e70400eaf5dc3845b5c1df8b2b88d830
tree534304e10a327f62d9cc6179bf39da03513267c5
parentd6ded94036e43a04889f4ff2813a7f7dd60b82fe
rtmpproto: Send chunk size on the network channel

This makes sure that e.g. Adobe FME actually reacts to it. As long
as the value we've been sending is the default one (128), the bug
hasn't been noticed.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtmpproto.c