I want to use hardware acceleration for processing multiple realtime videostreams (coming over RTSP). I've read this thread - http://ffmpeg.org/pipermail/ffmpeg-user/2016-December/034530.html
and have some questions related to scaling this everything to several video streams: 1) Is it possible at all to use VAAPI acceleration for several independent video streams simultaneously? 2) How should I initialize VAAPI related stuff? Do I have to create separate hwframe context for each stream? 3) Can I use single hwdevice and vaapi_context instances for all streams or there should be own instance for each decoded/encoded stream? Anton _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
