gst streaming server: failed to create HTTPS server

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gst streaming server: failed to create HTTPS server

Guilherme Krüger Araujo
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

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst streaming server: failed to create HTTPS server

Robert Krakora
>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@DevKrakora tools]# ./genkey
Generating RSA private key, 1024 bit long modulus
.............................++++++
......................................++++++
e is 65537 (0x10001)
[root@DevKrakora tools]#

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

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

Best Regards,

Rob


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel