How to play Youtube videos in Android Video View?

后端 未结 8 1434
[愿得一人]
[愿得一人] 2020-12-02 14:24

I am developing an android application which requires a youtube video player embedded within it. I successfully got the RTSP video URL from the API, but while trying to load

8条回答
  •  爱一瞬间的悲伤
    2020-12-02 15:16

    It depends on which Video codec format you are recieving your rtsp. There are certain devices which do not support running .mp4 file. Go through Android Media support for more information. Check if you can play any other .3gp files or not.

提交回复
热议问题