Playing youtube link sound only without showing video in Xcode - xcode

I am writing an application in Xcode. Now I wanna play a music from youtube link without showing the video!! I wanna only play the sound of the video. So can you help me in the code. right now I am only showing the music list from my site on the table view and also showing the link. but couldn't plug the youtube feature!!
Thanks in advance.

Related

Has anyone experimented with getting a video played on a mini app? On the Alipay site there is some documentation, still wanted to post the question

Wanted to know if any of you guys have played around with getting a video to play in a mini app? I have looked at some of the Alipay documentation and from what I can see there is only one supported platform to upload a video to in order to use within the mini app...
You cant get videos to play in native mini programs because the tag is not currently supported.
You could get videos to play by making use of the web-view which points to a website which hosts the video

One Embedded youtube video not playing, the other works

I have two youtube videos, which are both on my account, embedded in my website. The first one works fine, the second one gives me this message:
"Firefox Can’t Open This Page
To protect your security, www.youtube.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window."
I have clicked on more and as far as I understand its youtube blocking my video? How can I fix this please?
The website is www.washbox-international.com
Than you in advance - sorry am a novice!

Webview webpage + Video or Youtube

I recently found a digital billboard project called DisplayMonkey, which shows me digital content such as: images, videos, html, etc. The problem is that when you show a YouTube video or any other media this does not automatically reproduce.
To which I refer, the project that I use that would be the Display, shows me in html file all the content that I have and does it in a random way, when it comes to the video it does not reproduce it.
Need autoplay youtube or alternative server videos
The web page that the display shows me is the following:
http://display-dev.cclcloud.co
user: test
password: 2019**
Any opinion on how you should do this? html + js code pure?
I have tried several alternatives and it has not worked for me, need help, thanks

How can I play all videos in a play list in turn?

I use Xamarin.Forms VideoPlayer. How can I implement playing all videos in a youtube playlist in turn? It would be also good to be able to display the videos' thumbnails as carousel to let the user switch from video to video.
I tried this:
<video:VideoPlayer x:Name="videoPlayer"
Source="https://www.youtube.com/watch?v=Jwcgm5VYV-
U&list=PLyjPaKJQuCEzqQKdA8FsQdsJ77XbjKkBH" />
But got an error:
Error: Unsupported video type or invalid file path.
I found plugin.youtube on NuGet, but it doesn't seem to work with .Net Standard.
What would be the right approach?
Thank you.
VideoPlayer does not support to play the video with video list address automatically.
The better way is that you need to get all the video source url such as http://littlevideo/TestVideo.mp4 from video list address then pass the video source url to VideoPlayer source property.

Generating thumbnails for movies from iTunes file sharing data?

i´m using the itunes file sharing feature to import customized data from the user.
I need to play videos when tapping on a customized UIButton. Therefore i want to know if its possible to set a thumbnail image from a video to each instance of MyButton.
I´ve played already with the MPMoviePlayerController and its "thumbnailImageAtTime:timeOption" function. It works great after selecting and playing that one video. But i need to generate thumbnails for all videos before.
When syncing videos on any iOS device via itunes, apple generates thumbnails for the camera roll instantly. So thats the way i´m looking for.. Any ideas how apple is doing it?
I´ve got it. Using the AVFoundationFramework with "AVAssetImageGenerator" ;)
Getting a thumbnail from a video url or data in iPhone SDK

Resources