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.99k stars 1.51k forks source link

Use AVPlayer with null renderer #765

Open thefastman opened 8 years ago

thefastman commented 8 years ago

Hi ! How can I use AVPlayer without real graphic render ? For example I need start playback and receive decoded frames and transfer them to another pipeline (network/etc) Thanks

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39216083-use-avplayer-with-null-renderer?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).
thefastman commented 8 years ago

Ok. I can use Filter. Solved. Close the issue please.