Hello,
Whenever I try to seek a streaming URL (i.e. a .mov from quicktime trailers) using playbin, I noticed it does not work. With some codecs, moving a seek bar causes crashes in GST and others it doesn't do anything. Why does seek not work with streaming video on the net? Thanks. 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 |
Crashes are bugs: please report them. We don't want gstreamer plugins
to ever crash! As for why this doesn't work: - if it's an actual live stream, it can't work - if it's just a remote file being delivered over a network protocol, it usually can work (e.g. files being served over http) - Some plugins support this, some don't. mp3 seeking over http works fine, for example. Patches to add support for more containers and/or more streaming protocols would be very welcome. Mike On Mon, Aug 4, 2008 at 1:43 PM, Ash <[hidden email]> wrote: > Hello, > Whenever I try to seek a streaming URL (i.e. a .mov from quicktime trailers) > using playbin, I noticed it does not work. With some codecs, moving a seek > bar causes crashes in GST and others it doesn't do anything. Why does seek > not work with streaming video on the net? > Thanks. > > > ________________________________ > 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 > > ------------------------------------------------------------------------- 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 |
Thanks Michael. Is there a list of which plugins in support this?
> Date: Mon, 4 Aug 2008 14:37:37 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: [gst-devel] URL source seeking > > Crashes are bugs: please report them. We don't want gstreamer plugins > to ever crash! > > As for why this doesn't work: > - if it's an actual live stream, it can't work > - if it's just a remote file being delivered over a network protocol, > it usually can work (e.g. files being served over http) > - Some plugins support this, some don't. mp3 seeking over http works > fine, for example. > > Patches to add support for more containers and/or more streaming > protocols would be very welcome. > > Mike > > On Mon, Aug 4, 2008 at 1:43 PM, Ash <[hidden email]> wrote: > > Hello, > > Whenever I try to seek a streaming URL (i.e. a .mov from quicktime trailers) > > using playbin, I noticed it does not work. With some codecs, moving a seek > > bar causes crashes in GST and others it doesn't do anything. Why does seek > > not work with streaming video on the net? > > Thanks. > > > > > > ________________________________ > > 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 > > > > > > ------------------------------------------------------------------------- > 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 Your PC, mobile phone, and online services work together like never before. See how Windows® fits your life ------------------------------------------------------------------------- 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,
Ash schrieb: > Thanks Michael. Is there a list of which plugins in support this? that list should be in bugzilla. Basically there is abunch of network sources. If you are talking about http, it probably gnomevfssrc, giosrc or souphttpsrc. If it crashes for you please check what plugins where in use (gst-launch -v ... or GST_DEBUG_DUMP_DOT_DIR=$PWD gst-launch ... and attach the *.dot files) Stefan > > > Date: Mon, 4 Aug 2008 14:37:37 -0700 > > From: [hidden email] > > To: [hidden email] > > Subject: Re: [gst-devel] URL source seeking > > > > Crashes are bugs: please report them. We don't want gstreamer plugins > > to ever crash! > > > > As for why this doesn't work: > > - if it's an actual live stream, it can't work > > - if it's just a remote file being delivered over a network protocol, > > it usually can work (e.g. files being served over http) > > - Some plugins support this, some don't. mp3 seeking over http works > > fine, for example. > > > > Patches to add support for more containers and/or more streaming > > protocols would be very welcome. > > > > Mike > > > > On Mon, Aug 4, 2008 at 1:43 PM, Ash <[hidden email]> wrote: > > > Hello, > > > Whenever I try to seek a streaming URL (i.e. a .mov from quicktime > trailers) > > > using playbin, I noticed it does not work. With some codecs, > moving a seek > > > bar causes crashes in GST and others it doesn't do anything. Why > does seek > > > not work with streaming video on the net? > > > Thanks. > > > > > > > > > ________________________________ > > > 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 > > > > > > > > > > > ------------------------------------------------------------------------- > > 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 > > ------------------------------------------------------------------------ > Your PC, mobile phone, and online services work together like never > before. See how Windows® fits your life > <http://clk.atdmt.com/MRT/go/108587394/direct/01/> > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
Free forum by Nabble | Edit this page |