Weird RTMP behaviour between Windows and Ubuntu
So I've been using one of Zeranoe FFmpeg to try to stream to FMS. The FFmpeg that was compiled had librtmp enabled and was using it to send packets. However, when I use use the binary in Windows I get really low FPS output. But when using the same windows binary in Ubuntu (with Wine) I get almost perfect output.
So I decided to check the log trying to stream the exact same file. I noticed a key difference, which was "RTMP_SendPacket: fd=436, size=308" in Windows and "RTMP_SendPacket: fd=5, size=308" in Ubuntu. I tried to read the rtmp.c file and it seems like "fd=" is some sort of socket of some kind. The higher value, the lower the FPS output. I'm kind of stumped right now to figure out what exactly this is.
If anyone has any idea on this, I would greatly appreciate if you could shed some light one this.
|