rtmp: support strict rtmp servers
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 19 Aug 2012 11:02:23 +0000 (13:02 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 22 Aug 2012 15:55:17 +0000 (17:55 +0200)
commit7011a42b1abbf39ee02d50f5e4b2a10552d92ae2
tree083b9bafe8fc003c95703cfc9eb9c7671501124b
parentac330161584b69c766d955d6ee3ee045cca31030
rtmp: support strict rtmp servers

In order to send or receive a stream FCPublish, FCSubscribe and _checkbw
are completely optional and often not implemented. releaseStream over a
non-existen stream might report an error instead of being silent.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/rtmpproto.c