No, but I think adding a KMP library for it maybe. You can do expect actual.
iOS, use AVPlayer with kotlin interop. Android use androidx exoplayer. Desktop use vlcj library. For wasm not sure yet 😁
@Abdullah I disagree, not compose multiplatforms job to provide video player imo. However I think community should strive more stop re-invent the wheel everytime and start doing open source libraries we can share. Maybe however I thikn CMP should provide a way of reference a video file, that can be used, like streams, uris, urls, local file etc.
There is no way for compose doing this natively, as not even OS:es itself has it. I mean like Android needs exoplayer library and desktop needs something like VLC 😄