<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-11-12 17:18 GMT+08:00 qw <span dir="ltr"><<a href="mailto:applemax82@163.com" target="_blank">applemax82@163.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi,</div><div><br></div><div>I have one question about ffmpeg lib usage. If rtmp url link is used as input and ouput address, then flv muxer/demuxer and rtmp plugin will be chosen to process av stream. At the beginning, one onMetaData message will be sent to output rtmp stream. But in the middle of time, I want to update av information, such as bitrate and frame rate. How to send another new onMetaData message to output rtmp stream? and What ffmpeg functions can be used to send the message?</div></div></blockquote><div><br></div><div>This is decided by rtmp server, it can seek if the rtmp server support seek,</div><div>but some live streaming media server dosen't support seek, for example, SRS(SImple RTMP Server), so if you want to update your metadata, perhaps resend all of the metadata is a better way! </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div><br></div><div>Thanks!</div><div><br></div><div>Regards</div><div><br></div><div>Andrew</div></div><br><br><span title="neteasefooter"><p> </p></span><br>______________________________<wbr>_________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/<wbr>listinfo/libav-user</a><br>
<br></blockquote></div><br></div></div>