Hi,

On Thu, Jan 7, 2010 at 2:32 AM, 村山俊治 <[email protected]> wrote:
> I'm trying play and seek operation of Apple Lossless files over HTTP
> streaming using libavcodec/libavformat.
> As a result, Playing succeeded, but Seeking failed.
> I tried to seek by the following step.
> 1. Refer the start position of frame header from TimeTable in a Apple
> Lossless header.
> 2. Pass byte stream starts from the referred position to
> "avcodec_decode_audio2()" function.

No. you seek using av_seek_frame(). Whatever you're doing now is probably wrong.

> Please tell me how I can work out the problem.
> First of all, I also worrying about whether libavcodec supports seek
> opearation with using HTTP streaming.

Our HTTP implementation supports seeking.

Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to