[MPlayer-dev-eng] what happened to the blu-ray support
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Jul 3 11:24:26 CEST 2010
On Sat, Jul 03, 2010 at 11:08:31AM +0200, Alexander Roalter wrote:
> On 07/03/2010 10:52 AM, Reimar Döffinger wrote:
> > On Sat, Jul 03, 2010 at 10:44:53AM +0200, Alexander Roalter wrote:
> >>>>> But I fear MPEG-TS support is rather crappy, and lavf is possibly even worse
> >>> The stream_bd stuff might return an error when it shouldn't and confuse the demuxer
> >>> or something like that...
> >>
> >> bd_stream_seek doesn't look quite complicated to me, always returns 1,
> >
> > Really? I think it should return an error when seeking to negative offsets, that
> > might be the issue...
>
> with lavf, playing the movie and seeking +10sec, I get the following
> seek requests:
>
> With -ss 0:1 (which works)
That's the wrong comparison, you must compare what happens in libmpdemux/demux_lavf.c:mpseek
with -ss 0 for stream_bd compared to stream_file.
> Don't know about the expected return values, but lavf does a lot more
> seeking around...
Because it at least _tries_ to find the right place to play, native one
just guesses the bitrate and then starts playing whereever it thinks might
be about right.
More information about the MPlayer-dev-eng
mailing list