Commit graph

2980 commits

Author SHA1 Message Date
douglas
ae8b7ae311 Updates tothe credits, copyright and dates 2010-02-05 15:28:00 +00:00
fgerlits
77a2a08c52 minor cosmetic fix 2010-01-18 20:38:33 +00:00
fgerlits
eac5556768 outlined the constructors (and while I was at it, the destructor) of PlaylistElement
this fixes #2356
2010-01-18 20:21:11 +00:00
nebojsa
119fe16995 added output messages to displaySchedule method to help in xmlrpc problem tracing 2010-01-12 03:52:36 +00:00
fgerlits
cbfafeb14e minor edit: set svn:ignore on temporary files 2010-01-08 18:24:58 +00:00
fgerlits
5cdf0151fc minor fix to the previous check-in: generation of localization files was wrong 2010-01-08 17:39:50 +00:00
fgerlits
fe4ea304c0 small fixes to make all unit tests in modules/core except PlaylistTest compile and pass 2010-01-08 15:27:06 +00:00
fgerlits
0bd2f98717 #2354 - updated the status of the patch in [3387] 2010-01-03 13:50:18 +00:00
fgerlits
acdcfd51b6 Added the missing #include <cstdio>. 2010-01-02 20:35:54 +00:00
fgerlits
ab5b2f27ef Upgraded libodbc++ to the latest version, 0.2.5. 2010-01-02 20:28:28 +00:00
nebojsa
68d031e612 fixed crash when making playlists from web client 2009-12-25 13:32:28 +00:00
nebojsa
4900181241 auto startup completed 2009-11-06 02:13:11 +00:00
nebojsa
4dd6d47cf7 fixed incorrect checkin 2009-11-06 01:16:35 +00:00
nebojsa
9b88996d92 added support for playlist element length 2009-11-05 23:13:06 +00:00
nebojsa
1f05438448 offset plumbing almost completed 2009-11-05 12:47:38 +00:00
nebojsa
405dffb98b started work on offset propagation 2009-11-05 03:05:36 +00:00
nebojsa
a4ee67e5ae fixed incorrect checkin 2009-11-04 22:09:39 +00:00
nebojsa
fdd0117d6f prepairing infrastructure for scheduler immediate start feature 2009-11-04 21:59:05 +00:00
nebojsa
2e73d733f2 ignore broken links so playback can go on 2009-10-31 14:47:42 +00:00
nebojsa
0456464ac0 added some test files for clarification 2009-10-24 16:22:08 +00:00
nebojsa
d661318653 added support for clipStart and clipEnd 2009-10-12 03:36:15 +00:00
nebojsa
761b27d594 added support for clipStart and clipEnd 2009-10-12 03:24:31 +00:00
nebojsa
f6c9fef31a added support for clipStart and clipEnd 2009-10-12 02:40:09 +00:00
kapil
60518f7074 Added support for passing a stop_time value of the playlist, when the scheduler wants the playlist to stop. It has to be passed as second parameter to start method of audioplayer. For now the STOP_TIME macro is used to pass value. Files Changed: GLiveSupport.cxx, PlaylistEvent.cxx, AudioPlayerInterface.h, GstreamerPlayer.cxx, streamerPlayer.h 2009-10-02 12:49:43 +00:00
kapil
2ed80ef62f Instead of waiting for fixed time, wait for the state change to complete and then seek. Files Changed:GstreamerPlayContext.h 2009-10-02 08:06:00 +00:00
kapil
e1a2db28e8 Added support for playlist start time configuration, scheduler can pass any position from where to start the playlist by passing value (in seconds) to the GstreamerPlayer::start method. Whenever the playlist is stopped, GstreamerPlayer::Close returns time (in seconds) at what position it stopped, which can be useful if a playlist gets crashed in between. Scheduler should store this returned value for future reference to restart the playlist from the old position. Files Changed: GLiveSupport.cxx, PlaylistEvent.cxx, AudioPlayerInterface.h, GstreamerPlayer.cxx, GstreamerPlayContext.h, GstreamerPlayer.h 2009-10-01 22:08:14 +00:00
nebojsa
f2098954b8 scheduled playlists can overlap now with each subsequent one interrupting one already playing 2009-09-30 16:32:41 +00:00
nebojsa
e412cfdac9 fixed glade spin buttons 2009-09-29 22:16:37 +00:00
nebojsa
e4d9af2abb fixed time labels 2009-09-29 20:58:56 +00:00
nebojsa
fd88d5f5e9 display info now correct when files are skipped 2009-09-29 15:15:16 +00:00
nebojsa
9cc4389052 added file id to smil and implemented XML-RPC callback for playback start 2009-09-28 00:27:05 +00:00
nebojsa
2b4ce13d7e fixed crashes when files are missing. all player errors are now considered as non critical so that app can survive and deliver uninterrupted programming 2009-09-22 23:44:24 +00:00
fgerlits
cb32ca774e updated some more occurrencies of code.campware.org to the new URIs;
updated 'dapper' to 'hardy' in some places;
removed a claim in the README file that Ubuntu packages will work on all Debian-based systems
2009-05-02 14:41:46 +00:00
fgerlits
aee5a86f65 upgraded taglib to version 1.5 2009-05-01 19:58:31 +00:00
fgerlits
c0f83fc84c removed cppunit; version 1.12.0 has been included in Ubuntu since gutsy 2009-04-12 12:29:15 +00:00
fgerlits
eb5cd31f69 this hack is no longer needed in hardy, and causes problems with the new libtool in intrepid 2009-04-12 12:15:36 +00:00
fgerlits
3c85aefafe Merged [3352] and [3353] back from the 1.4 branch to the trunk.
Did not merge [3354]; this fix is not necessary with the new libodbc++ version.
2009-04-04 14:03:53 +00:00
fgerlits
f79b925f91 removed installation instructions for libserial and portage definition for lcov
(these are now not included in the libs package)
2009-03-07 17:27:02 +00:00
fgerlits
1ab5b8d645 upgraded the libodbc++ version to 0.2.4pre4 2009-03-07 17:21:40 +00:00
fgerlits
dade105057 Partial fix working towards getting rid of "libs"; see #1492.
removed libserial from the tools set
added libserial to the list of dev tools in the docs
added libserial to the list of debian dependencies
fixed the gLiveSupport makefile to use pkg-config for libserial
some whitespace changes

