livesupport-dev@eserver2.mdlf.org wrote:
> This message was sent from: LS Development.
>
> ----------------------------------------------------------------
>
> I'm trying to compile Livesupport-cvs on a gentoo system. I noticed many
> tools are already in portage.
>
> Is there already an effort to create an cvs-ebuild?
we'll create an ebuild later on (I'm using gentoo as the development
platform myself)
> My current problems are automake related problems, but it looks as if is
> fixable.
make sure you have:
export WANT_AUTOCONF=2.5
export WANT_AUTOMAKE=1.7
Akos
------------------------------------------
Posted to Phorum via PhorumMail
livesupport-dev@eserver2.mdlf.org wrote:
> If I can get xmlrpc++ to work out right, I'm going to build the cvs ebuilds
> (without the fetch for /tools directory)
>
> It seems that livesupport does look for boost, etc. out there, but
> something to patch too.
yes, some stuff needs to be patched, like unixODBC, etc. since then,
some of our patches were incorportated into the main unixODBC source
tree, for example. but not all.
> Sorry for (maybe) asking something obvious, it looks livesupport uses
> gtk+gtkmm any plans to migrate it to gtk+2.6?
as you can see, we're using gtk+ 2.6.1 ...
I believe there are ebuilds for these packages, so you could omit them
when building the tools.
what I wanted to do for the main makefile, is to have autoconf check for
locally available libraries of sufficient version numbers, and omit the
appropriate parts from the makefile when compiling tools. the
PKG_CHECK_MODULES m4 macro could be used in configure.ac to check for
existence of libraries that use pkg-config..
Akos
------------------------------------------
Posted to Phorum via PhorumMail
This is a multi-part message in MIME format.
--------------040504050602060009010500
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
First ebuild for xmlrpc++ (from our CVS). If someone can confirm this
package has a 'normal' version number from SF... some changes need to be
made.
Frans van Berckel wrote:
> No not jet, do you think this a good idea, I have not been part a local
> broadcasting.
I'm part of it, and mainly because PC-Radio is so bad behaving I first
tried Rivendell (QT -> useless and then found Livesupport. At the
time I didn't have the systems nor allowance to test it for real.
Basically if Livesupport can do the job for our local broadcast station
we will migrate to it. One thing I don't know yet is if Livesupport
supports Voicetracks, an easyway to pre-record your show just by
recording Intro/Outro's.
One other practical thing: How is hxclient supposed to be compiled, I do
love the gstreamer idea... but since it isn't ready yet (and Livesupport
doesn't link without it) I need some help compiling it
(an other good reason to not use helixplayer: it leaks memory and
doesn't free memory in time... I currently use helixplayer for our
'to-be-open-sourced-as-it-gets-published' Television scheduler, but need
to migrate away from it too.)
Stefan
------------------------------------------
Posted to Phorum via PhorumMail
On Thu, 2005-05-26 at 16:27, Stefan de Konink wrote:
> Frans van Berckel wrote:
> > No not jet, do you think this a good idea, I have not been part a local
> > broadcasting.
> I'm part of it, and mainly because PC-Radio is so bad behaving I first
> tried Rivendell (QT -> useless and then found Livesupport. At the
> time I didn't have the systems nor allowance to test it for real.
Are they talking on the olon list about LiveSupport, i have done some
publications on LiveSupport? I post on radioforum.nl about LiveSupport. http://www.radioforum.nl/viewtopic.php?t=7079
> Basically if Livesupport can do the job for our local broadcast station
> we will migrate to it. One thing I don't know yet is if Livesupport
> supports Voicetracks, an easyway to pre-record your show just by
> recording Intro/Outro's.
Nice functions. The best you can do, post your feature request the our
track and traceable bug and feature system. http://bugs.campware.org/
> One other practical thing: How is hxclient supposed to be compiled, I do
> love the gstreamer idea... but since it isn't ready yet (and Livesupport
> doesn't link without it) I need some help compiling it
Akos can tell you later on when hxclient will be drop, he doing the job
at the moment and nothing els, when its there...its....
> (an other good reason to not use helixplayer: it leaks memory and
> doesn't free memory in time... I currently use helixplayer for our
> 'to-be-open-sourced-as-it-gets-published' Television scheduler, but need
> to migrate away from it too.)
------------------------------------------
Posted to Phorum via PhorumMail
Frans van Berckel wrote:
> Are they talking on the olon list about LiveSupport, i have done some
> publications on LiveSupport? I post on radioforum.nl about LiveSupport.
> http://www.radioforum.nl/viewtopic.php?t=7079
In the technical list your radioforum thread was referenced serveral
times. I saw there was a LiveCD for LiveSupport, but I'm going to try to
build one by myself using Gentoo Catalyst. Basically I want to get the
Broadcast Partners hardware to support LiveSupport. So DCF, Faderstart
etc. can be used without hardware migration.
I also received the protocol specs of our Stargate RDS device, making
that compatible with Livesupport could be another interesting way to
make Livesupport better than Dalet, Carmen, PC-Radio, Rivendell, etc.
> Nice functions. The best you can do, post your feature request the our
> track and traceable bug and feature system. http://bugs.campware.org/
I will after I have tested the software. I want to put some coding
effort in it too.
> Akos can tell you later on when hxclient will be drop, he doing the job
> at the moment and nothing els, when its there...its....
Waiting is always a pleasant thing
Stefan
------------------------------------------
Posted to Phorum via PhorumMail
On Thu, 2005-05-26 at 17:04, Stefan de Konink wrote:
> Frans van Berckel wrote:
> > Are they talking on the olon list about LiveSupport, i have done some
> > publications on LiveSupport? I post on radioforum.nl about LiveSupport.
> > http://www.radioforum.nl/viewtopic.php?t=7079
> In the technical list your radioforum thread was referenced serveral
> times. I saw there was a LiveCD for LiveSupport, but I'm going to try to
> build one by myself using Gentoo Catalyst. Basically I want to get the
> Broadcast Partners hardware to support LiveSupport. So DCF, Faderstart
> etc. can be used without hardware migration.
I think other stations and the NOB in the Netherlands will love this.
How can i support you, i am into interfacing to hardware?
> I also received the protocol specs of our Stargate RDS device, making
> that compatible with Livesupport could be another interesting way to
> make Livesupport better than Dalet, Carmen, PC-Radio, Rivendell, etc.
> > Nice functions. The best you can do, post your feature request the our
> > track and traceable bug and feature system. http://bugs.campware.org/
> I will after I have tested the software. I want to put some coding
> effort in it too.
>
> > Akos can tell you later on when hxclient will be drop, he doing the job
> > at the moment and nothing els, when its there...its....
> Waiting is always a pleasant thing
The biggest thing is be putting SMIL into the gStreamer player, it's not
jet supported, they are talking 3 years about it but.... So we have to
support Akos for the job.
Frans van Berckel
------------------------------------------
Posted to Phorum via PhorumMail
Frans van Berckel wrote:
>>In the technical list your radioforum thread was referenced serveral
>>times. I saw there was a LiveCD for LiveSupport, but I'm going to try to
>>build one by myself using Gentoo Catalyst. Basically I want to get the
>>Broadcast Partners hardware to support LiveSupport. So DCF, Faderstart
>>etc. can be used without hardware migration.
>
> I think other stations and the NOB in the Netherlands will love this.
> How can i support you, i am into interfacing to hardware?
If I can spend sometime alone with our Broadcast pc, I'll try to find
out on what kind of chips the custom PCI board is based on. But the
point still is: first proof the product is better than the rest, the try
to 'sell' it to new radiostations. I don't think Livesupport should be a
migration product, that introduces 'expectations'.
>>I also received the protocol specs of our Stargate RDS device, making
>>that compatible with Livesupport could be another interesting way to
>>make Livesupport better than Dalet, Carmen, PC-Radio, Rivendell, etc.
>
> I have checkout RDS linux on Linux, more about is at
> http://bugs.campware.org/view.php?id=722
I don't know if the Stargate is UECP-490 compatible, but since I have
the protocol handbook it shouldn't be too hard to make an UECP-490
abstraction for Livesupport.
> The biggest thing is be putting SMIL into the gStreamer player, it's not
> jet supported, they are talking 3 years about it but.... So we have to
> support Akos for the job.
This all sound very common... whats the next step here? Make it
SMIL-less or implement a working SMIL library? That last thing would be
pretty neat...
For my television thingie at first I'm going to support only the img/seq
tags with no extensions. Maybe we could do the samething for gstreamer,
just facilitate a basic level of SMIL support, to get it started.
Stefan
------------------------------------------
Posted to Phorum via PhorumMail
On Thu, 2005-05-26 at 18:03, Stefan de Konink wrote:
> This all sound very common... whats the next step here? Make it
> SMIL-less or implement a working SMIL library? That last thing would be
> pretty neat...
Shore i am common - because i don,t know.
------------------------------------------
Posted to Phorum via PhorumMail
mmm... I just used part of the gentoo ebuild script to get hxplay .a
files. I just linked gLiveSupport... and I was shocked... a 30M
executable... ok after a strip it left me with 2M but still BIG
Now I only need to read the documentation to get it actually started, to
fix the semantic error in the configuration file. Or be a bit less
enthousiastic and just go compile the rest too
> I hope Akos will step in here so I dont have to act as his spokesmodel... but in the meantime, the last I heard (earlier today) is that he is working on implementing a subset of SMIL relevant to our needs, which makes sense.
If only Akos could implement the Audio smil part, we could probably
combine effort in a full smil implementation. I would suggest looking at
the latest version of SMIL.
Stefan
------------------------------------------
Posted to Phorum via PhorumMail
Stefan de Konink wrote:
> This all sound very common... whats the next step here? Make it
> SMIL-less or implement a working SMIL library? That last thing would be
> pretty neat...
I'm working on a _minimal_ SMIL implementation, that would support
features important to LiveSupport:
- only audio
- seq and par elements
- the audio element with the begin tag
- fading (volume envelope) either through sound-level animation or some
other means
I understand this is just a small subset of SMIL, but this is all we
need at the moment..
Akos
------------------------------------------
Posted to Phorum via PhorumMail
Stefan de Konink wrote:
> If only Akos could implement the Audio smil part, we could probably
> combine effort in a full smil implementation. I would suggest looking at
> the latest version of SMIL.
yes, SMIL 2 is much better...
------------------------------------------
Posted to Phorum via PhorumMail
Akos Maroy wrote:
> I understand this is just a small subset of SMIL, but this is all we
> need at the moment..
Correct, are you going to support something like 'absolute time' or
'gliding to the end'?
For example to place news exactly on :00:00 and commercials around
:58:31? This could also be event based (Just load a new playlist), but
then again, less problems, less errors.
Stefan
------------------------------------------
Posted to Phorum via PhorumMail
Stefan de Konink wrote:
> Akos Maroy wrote:
>
>>I understand this is just a small subset of SMIL, but this is all we
>>need at the moment..
>
> Correct, are you going to support something like 'absolute time' or
> 'gliding to the end'?
>
> For example to place news exactly on :00:00 and commercials around
> :58:31? This could also be event based (Just load a new playlist), but
> then again, less problems, less errors.
the idea is that you create playlists, that use their own relative time
(start at 00:00:00, end whenever...), and you schedule these playlists
in the scheduler for a specific time, when the playlimes get bound to an
absolute time.
------------------------------------------
Posted to Phorum via PhorumMail