Re: [libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Martin Storsjö
On Tue, 7 Aug 2012, Samuel Pitoiset wrote: This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 5 + libavformat/rtmpproto.c | 21 +++-- libavformat/version.h | 2 +- 3 files changed, 21 insertions(+), 7 deletio

[libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Samuel Pitoiset
This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 5 + libavformat/rtmpproto.c | 21 +++-- libavformat/version.h | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/doc/protocols.texi b/d

Re: [libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Martin Storsjö
On Tue, 7 Aug 2012, Samuel Pitoiset wrote: This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 3 +++ libavformat/rtmpproto.c | 21 +++-- libavformat/version.h | 2 +- 3 files changed, 19 insertions(+), 7 deletions

[libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Samuel Pitoiset
This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 3 +++ libavformat/rtmpproto.c | 21 +++-- libavformat/version.h | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/doc/protocols.texi b/doc

Re: [libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Martin Storsjö
On Tue, 7 Aug 2012, Samuel Pitoiset wrote: On Wed, Aug 1, 2012 at 5:53 PM, Samuel Pitoiset wrote: This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 3 +++ libavformat/rtmpproto.c | 9 +++-- libavformat/version.h | 2 +-

Re: [libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Samuel Pitoiset
On Wed, Aug 1, 2012 at 5:53 PM, Samuel Pitoiset wrote: > This option specifies the name of live stream to subscribe. > Defaults to rtmp_playpath. > --- > doc/protocols.texi | 3 +++ > libavformat/rtmpproto.c | 9 +++-- > libavformat/version.h | 2 +- > 3 files changed, 11 insertions(+)

[libav-devel] [PATCH 2/2] rtmp: Add a new option 'rtmp_subscribe'

2012-08-01 Thread Samuel Pitoiset
This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. --- doc/protocols.texi | 3 +++ libavformat/rtmpproto.c | 9 +++-- libavformat/version.h | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/protocols.texi b/doc/protocols.texi