<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt">>Hi,<br>><br><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><div style="font-family:arial, helvetica, sans-serif;font-size:10pt">>I'm trying to setup a Gstreamer Streaming Server, with the source from<br>>git://anongit.freedesktop.org/gstreamer/gst-streaming-server, i managed to<br>>compile the source code. But when trying to start the server with<br>>ew-stream-server i get the following errors:<br>><br>>(ew-stream-server:16579): libsoup-WARNING **: Could not read SSL<br>>certificate from 'server.crt': Failed to open file 'server.crt': No such<br>>file or directory<br>><br>>(ew-stream-server:16579): libsoup-WARNING **: Could not read SSL<br>>certificate from 'server.crt': Failed to open file 'server.crt': No such<br>>file or
 directory<br>>failed to create HTTPS server<br>><br>>any help?<br>><br>>thanks,<br>>Guilherme<br><br>Hi Guilherme,<br><br>I had the same problem.  You have to run gst-streaming-server/tools/genkey to generate server.crt and server.key files.<br><br>[root@DevKrakora tools]# ./genkey<br>Generating RSA private key, 1024 bit long modulus<br>.............................++++++<br>......................................++++++<br>e is 65537 (0x10001)<br>[root@DevKrakora tools]#<br><br>...then run the server as a "normal" user...<br><br>[root@DevKrakora tools]# su silentm -c "./ew-stream-server"<br><br>Best Regards,<br><br>Rob<br><br></div></div>



</div></body></html>