VideoPlayer and display of images from remote URL for SwiftUI

Is there a VideoPlayer and a means to display remote images from url in SwiftUI for iOS 14?

i have been looking at AVFoundation and AVKit ...

Replies

SwiftUI player: VideoPlayer
For loading remote images: AVAssetImageGenerator
Thanks for the Videoplayer solution.
I want to display images which comes from a remote URL. Is there any means to do that in iOS 14 just as Kingfisher did for up to iOS 13 ?