0

How can display Youtube videos in Smartface video player, not in a webview?

How do I obtain the necessary video stream information from Youtube?

Ed Glazer
  • 121
  • 3

1 Answers1

0

You can check this link to get .flv path how do i get the flv file path from a youtube URL

But in general, native players doesn't support .flv extension.

The best way to show a youtube video in your app is to use WebView component.

Community
  • 1
  • 1
Doruk COŞKUN
  • 338
  • 2
  • 7