Scheduling Youtube Live Videos Using The App

I am trying to directly play Youtube videos in my android apps. If we provide direct links to youtube like https://www.youtube.com/watch?v=HnbMYzdjuBs

, then the device will display various applications that can open this link after you click the video icon. If I use https://gdata.youtube.com/feeds/api/videos?q=flowers

XML to extract links from Youtube services, RTSP links work fine in the app, but the quality is too poor.

How do I fix this problem?

One more question: I want to play a live video from Youtube. We have a youtube web service to get links (video types 1,5,6) of a specific vedio id. We can use the link below to get RTSP link for regular videos http://gdata.youtube.com/feeds/mobile/videos/ll4SoSJgLfI

. What doesn't work for Live Videos on Youtube. I am not getting the tag media-content

. How to show live YouTube streaming videos on Android devices?

+3


source to share





All Articles