I've set queue-threshold and queue-size properties of playbin to around 9 seconds, and I noticed during buffering streaming content, it hangs at a certain percentage. This happens on totem and gst-launch for an apple quicktime movie trailer. I've tried changing this number several times (even the default), but the hang still happens. Is there a reason this is happening or something I am missing?
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 Thu, 2008-08-07 at 00:20 +0000, Ash wrote:
> I've set queue-threshold and queue-size properties of playbin to > around 9 seconds, and I noticed during buffering streaming content, it > hangs at a certain percentage. This happens on totem and gst-launch > for an apple quicktime movie trailer. I've tried changing this number > several times (even the default), but the hang still happens. Is there > a reason this is happening or something I am missing? Could you please post the URI of one of the trailers you have problems with? What's the output of gst-inspect-0.10 playbin | grep Version ? Cheers -Tim ------------------------------------------------------------------------- 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 |
gst-launch -m playbin uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" queue-size=50000000000 queue-threshold=9000000000
playbin version 0.10.20. > From: [hidden email] > To: [hidden email] > Date: Fri, 8 Aug 2008 14:16:11 +0100 > Subject: Re: [gst-devel] Buffering with playbin > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > I've set queue-threshold and queue-size properties of playbin to > > around 9 seconds, and I noticed during buffering streaming content, it > > hangs at a certain percentage. This happens on totem and gst-launch > > for an apple quicktime movie trailer. I've tried changing this number > > several times (even the default), but the hang still happens. Is there > > a reason this is happening or something I am missing? > > Could you please post the URI of one of the trailers you have problems > with? What's the output of > > gst-inspect-0.10 playbin | grep Version > > ? > > Cheers > -Tim > > > > ------------------------------------------------------------------------- > 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 Get more from your digital life. 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 |
In reply to this post by Tim Müller-3
Hi Tim,
Do you have any solution for this? Thanks! From: [hidden email] To: [hidden email] Subject: RE: [gst-devel] Buffering with playbin Date: Fri, 8 Aug 2008 19:19:17 +0000 gst-launch -m playbin uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" queue-size=50000000000 queue-threshold=9000000000 playbin version 0.10.20. > From: [hidden email] > To: [hidden email] > Date: Fri, 8 Aug 2008 14:16:11 +0100 > Subject: Re: [gst-devel] Buffering with playbin > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > I've set queue-threshold and queue-size properties of playbin to > > around 9 seconds, and I noticed during buffering streaming content, it > > hangs at a certain percentage. This happens on totem and gst-launch > > for an apple quicktime movie trailer. I've tried changing this number > > several times (even the default), but the hang still happens. Is there > > a reason this is happening or something I am missing? > > Could you please post the URI of one of the trailers you have problems > with? What's the output of > > gst-inspect-0.10 playbin | grep Version > > ? > > Cheers > -Tim > > > > ------------------------------------------------------------------------- > 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 Get more from your digital life. Find out how. Reveal your inner athlete and share it with friends on Windows Live. Share now! ------------------------------------------------------------------------- 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 |
In reply to this post by Ash-25
hi,
Ash schrieb: > gst-launch -m playbin > uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" > queue-size=50000000000 queue-threshold=9000000000 This plays fine for me if I ommit the queue sizes. Can you explain why you like to set them? Stefan > > playbin version 0.10.20. > > > From: [hidden email] > > To: [hidden email] > > Date: Fri, 8 Aug 2008 14:16:11 +0100 > > Subject: Re: [gst-devel] Buffering with playbin > > > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > > > I've set queue-threshold and queue-size properties of playbin to > > > around 9 seconds, and I noticed during buffering streaming content, it > > > hangs at a certain percentage. This happens on totem and gst-launch > > > for an apple quicktime movie trailer. I've tried changing this number > > > several times (even the default), but the hang still happens. Is there > > > a reason this is happening or something I am missing? > > > > Could you please post the URI of one of the trailers you have problems > > with? What's the output of > > > > gst-inspect-0.10 playbin | grep Version > > > > ? > > > > Cheers > > -Tim > > > > > > > > ------------------------------------------------------------------------- > > 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 > > > ------------------------------------------------------------------------ > Get more from your digital life. Find out how. > <http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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 |
Hi Stefan,
I wanted to increase the buffer sizes so that when streaming large content, it doesn't keep buffering every 2-3 seconds. That makes the streaming movie unwatchable. I rather have it wait a longer period and buffer up around 15 seconds of video before playing. On your side, does it hang at buffering when having a queue size? > Date: Mon, 11 Aug 2008 21:40:34 +0300 > From: [hidden email] > To: [hidden email] > Subject: Re: [gst-devel] Buffering with playbin > > hi, > > Ash schrieb: > > gst-launch -m playbin > > uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" > > queue-size=50000000000 queue-threshold=9000000000 > > This plays fine for me if I ommit the queue sizes. Can you explain why you like > to set them? > > Stefan > > > > > playbin version 0.10.20. > > > > > From: [hidden email] > > > To: [hidden email] > > > Date: Fri, 8 Aug 2008 14:16:11 +0100 > > > Subject: Re: [gst-devel] Buffering with playbin > > > > > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > > > > > I've set queue-threshold and queue-size properties of playbin to > > > > around 9 seconds, and I noticed during buffering streaming content, it > > > > hangs at a certain percentage. This happens on totem and gst-launch > > > > for an apple quicktime movie trailer. I've tried changing this number > > > > several times (even the default), but the hang still happens. Is there > > > > a reason this is happening or something I am missing? > > > > > > Could you please post the URI of one of the trailers you have problems > > > with? What's the output of > > > > > > gst-inspect-0.10 playbin | grep Version > > > > > > ? > > > > > > Cheers > > > -Tim > > > > > > > > > > > > ------------------------------------------------------------------------- > > > 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 > > > > > > ------------------------------------------------------------------------ > > Get more from your digital life. Find out how. > > <http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008> > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------- > > 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 > > > ------------------------------------------------------------------------- > 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 |
Ash schrieb:
> Hi Stefan, > I wanted to increase the buffer sizes so that when streaming large > content, it doesn't keep buffering every 2-3 seconds. That makes the > streaming movie unwatchable. I rather have it wait a longer period and > buffer up around 15 seconds of video before playing. On your side, does > it hang at buffering when having a queue size? I see. I can confirm that it hangs (38% for me). Although it works when I ommit the queue-threshold. I am not sure what playbins queue-threshold actually means, for me its looks like it won't go on until that is reached. Stefan > > > Date: Mon, 11 Aug 2008 21:40:34 +0300 > > From: [hidden email] > > To: [hidden email] > > Subject: Re: [gst-devel] Buffering with playbin > > > > hi, > > > > Ash schrieb: > > > gst-launch -m playbin > > > > uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" > > > > queue-size=50000000000 queue-threshold=9000000000 > > > > This plays fine for me if I ommit the queue sizes. Can you explain > why you like > > to set them? > > > > Stefan > > > > > > > > playbin version 0.10.20. > > > > > > > From: [hidden email] > > > > To: [hidden email] > > > > Date: Fri, 8 Aug 2008 14:16:11 +0100 > > > > Subject: Re: [gst-devel] Buffering with playbin > > > > > > > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > > > > > > > I've set queue-threshold and queue-size properties of playbin to > > > > > around 9 seconds, and I noticed during buffering streaming > content, it > > > > > hangs at a certain percentage. This happens on totem and gst-launch > > > > > for an apple quicktime movie trailer. I've tried changing this > number > > > > > several times (even the default), but the hang still happens. > Is there > > > > > a reason this is happening or something I am missing? > > > > > > > > Could you please post the URI of one of the trailers you have > problems > > > > with? What's the output of > > > > > > > > gst-inspect-0.10 playbin | grep Version > > > > > > > > ? > > > > > > > > Cheers > > > > -Tim > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > > > > > > > ------------------------------------------------------------------------ > > > Get more from your digital life. Find out how. > > > > <http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008> > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > ------------------------------------------------------------------------- > > > 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 > > > > > > ------------------------------------------------------------------------- > > 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. > <http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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 |
It seems that if the queue-threshold isnt specified and just the queue-size is, that the buffering rate doesn't change at all. Basically I guess without changing the threshold, having a bigger buffer won't do anything. I still don't understand why it hangs when changing queue-size.
> Date: Mon, 11 Aug 2008 22:45:47 +0300 > From: [hidden email] > To: [hidden email] > Subject: Re: [gst-devel] Buffering with playbin > > Ash schrieb: > > Hi Stefan, > > I wanted to increase the buffer sizes so that when streaming large > > content, it doesn't keep buffering every 2-3 seconds. That makes the > > streaming movie unwatchable. I rather have it wait a longer period and > > buffer up around 15 seconds of video before playing. On your side, does > > it hang at buffering when having a queue size? > > I see. I can confirm that it hangs (38% for me). Although it works when I ommit > the queue-threshold. I am not sure what playbins queue-threshold actually means, > for me its looks like it won't go on until that is reached. > > Stefan > > > > > > Date: Mon, 11 Aug 2008 21:40:34 +0300 > > > From: [hidden email] > > > To: [hidden email] > > > Subject: Re: [gst-devel] Buffering with playbin > > > > > > hi, > > > > > > Ash schrieb: > > > > gst-launch -m playbin > > > > > > uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" > > > > > > queue-size=50000000000 queue-threshold=9000000000 > > > > > > This plays fine for me if I ommit the queue sizes. Can you explain > > why you like > > > to set them? > > > > > > Stefan > > > > > > > > > > > playbin version 0.10.20. > > > > > > > > > From: [hidden email] > > > > > To: [hidden email] > > > > > Date: Fri, 8 Aug 2008 14:16:11 +0100 > > > > > Subject: Re: [gst-devel] Buffering with playbin > > > > > > > > > > On Thu, 2008-08-07 at 00:20 +0000, Ash wrote: > > > > > > > > > > > I've set queue-threshold and queue-size properties of playbin to > > > > > > around 9 seconds, and I noticed during buffering streaming > > content, it > > > > > > hangs at a certain percentage. This happens on totem and gst-launch > > > > > > for an apple quicktime movie trailer. I've tried changing this > > number > > > > > > several times (even the default), but the hang still happens. > > Is there > > > > > > a reason this is happening or something I am missing? > > > > > > > > > > Could you please post the URI of one of the trailers you have > > problems > > > > > with? What's the output of > > > > > > > > > > gst-inspect-0.10 playbin | grep Version > > > > > > > > > > ? > > > > > > > > > > Cheers > > > > > -Tim > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > Get more from your digital life. Find out how. > > > > > > <http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008> > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > > > > > > ------------------------------------------------------------------------- > > > 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. > > <http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM> > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------- > > 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 > > > ------------------------------------------------------------------------- > 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 Reveal your inner athlete and share it with friends on Windows Live. Share now! ------------------------------------------------------------------------- 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 |
In reply to this post by Stefan Sauer
I've set queue-threshold and queue-size properties of playbin to around 9 seconds, and I noticed during buffering streaming content, it hangs at a certain percentage. This happens on totem and gst-launch for an apple quicktime movie trailer. I've tried changing this number several times (even the default), but the hang still happens. Is there a reason this is happening or something I am missing?
For example, gst-launch -m playbin uri="http://movies.apple.com/movies/wb/the_dark_knight/the_dark_knight-tlr2_h1080p.mov" queue-size=50000000000 queue-threshold=9000000000 Is there any other way to increase buffer size of streaming movies via playbin? Get Windows Live and get whatever you need, wherever you are. Start here. ------------------------------------------------------------------------- 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 Wed, Aug 13, 2008 at 6:01 AM, Ash <[hidden email]> wrote:
I'm just guessing, but qtdemux has an initial phase where it parses the headers of the mov file, maybe it is related to this.
-- Thiago Sousa Santos Embedded Systems and Pervasive Computing Lab (Embedded) Center of Electrical Engineering and Informatics (CEEI) Federal University of Campina Grande (UFCG) ------------------------------------------------------------------------- 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 |
It seems to happen when other media types as well. I've tested mpeg2 and wmv. Any other ideas?
Date: Wed, 13 Aug 2008 07:50:39 -0300 From: [hidden email] To: [hidden email] Subject: Re: [gst-devel] Buffering with playbin On Wed, Aug 13, 2008 at 6:01 AM, Ash <[hidden email]> wrote:
I'm just guessing, but qtdemux has an initial phase where it parses the headers of the mov file, maybe it is related to this.
-- Thiago Sousa Santos Embedded Systems and Pervasive Computing Lab (Embedded) Center of Electrical Engineering and Informatics (CEEI) Federal University of Campina Grande (UFCG) Talk to your Yahoo! Friends via Windows Live Messenger. 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 |