[FFmpeg-devel] [PATCH] RTMP client support for lavf

Michael Niedermayer michaelni
Thu Jul 23 14:30:18 CEST 2009


On Thu, Jul 23, 2009 at 06:34:13AM +0300, Kostya wrote:
> On Wed, Jul 22, 2009 at 12:01:46PM +0200, Michael Niedermayer wrote:
> > On Wed, Jul 22, 2009 at 07:58:05AM +0300, Kostya wrote:
> > > On Tue, Jul 21, 2009 at 11:30:26PM +0200, Michael Niedermayer wrote:
> > > > On Tue, Jul 21, 2009 at 11:04:09AM +0300, Kostya wrote:
> > > > > On Mon, Jul 20, 2009 at 05:05:41PM +0200, Michael Niedermayer wrote:
> > > > > > On Sat, Jul 18, 2009 at 08:01:17PM +0300, Kostya wrote:
> > > > > > > On Sat, Jul 18, 2009 at 11:29:34AM +0200, Michael Niedermayer wrote:
> > > > > > > > On Fri, Jul 17, 2009 at 06:38:46PM +0300, Kostya wrote:
[...]
> > [...]
> > > > [...]
> > > > > +URLProtocol rtmp_protocol = {
> > > > > +    "rtmp",
> > > > > +    rtmp_open,
> > > > > +    rtmp_read,
> > > > > +    rtmp_write,
> > > > > +    NULL, /* seek */
> > > > 
> > > > speaking of seeking, doesnt rtmp support seeking of some kind?
> > > 
> > > It does, the question is how to invoke it since it requires sending a
> > > command to server "seek to Nth second" and FLV demuxer does not know
> > > about that.
> > > 
> > > Can we introduce protocol-aware seeking, i.e. seek() call from demuxer
> > > will try to call such seek and if it fails - generic one.
> > 
> > we possibly will have to add something somewhere ...
> > i think this or a similar discussion occured already in the context of
> > some other network stuff, maybe someone remembers what/if we decided
> > something there?
> 
> Well, I remember only short discussion at SoC list, IIRC Ronald thought
> it would be nice to have it also for RTP-ASF or something.

see av_url_read_seek()
i knew there was some discussion about that ;)


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090723/c49c3f21/attachment.pgp>



More information about the ffmpeg-devel mailing list