Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could this crate be used to play internet video? #28

Closed
dbsxdbsx opened this issue Dec 15, 2022 · 2 comments
Closed

Could this crate be used to play internet video? #28

dbsxdbsx opened this issue Dec 15, 2022 · 2 comments

Comments

@dbsxdbsx
Copy link

I want to build a video player fro multiple platforms(windows,android), the source of which is usually from youtube, or other sources.
I want to deal with the video part in rust, but not quite sure if this crate is the correct one for me.

I googled, and it seems that the most recommended is to do with FFmpeg, like this. But I am not sure, so I am asking here.
Thanks.

@harlanc
Copy link
Owner

harlanc commented Dec 16, 2022

The audio/video crates I wrote mainly serves my own media server xiu, which mainly involves av format, but not av codec, so I suggest you use ffmpeg-related crates.

@dbsxdbsx
Copy link
Author

dbsxdbsx commented Dec 17, 2022

thanks~

For those who has similar request, there are 2 projects I think useful:
https://github.com/servo/media
https://github.com/philn/glide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants