gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Gnash-dev] Gnash: streaming from VLC server


From: Tomas Groth
Subject: RE: [Gnash-dev] Gnash: streaming from VLC server
Date: Wed, 28 Feb 2007 17:29:42 +0100 (CET)

--- Klaas-Pieter Vlieg <address@hidden> skrev:

> >
> > From: strk [mailto:address@hidden 
> > Sent: 28 February 2007 16:50
> > 
> > As long as CURL supports that, we can use it from curl_adapter.
> > Implementation is likely going to be a bit complex, but possible.
> > 
> Why not try the alternative way via ffmpeg, where this is all built in. In
> that case you only have to call ffmpeg's url_seek()
> 
> I'm not 100% sure at this stage since I only started to look into gnash
> yesterday, but I would like to implement NetConnection and NetStream methods
> which call ffmpeg directly. I think both coding efficiency and functionality
> are maximized. I'm glad to hear your opinion.
> 

We don't want to be dependant on ffmpeg for networking since we also support
gstreamer for movie playback and decoding. Also i don't think ffmpeg support
rtmp, which would be needed for some flash flv streaming. And as mentioned
earlier ffmpeg doesn't cache files it plays, so seeking in progressively
downloaded movies wont work iirc.
So my opinion is that we should not use for networking ffmpeg... That being say
I'm not a big fan of the current curl_adaptor, since curl has it's limitations,
among others i don't think it support http stream seeking. I'll probably post a
suggestion to a new networking structure soon. 

cheers,

Tomas


        
        
                
__________________________________________________________ 
Alt i én. Få Yahoo! Mail med adressekartotek, kalender og
notesblok. http://dk.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]