Commit Graph

2841 Commits

Author SHA1 Message Date
sebastian 29e7838554 #1784 HTML UI: Replace listen.m3u with the name of the file being played 2010-02-11 15:07:14 +00:00
sebastian 2fdaf79f9a #2211 The "media" dropdown in the main menu in the web interface is separated from the menu 2010-02-10 19:35:55 +00:00
sebastian 7423f4a115 #1977 Campcaster-Web: Change 'On Air' text to 'Playing Scheduled Item' 2010-02-10 19:33:45 +00:00
sebastian 5e5e380ac2 #1977 Campcaster-Web: Change 'On Air' text to 'Playing Scheduled Item' 2010-02-10 19:17:58 +00:00
sebastian 2461111397 #2196 strange default Title in the web interface 2010-02-10 17:27:31 +00:00
douglas 4e1bce8e84 Added target directory for Campcaster in Makefile.in 2010-02-10 16:51:07 +00:00
sebastian e311be1193 #2330 Campcaster-web: Enable webstream feature 2010-02-10 16:49:39 +00:00
douglas be94af2d44 Fixed extra backslash in /src/products/gLiveSupport/etc/Makefile.in 2010-02-10 15:58:53 +00:00
douglas 7597679402 Removed testAudio.ogg.license 2010-02-10 12:20:44 +00:00
douglas f7127e8c82 Replaced testAudio.ogg with a public domain file; removed the old Creative Commons license and removed reference to the license in Makefile.in. This should now bring Campcaster into line with Debian policies. 2010-02-10 11:14:46 +00:00
douglas 47fc5f4593 Replaced testAudio.ogg with a public domain file; removed the old Creative Commons license and removed reference to the license from Makefile.in. This should now bring Campcaster into line with Debian policies. 2010-02-10 10:19:29 +00:00
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