Rtspvideoplugin ((install)) ❲Trusted Source❳
if(UNITY_BUILD) set_target_properties(rtsp_plugin PROPERTIES SUFFIX ".bundle") endif()
m_frame = av_frame_alloc(); return true; rtspvideoplugin
class RTSPVideoPlugin public: using FrameCallback = std::function<void(uint8_t* data, int width, int height, int stride)>; rtspvideoplugin