Streaming Youtube Videos

前端 未结 8 1356
太阳男子
太阳男子 2020-11-30 01:53

I am writing an application to play youtube videos using streaming.

First method:

I am getting the RTSP URL to the video using GData APIs. Here is the code t

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 02:21

    we faced a very similar problem.

    At the moment I'm at the first step of my project and I'm trying to make the videoview simply works. I'm taking data from here: http://gdata.youtube.com/demo/ and I'm testing all the videos links.

    RTSP 3GP videos are really really really low quality video.... and there is no way to access to mp4 (good quality) videos. I really don't know how to make it works because I think that MP4 streams are available only to premium devs....

提交回复
热议问题