wang-bin / QtAV

A cross-platform multimedia framework based on Qt and FFmpeg. 基于Qt和FFmpeg的跨平台高性能音视频播放框架. Recommand to use new sdk https://github.com/wang-bin/mdk-sdk
http://qtav.org
3.92k stars 1.5k forks source link

Pause/play remote video #220

Open LXFB opened 10 years ago

LXFB commented 10 years ago

Hi,

When pause a remote video [player.pause(true)], this continue downloading, but, when unpause [player.pause(false)], jump to last frame downloaded and start for there, not start from where it was paused. Am I doing something wrong? On the other hand, is there any way to show the progress of the buffer?

Thank you.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2400256-pause-play-remote-video?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github).
Xuno commented 9 years ago

"On the other hand, is there any way to show the progress of the buffer?"

Is there a solution for this problem? We are looking to implement buffer progress display in the timeline.

wang-bin commented 9 years ago

@Xuno I plan to do it