And action!
Unfortunately, I couldn't continue working on the EPG part. Instead I worked some other things:
- Added ChannelList D-Bus interface to retrieve information about channels.
- Added GUI client to add and delete timers
- Fixed several bugs
Frank Scholz continued integrating dvb-daemon into Coherence. I created a screencast that shows how you can access recordings from dvb-daemon in Totem with the help of Coherence's UPnP server:
- Ogg Theora (7 MB)
- Xvid encoded AVI (13 MB)
The Coherence Totem plugin connects to the Coherence daemon via IP and retrieves the recordings. Because Coherence uses UPnP you can access the recordings from any UPnP capable client (e.g. the PS3).
The plan is to support the ScheduledRecording specification in the future, too. Because Coherence now propagates the DVB-Daemon into the UPnP world, you can access the recodings from any UPnP capable clients (e.g. the PS3) on your network.
If you want to try it out yourself you will need the latest dvb-daemon:bzr branch http://www.gnome.org/~sebp/bzr/dvb-daemon
and Coherence from SVN:svn co https://coherence.beebits.net/svn/trunk coherence
.
Install dvb-daemon, Coherence and the Coherence Totem plugin. First, start the dvb-daemon and then Coherence with the commandcoherence -o use_dbus:yes -o controlpoint:yes --plugin=backend:DVBDStore,enable_destroy:yes
To add new timers start the GUI client:python dvb-daemon/client/gui.py
Now you can start Totem, activate the Coherence plugin and wait until a new recording comes up in the sidebar.
Comments
You need to fix your ssl
You need to fix your ssl certificate (or provide http)
re the self-signed SSL cert
In reply to You need to fix your ssl by Anonymous (not verified)
re the self-signed SSL cert handling you should talk to the FF3 people, which overshoot the mark a bit imho, and http should work now too.
Ciao,
dev