Verify RTSP service via URL

python, rtsp, url, video-streaming

Solution

Digging around on StackOverflow I came across a previous question asking for an RTSP library in Python or C/C++ .

Linked there is an RTSP library provided by Twisted, and another one called Live555. Have you tried either of these?

I am just reposting the links for convenience.

Problem

I am trying to verify that a video service is provided from an URL in python. I am asking does anyone know of any good libraries to use or a way to do this. I have not found much info for this on the web. Thanks

Original source