Question
RTMP and tunneling problem
Hi,
We have some Flash 8 streamed video encoded at around 380kbps designed for viewers on 512kbps connections.
If the connection is made using RTMP on port 1935, everything is fine but if the viewer is behind a firewall and the connection drops down to RTMPT on port 80 they see continual video pauses with buffering messages. I can reproduce this by disabling port 1935 on my router. I think there are two possible reasons for this problem:
1) the number of bytes added to the stream by HTTP tunnelling over port 80 is very large,
2) because HTTP is a non-persistent protocol, there is significant time added for packets to be transferred.
I'm guessing it is probably the later which is the culprit so my question is, how do I calculate an encoding bit rate to ensure correct streaming over the tunneling protocol?
Thanks,
Andrew
We have some Flash 8 streamed video encoded at around 380kbps designed for viewers on 512kbps connections.
If the connection is made using RTMP on port 1935, everything is fine but if the viewer is behind a firewall and the connection drops down to RTMPT on port 80 they see continual video pauses with buffering messages. I can reproduce this by disabling port 1935 on my router. I think there are two possible reasons for this problem:
1) the number of bytes added to the stream by HTTP tunnelling over port 80 is very large,
2) because HTTP is a non-persistent protocol, there is significant time added for packets to be transferred.
I'm guessing it is probably the later which is the culprit so my question is, how do I calculate an encoding bit rate to ensure correct streaming over the tunneling protocol?
Thanks,
Andrew
