Hi Developers,
I found the native gstreamer avi demux doesn't have the seek accuracy in case of http compared with in case of hard disk. For example, I have one good avi file which have correct index file. If seek to 10 seconds in case of hard disk, the native avi demux will seek to the correct timing (almost 10 seconds). But if seek to 10 seconds in case of http, the native avi demux will seek to 5 seconds before. And it seemed the seek byte offset is not correct. Can you let me know whether this is known issue or not? thanks _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
By the way, ffmpeg and vlc can seek this stream at correct timing in
case of http. On Wed, Apr 27, 2011 at 6:02 PM, bcxa sz <[hidden email]> wrote: > Hi Developers, > > I found the native gstreamer avi demux doesn't have the seek accuracy > in case of http compared with in case of hard disk. > > For example, I have one good avi file which have correct index file. > > If seek to 10 seconds in case of hard disk, the native avi demux will > seek to the correct timing (almost 10 seconds). But if seek to 10 > seconds in case of http, the native avi demux will seek to 5 seconds > before. And it seemed the seek byte offset is not correct. > > Can you let me know whether this is known issue or not? > > thanks > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by bcxa sz
I also noticed some problems with http plugins when tried to perform Segment seeking, my guess was something with buffering/queuing, but i could not determine why queue plugin breaks segment handling.
> > > By the way, ffmpeg and vlc can seek this stream at correct timing in > case of http. > On Wed, Apr 27, 2011 at 6:02 PM, bcxa sz <bcxa.sz at gmail.com> wrote: > > Hi Developers, > > I found the native gstreamer avi demux doesn't have the seek accuracy > in case of http compared with in case of hard disk. > > For example, I have one good avi file which have correct index file. > > If seek to 10 seconds in case of hard disk, the native avi demux will > seek to the correct timing (almost 10 seconds). But if seek to 10 > seconds in case of http, the native avi demux will seek to 5 seconds > before. And it seemed the seek byte offset is not correct. > > Can you let me know whether this is known issue or not? _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
any bugzilla available or I need to submit one?
On Thu, Apr 28, 2011 at 2:54 AM, Vlad Seryakov <[hidden email]> wrote: > I also noticed some problems with http plugins when tried to perform Segment seeking, my guess was something with buffering/queuing, but i could not determine why queue plugin breaks segment handling. > >> >> >> By the way, ffmpeg and vlc can seek this stream at correct timing in >> case of http. > >> On Wed, Apr 27, 2011 at 6:02 PM, bcxa sz <bcxa.sz at gmail.com> wrote: >> >> Hi Developers, >> >> I found the native gstreamer avi demux doesn't have the seek accuracy >> in case of http compared with in case of hard disk. >> >> For example, I have one good avi file which have correct index file. >> >> If seek to 10 seconds in case of hard disk, the native avi demux will >> seek to the correct timing (almost 10 seconds). But if seek to 10 >> seconds in case of http, the native avi demux will seek to 5 seconds >> before. And it seemed the seek byte offset is not correct. >> >> Can you let me know whether this is known issue or not? > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by vseryakov
I never submitted any bugs because did have time to provide full report and reproducable test case, when i will return to this i may do better research > any bugzilla available or I need to submit one? On Apr 27, 2011, at 2:54 PM, Vlad Seryakov wrote: > I also noticed some problems with http plugins when tried to perform Segment seeking, my guess was something with buffering/queuing, but i could not determine why queue plugin breaks segment handling. > >> >> >> By the way, ffmpeg and vlc can seek this stream at correct timing in >> case of http. > >> On Wed, Apr 27, 2011 at 6:02 PM, bcxa sz <bcxa.sz at gmail.com> wrote: >> >> Hi Developers, >> >> I found the native gstreamer avi demux doesn't have the seek accuracy >> in case of http compared with in case of hard disk. >> >> For example, I have one good avi file which have correct index file. >> >> If seek to 10 seconds in case of hard disk, the native avi demux will >> seek to the correct timing (almost 10 seconds). But if seek to 10 >> seconds in case of http, the native avi demux will seek to 5 seconds >> before. And it seemed the seek byte offset is not correct. >> >> Can you let me know whether this is known issue or not? > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |