2

I want to play Youtube Video in my app. but i can not find android newpipe type library in iOS.

In android newpipe full project available for get Youtube Full Url but i can not find same library/project for iOS.

there is any library same as android newpipe?

imjaydeep
  • 848
  • 1
  • 11
  • 34
Nimisha Ranipa
  • 8,214
  • 2
  • 11
  • 28

1 Answers1

0

If you want to play youtube video in ios then you can use

YouTube IFrame Player API

or there are several library also available on github.

1) youtube-ios-player-helper

2) XCDYouTubeKit

and 3rd and last option is you can open with the help of UIWebview. For more detail check below SO question.

1) play-youtube-videos-with-mpmovieplayercontroller-instead-of-uiwebview

2) play-youtube-videos-in-iphone-app-without-using-uiwebview

I hope it will be helpful for you.

Community
  • 1
  • 1
Badal Shah
  • 7,255
  • 2
  • 27
  • 59
  • Currently i am using XCDYoutubeKit but in that i can't get Video url for some of the videos and i got error like "Video operation finished with error: This video contains content from UMG. It is restricted from playback on certain sites.", "This video contains content from SME. It is restricted from playback on certain sites. Watch on YouTube", "This video contains content from VEVO. It is restricted from playback on certain sites. Watch on YouTube" – Nimisha Ranipa Feb 22 '16 at 06:27
  • XCDYoutubekit works fine but my some of video not playing because of this types of error. Any other solution for this ? – Nimisha Ranipa Feb 22 '16 at 06:33
  • yes for your error there is a solution on github . please check this link https://github.com/0xced/XCDYouTubeKit/issues/196 – Badal Shah Feb 22 '16 at 06:37
  • there is a new commit for the error "This video contains content from UMG" check issue 231 https://github.com/0xced/XCDYouTubeKit/issues/231 – Badal Shah Feb 22 '16 at 06:44
  • I have check that solution but still can't remove error. – Nimisha Ranipa Feb 22 '16 at 06:44
  • see my last comment. – Badal Shah Feb 22 '16 at 06:44
  • That's why i try to find other Library for get Youtube full url. – Nimisha Ranipa Feb 22 '16 at 06:45
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/104145/discussion-between-badal-shah-and-nimisha-ranipa). – Badal Shah Feb 22 '16 at 06:45