[Bug 684407] Implicit declaration of function 'gss_rtsp_stream_new'
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Sep 19 18:47:14 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=684407
GStreamer | gst-streaming-server | git
Ángel Guzmán Maeso (shakaran) <shakaran> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--- Comment #7 from Ángel Guzmán Maeso (shakaran) <shakaran at gmail.com> 2012-09-20 01:47:09 UTC ---
I did:
sudo nano /etc/ld.so.conf
Add at the end:
/usr/local/lib
Run:
sudo ldconfig
Then I compile again and I run. It works (I don't know if add this in
ld.so.conf should be automatic or make it for the user). It also show a warning
with missings cert files (it should be only requested in SSL mode).
(ew-stream-server:25627): libsoup-WARNING **: Could not read SSL certificate
from 'server.crt': Failed to open file 'server.crt': No such file or directory
(ew-stream-server:25627): libsoup-WARNING **: Could not read SSL certificate
from 'server.crt': Failed to open file 'server.crt': No such file or directory
Then I can access via http://localhost:8080 and login with Mozilla Persona
login it redirect to https://localhost:8443/login?redirect_url=/
And it returns a Error 102 (net::ERR_CONNECTION_REFUSED) in Chrome (maybe by
the server.crt issue).
After that I see in tools folder the genkey binary (it is not copy in /usr/bin,
so I have to run in tools folder too).
I run the server again and I can do the Mozilla BrowserID login. Then it
redirect to https://localhost:8443/login?redirect_url=/ but only a blank page
is showed. If I press enter on URL it load a new login with user/password.
Then I dig in tools folder. I discover the "config" file, with a admin token.
Bu t I don't know what to do more with user/password.
And my main doubt is how to create streams, the archive_dir, programs or
features pages like the gstreamer conference video. There are some wiki page or
tutorial explaning this?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list