<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello everyone,<br>
<br>
I'm trying to read RTSP over HTTPS video stream with gstreamer SDK
on iOS, but with no success.<br>
I have compiled gnutls library and added it to my xcode project
(libcrypt.a,libgnutls-extra.a,libgnutls-openssl.a,
libgnutls.a,libgpg-error.a)<br>
and put these lines into the gst_ios_init.m<br>
<br>
G_IO_MODULE_DECLARE(gnutls)<br>
...<br>
G_IO_MODULE_LOAD(gnutls)<br>
<br>
And i have always the same error message : <b>No URI handler
implemented for "rtsps"</b><br>
<br>
Why doesn't gstreamer recognize <b>rtsps </b>format ? <br>
For information, I have made the same thing on Android and it works
great that way.<br>
<br>
Thank you,<br>
<br>
Nicolas Castillejos<br>
</body>
</html>