gstreamer--ffmpeg plugin no seek support in push mode
Edward Hervey
bilboed at gmail.com
Wed Apr 27 01:54:40 PDT 2011
Hi,
On Wed, 2011-04-27 at 12:06 +0800, bcxa sz wrote:
> Hi Developers,
>
> I found that all gstreamer ffmpeg demux seek in push mode are not
> supported in gst-ffmpeg-0.10.11. For example, in case of http, we can
> only normal playback but can not seek.
>
> Anybody had plan to implement, or idea to share or some work already done?
It's quite simple, don't use the ffmpeg demuxers. Use the equivalent
'native' ones. Proper push-based online seeking requires some help from
the plugins, which we (1) might not be able to do with (gst-)ffmpeg and
(2) we have already implemented in the other native demuxers.
Edward
>
> best regards
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list