Yes! I followed your procedure and the compilation/linking was
successful!
I could start ./iAlert without any library path problems.
Then iAlert started to download recordings. I waited untill all clips
were downloaded before I start to learn the user interface of iAlert.
I have no playback in the iAlert playback window, it is black.
The downloaded video files are OK, I can watch the videos using the
Totem Movie Player.
Selecting a day in the calendar brings up the cliplist beneath it.
Clicking an entry in the cliplist causes just a text being written in
the console window where iAlert was started saying:
"156 Playing "path-to-file---.mp4" - but the playback window is still
black.
I cannot see live video. The text written to the terminal says:
152 Playing "rtsp://
192.168.1.104/HighResolutionVideo"
iAlert(9209): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol 'rtsp'.
"
My goal is to learn how to communicate with the camera for
transferring the events (clips) to my Excito B3 server running
Debian.
That server is head-less, no display. Then I would like to write a
dynamic web page to access the clips using an ordinary browser.
Hopefully, you will allow me to use your code to learn and as a
starting point.
At the age of 70 software writing is the best way of keeping my brain
alive...
Regards
Per
On 31 Jan, 16:54, Matthew Szatmary <
szatm...@gmail.com> wrote:
> Ok, This is what I did.
> First I installed a fresh copy of Ubuntu 10.04 LTS
> I updated all packages to the latest version and rebooted.
> Then, from the terminal I installed the necessary dependencies (minus gloox):
> # sudo apt-get install git-core qt-sdk libupnp-dev gstreamer0.10-ffmpeg phonon-backend-gstreamer
>
> lucid still uses gloox 0.9.9.5, uninstall if necessary
> # sudo apt-get remove libgloox-dev
>
> at this point you may want to check for (and remove) files at:
> # sudo rm -r /usr/include/gloox
> # sudo rm /usr/lib/libgloox*
> # sudo rm -r /usr/local/include/gloox
> # sudo rm /usr/local/lib/libgloox*
>
> Install gloox manually:
> # cd ~
> # wgethttp://
camaya.net/download/gloox-1.0.tar.bz2