Commit d32eec33 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4d6d7029'

* commit '4d6d7029':
  rtmpproto: Pass the 'live' parameter in the right unit
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 373d1552 4d6d7029
......@@ -703,7 +703,7 @@ static int gen_play(URLContext *s, RTMPContext *rt)
ff_amf_write_number(&p, ++rt->nb_invokes);
ff_amf_write_null(&p);
ff_amf_write_string(&p, rt->playpath);
ff_amf_write_number(&p, rt->live);
ff_amf_write_number(&p, rt->live * 1000);
return rtmp_send_packet(rt, &pkt, 1);
}
......
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