Youtube API:搜索可在移动设备上播放的视频

nr1*_*nr1 3 java youtube api android

我正在使用youtube api按关键字查询视频.结果必须可以在Android Youtube应用程序上播放,但有时我会收到错误,视频在移动设备上不可用.

是否有参数/选项来搜索可在移动设备上播放的视频?

hun*_*erp 6

正如您所见:http: //code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html 您可以为查询指定格式参数.

1   RTSP streaming URL for mobile video playback. H.263 video (up to 176x144) and AMR audio.
5   HTTP URL to the embeddable player (SWF) for this video. This format is not available for a video that is not embeddable. Developers commonly add &format=5 to their queries to restrict results to videos that can be embedded on their sites.
6   RTSP streaming URL for mobile video playback. MPEG-4 SP video (up to 176x144) and AAC audio.

  • 对于我所完成的工作,一些赞成票将会受到赞赏......消除过程:H.263比MPEG-4压缩得更多.所以一起去吧 (3认同)