Nobody
Nobody

Reputation: 77

Embedded video (from the internet) player flutter

I'm making a movie player app (for my school project) and i found a pretty nice API contains about 800 movies. The problem is the link to these video is embedded video

Example: https://www.youtube.com/embed/PSHFCBVD8Po,

https://ok.ru/videoembed/2391306930885,

https://em.iq.com/player.html?id=1fukdw5shuk&lid=23&lang=vi_vn&mod=vn&ad_config=1

https://streamtape.com/e/Dk9L6Qo9wxUk2eg/,

How can i play these video on my app?

Thank you!

Upvotes: 0

Views: 3615

Answers (1)

Jayveersinh Mahida
Jayveersinh Mahida

Reputation: 88

if you want to play video from youtube there is a plugin that can help you to play youtube embedded video

here is the plugin link enter link description here

if you want to play all embedded video than you need to implement webview video player to play embedded videos in your flutter app

here is the medium blog that can help you enter link description here

Upvotes: 2

Related Questions