VideoClip load from assetbundle in android is error

android log :

05-19 16:27:57.157: E/FileSource(15336): Failed to open file ‘archive:/CAB-da7e5cc2578a42415407da10d8bd2923/CAB-da7e5cc2578a42415407da10d8bd2923.resource’. (No such file or directory)

05-19 16:27:57.157: E/NdkMediaExtractor(15336): sf error code: -2

windows log :

WindowsVideoMedia error 0xc00d36c3 while reading archive:/CAB-da7e5cc2578a42415407da10d8bd2923/CAB-da7e5cc2578a42415407da10d8bd2923.resource
Context: MFCreateSourceReaderFromURL
Error details: The scheme of the given URL is unsupported.
Track types:
Can’t play movie [ ]

other :

Did you find a solution to this? Found several other posts from other people having the exact same issue.
My log is nearly the same:

AndroidPlayer(ADB@127.0.0.1:34999) AndroidVideoMedia OpenExtractor unable to open archive:/CAB-14baa5416d7d039303ccd3f472c5d1c1/CAB-14baa5416d7d039303ccd3f472c5d1c1.resource, error: 2
UnityEngine.Video.VideoPlayer:INTERNAL_CALL_Prepare(VideoPlayer)
UnityEngine.Video.VideoPlayer:Prepare() (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Video/VideoPlayerBindings.gen.cs:175)
VideoPlayerController:PlayVideo(String, Action, Action`1, Boolean) (at C:\Assets\Scripts\Controller\VideoPlayerController.cs:259)
c__Iterator0:MoveNext() (at C:\Assets\Controller\VideoPlayerController.cs:203)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)

[./PlatformDependent/AndroidPlayer/Modules/Video/Private/AndroidVideoMedia.cpp line 307]
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Video/VideoPlayerBindings.gen.cs Line: 175)

i thinks its a bug
check this post

That’s how you handle it?I also get this error

same issue in 2019.2.0f1. can anyone solved it? help me if yes… Thank you.

the error cause by compressing Clip,
so,
BuildPipeline.BuildAssetBundles 's BuildAssetBundleOptions.None change to BuildAssetBundleOptions.UncompressedAssetBundle

to see
Load VideoClip in assetbundle on Android page-2

also to see