Campcaster compiles and runs after the change.
I have not tested package creation, but I don't expect any issues with it.

This change will make it more difficult to install Campcaster on Gutsy and earlier, but I don't think anybody cares about that.
2009-02-28 21:43:32 +00:00
nebojsa
7988cd5e1d scheduler should not run at 100% CPU any more 2008-12-17 01:34:40 +00:00
sebastian
1e0f91befc #2328 install fails under ubuntu hardy (caused by pgsql connection) 2008-11-21 13:40:28 +00:00
nebojsa
0d84838ea4 fixed scheduler problem of not being able to play smils 2008-11-17 01:34:27 +00:00
fgerlits
ea8524664e removed the remaining bits of the gstreamer-0.8 install, again 2008-10-21 19:34:23 +00:00
fgerlits
0e461211a1 removed the gstreamer tarballs from the repository, and added the gstreamer packages as dependencies 2008-08-17 15:23:28 +00:00
sebastian
ff26a05c3e 2290 storageServer does not install in Ubuntu Hardy 2008-08-17 13:04:06 +00:00
sebastian
810f68605e #2307 improve redirect to htmlUI 2008-08-16 10:16:07 +00:00
sebastian
4cdb7b2317 #2290 storageServer does not install under Ubuntu Hardy 2008-08-14 10:47:30 +00:00
fberckel
47c34aa312 Reverting changes "$rp = file_exists" back to "$rp = realpath", because it does not function for hardy and effecting gutsy with errors as well. 2008-05-23 09:33:30 +00:00
fberckel
4d786f8cdd Changed $rp = realpath to $rp = file_exists, found out it's in the config files as. 2008-05-22 20:14:54 +00:00