Skip to content
mlynch-isec edited this page Sep 16, 2013 · 1 revision

The easiest way to access public RTSP feeds is by using YouTube. To get the RTSP feed of a YouTube video, access the following URL:

http://gdata.youtube.com/feeds/api/videos?q=[VIDEO_ID]&format=1&alt=json&app=mobile

And replace [VIDEO_ID] with the ID of a YouTube video. The result will be a JSON blob, with a "url" field that contains an RTSP link.

Clone this wiki locally