Re: [FFmpeg-devel] Implemented h264 timing SEI info to ffprobe. Review process?

2017-01-23 Thread Jordi Cenzano
Thanks! Will do Jordi On Mon, Jan 23, 2017 at 10:36 AM, wm4 <nfx...@googlemail.com> wrote: > On Sun, 22 Jan 2017 20:31:36 +0100 > Jordi Cenzano <jordi.cenz...@gmail.com> wrote: > > > Hi, I'm and old user of ffmpeg but I'm new in this community. So first of > >

[FFmpeg-devel] [PATCH 1/1] Implements RTMP reconnect feature

2021-09-18 Thread Jordi Cenzano
Nowadays when you are streaming to a live platform if the RTMP(s) server needs to restarted for any reason (ex: deploy new version) the RTMP connection is interrupted (probably after some draining time). Facebook will publish a proposal to avoid that by sending a GoAway message in the RTMP

[FFmpeg-devel] [PATCH 1/1] Implements RTMP reconnect feature

2021-09-18 Thread Jordi Cenzano
Nowadays when you are streaming to a live platform if the RTMP(s) server needs to restarted for any reason (ex: deploy new version) the RTMP connection is interrupted (probably after some draining time). Facebook will publish a proposal to avoid that by sending a GoAway message in the RTMP

[FFmpeg-devel] [PATCH 1/1] libavformat/rtmp: Implements RTMP reconnect feature

2021-09-18 Thread Jordi Cenzano
Nowadays when you are streaming to a live platform if the RTMP(s) server needs to restarted for any reason (ex: deploy new version) the RTMP connection is interrupted (probably after some draining time). Facebook will publish a proposal to avoid that by sending a GoAway message in the RTMP

[FFmpeg-devel] [PATCH 1/1] libavformat/rtmp: Implements RTMP reconnect feature

2021-09-26 Thread Jordi Cenzano
Nowadays when you are streaming to a live platform if the RTMP(s) server needs to restarted for any reason (ex: deploy new version) the RTMP connection is interrupted (probably after some draining time). Facebook will publish a proposal to avoid that by sending a GoAway message in the RTMP

Re: [FFmpeg-devel] [PATCH 1/1] libavformat/rtmp: Implements RTMP reconnect feature

2021-12-05 Thread Jordi Cenzano
name is > unlikely > to conflict with (and therefore can be used in concert with) any other > protocol > extensions. > We thought about it, and it seemed more logical to add it as a packet type since it was affecting the RTMP connections itself. If you read the definition of Command messa