When I receive GST_MESSAGE_BUFFERING, I pause the pipeline and set its state to play once I receive 100% buffering. For some reason though, my buffering hangs at 0% for a long while before ramping up. What is causing this?
Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia Contest Find out how. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, Aug 4, 2008 at 11:16 PM, Ash <[hidden email]> wrote:
> When I receive GST_MESSAGE_BUFFERING, I pause the pipeline and set its state > to play once I receive 100% buffering. For some reason though, my buffering > hangs at 0% for a long while before ramping up. What is causing this? We don't know what your pipeline is, so you've given us very little information to go on here. Perhaps it's just waiting for a network connection to get completed? It doesn't start buffering until it starts receiving data, obviously. Mike ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Sorry the pipeline is just playbin. Totem and gst-launch dont exhibit this behavior. They immediately buffer while mine waits at 0% for about 10-15 seconds before moving.
> Date: Tue, 5 Aug 2008 09:57:58 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: [gst-devel] pipeline buffering http source > > On Mon, Aug 4, 2008 at 11:16 PM, Ash <[hidden email]> wrote: > > When I receive GST_MESSAGE_BUFFERING, I pause the pipeline and set its state > > to play once I receive 100% buffering. For some reason though, my buffering > > hangs at 0% for a long while before ramping up. What is causing this? > > We don't know what your pipeline is, so you've given us very little > information to go on here. > > Perhaps it's just waiting for a network connection to get completed? > It doesn't start buffering until it starts receiving data, obviously. > > Mike > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia Contest Find out how. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |