We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.