<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco as a repository for broadcast Advertisements in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128181#M90102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are proposing Alfresco for building a content repository for serving Ads to broadcasters. So essentially there will be people who upload ads along with metadata in different formats - Audio, Video, Flash etc. The idea is that the ad player device will interact with alfresco using web services or the new Rest API to run these ads and upload information related to ad statistics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following questions and am hoping someone will give me good pointers here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The system need the ability to encode video and audio files to different format. I know there's imagemagik for image encoding but is there anything for encoding videos and audios? Anything external that we can integrate with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. We need to have our own user roles and permissions. For example, An "Advertiser" can add "Player" types on which a specific ad can be displayed. Is there an easy way to achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. DIfferent Asset Types required are Ad Player, Ads, Contracts etc. I'm planning to use Alfresco WCM's custom content types. Is that a good way or should i use some other mechanism?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Some kind of reporting on the types of ads, their duration etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any pointers will be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/a&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 14:25:21 GMT</pubDate>
    <dc:creator>apoorvdurga</dc:creator>
    <dc:date>2007-10-15T14:25:21Z</dc:date>
    <item>
      <title>Alfresco as a repository for broadcast Advertisements</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128181#M90102</link>
      <description>We are proposing Alfresco for building a content repository for serving Ads to broadcasters. So essentially there will be people who upload ads along with metadata in different formats - Audio, Video, Flash etc. The idea is that the ad player device will interact with alfresco using web services or</description>
      <pubDate>Mon, 15 Oct 2007 14:25:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128181#M90102</guid>
      <dc:creator>apoorvdurga</dc:creator>
      <dc:date>2007-10-15T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco as a repository for broadcast Advertisements</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128182#M90103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No replies &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; was it such a bad question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 14:21:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128182#M90103</guid>
      <dc:creator>apoorvdurga</dc:creator>
      <dc:date>2007-10-16T14:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco as a repository for broadcast Advertisements</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128183#M90104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) You can add a custom transformer class to do this using the usual APIs. I suggest a quick search of SourceForge to see if there any Java or command line tools that can do this for you. There are examples of transformers that call command line programs (i.e. Imagemagik) so that is certainly possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Yes you can add your own roles/permissions by customising the model/permissionDefinitions.xml file - see the section in the file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!– Permissions available to all content and folders –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for our existing role definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I guess that depends on how you are going to use the objects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) If you add custom meta-data to your types/aspects that represent those documents then you can use Lucene search and Freemarker templates to generate reports on those items. You could add a custom meta-data extractor class that can read the formats you create and extra data from them as meta-data. An example of this is the MP3MetadataExtracter we have now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 10:38:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-repository-for-broadcast-advertisements/m-p/128183#M90104</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-23T10:38:19Z</dc:date>
    </item>
  </channel>
</rss>

