View Single Post
  #1  
Old 04-26-2012, 12:57 PM
teedee teedee is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
teedee is on a distinguished road
Default

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.
Reply With Quote