[FFmpeg-user] RTMP netstream commands

bob johnson gnipsfake at gmail.com
Thu Aug 2 01:24:14 EEST 2018


Yes, if I SIGKILL, I can take over the stream from another server.

So, it's not really essential. Having control over the netstream command
seemed more elegant to me, but if its not possible, SIGKILL will do.

Thanks Carl!

On Wed, Aug 1, 2018 at 2:21 PM, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2018-08-01 17:10 GMT+02:00, bob johnson <gnipsfake at gmail.com>:
> > Hello!
> >
> > When I use ffmpeg to send an rtmp to stream to various platforms, it
> works
> > great. However, when the source stream ends it seems like ffmpeg
> > automatically sends the deleteStream netstream command referenced here
> > https://www.adobe.com/content/dam/acom/en/devnet/rtmp/pdf/
> rtmp_specification_1.0.pdf
> >
> > Do you know how I can disable this? I am trying to account for crashes on
> > my server and take over the stream from another server, but it is not
> > possible to resume the stream once this command is issued.
> >
> > If the ffmpeg process is SIGKILL, it does not seem to send the command
>
> And in that case you can take over the stream from another server?
>
> It is currently impossible not to send deleteStream, I suspect it is
> trivial not to send it but nobody so far felt the need or saw the
> usefulness.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list