Hi,
I need to check for a local file's availability while a gstreamer pipeline using it as filesrc is running. Does anyone know if this verification can be done using GSTreamer API?
Maybe buffering in small segments from local disk (but I know that buffering is possible only for network streams).... I'm not much experienced with GSTreamer FW so any hint is most welcomed.
Thanks. Mihai Stoica ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
sorry for the late reply.. On Mon, Nov 22, 2010 at 12:27 PM, Mihai Stoica <[hidden email]> wrote: > Hi, > I need to check for a local file's availability while a gstreamer pipeline > using it as filesrc is running. Trying to access a file which is not present in the filesystem will obviously return an error, so you would know from that the the file is not available, but I feel like I'm not grasping the essence of your question.. > Does anyone know if this verification can be done using GSTreamer API? > Maybe buffering in small segments from local disk (but I know that buffering > is possible only for network streams).... so maybe you actually want to know how much of a file is still available while playing it.. or are you accessing from a consumer process while a producer one is storing it? Regards > I'm not much experienced with GSTreamer FW so any hint is most welcomed. > Thanks. > Mihai Stoica > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |