gst streaming server: failed to create HTTPS server

Robert Krakora robkrakora at att.net
Thu Nov 29 09:52:04 PST 2012


>Hi,
>

>I'm trying to setup a Gstreamer Streaming Server, with the source from
>git://anongit.freedesktop.org/gstreamer/gst-streaming-server, i managed to
>compile the source code. But when trying to start the server with
>ew-stream-server i get the following errors:
>
>(ew-stream-server:16579): libsoup-WARNING **: Could not read SSL
>certificate from 'server.crt': Failed to open file 'server.crt': No such
>file or directory
>
>(ew-stream-server:16579): libsoup-WARNING **: Could not read SSL
>certificate from 'server.crt': Failed to open file 'server.crt': No such
>file or directory
>failed to create HTTPS server
>
>any help?
>
>thanks,
>Guilherme

Hi Guilherme,

I had the same problem.  You have to run gst-streaming-server/tools/genkey to 
generate server.crt and server.key files.

[root at DevKrakora tools]# ./genkey
Generating RSA private key, 1024 bit long modulus
.............................++++++
......................................++++++
e is 65537 (0x10001)
[root at DevKrakora tools]#

...then run the server as a "normal" user...

[root at DevKrakora tools]# su silentm -c "./ew-stream-server"

Best Regards,

Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121129/15276ffa/attachment.html>


More information about the gstreamer-devel mailing list