Get RTSP URL from Youtube

前端 未结 7 1110
失恋的感觉
失恋的感觉 2020-12-08 21:01

I have a video URL like http://www.youtube.com/watch?v=AAAAAAAAAA

How can I get a RTSP URL for this video?

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 21:38

    Go to this link, and Replace "VIDEOID" with the actual ID of the video you want:

    http://m.youtube.com/add_favorite?v=VIDEOID

    then right click the image of the video, and copy the link.

    For example, if the video is http://youtube.com/watch?v=ABCDEFGHIJK, you would request http://m.youtube.com/add_favorite?v=ABCDEFGHIJK

    The link is affectively permanent, but it will vary depending upon whether or not you are logged in and what preferences you have set when you request the page.

提交回复
热议问题