Commit d1c341f7 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '8b5e0d17'

* commit '8b5e0d17':
  rtmpproto: Send chunk size on the network channel
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents a106b7e8 8b5e0d17
......@@ -521,7 +521,7 @@ static int read_connect(URLContext *s, RTMPContext *rt)
return ret;
// Chunk size
if ((ret = ff_rtmp_packet_create(&pkt, RTMP_SYSTEM_CHANNEL,
if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL,
RTMP_PT_CHUNK_SIZE, 0, 4)) < 0)
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment