libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

Error: Failed to resolve: com.badlogicgames.gdxvideo:gdx-video:0.0.1 #30

Closed appkovacs closed 8 years ago

appkovacs commented 8 years ago

I am looking for YouTube video playing solutions in libGDX, so I have found this repo. Can you please explain in a few sentences, how can it used? Thanks in advance!

RBogie commented 8 years ago

You'd have to download the youtube video and convert it to one of the formats that the precompiled ffmpeg and android can play.

The error that you put in the title is caused by #2. You can read this issue for how to solve it.

appkovacs commented 8 years ago

Can you give me some tutorials, please?

appkovacs commented 8 years ago

About usage, use cases maybe.

RBogie commented 8 years ago

Youtube -> streaming -> #7 ?