Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2011-01-19 09:01:10
Size: 1061
Comment:
Revision 6 as of 2011-01-28 11:59:18
Size: 1035
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Startthe Radio-TV Preingester = = Start the Radio-TV Preingester =
Line 3: Line 3:

<<BR>>
<<Anchor(testPreingester)>>
== Does preingester produce proper output files? ==
=== Run the needed scripts ===
== Done by Maintenance ==
Line 10: Line 6:
  ./run_preingest.sh <hotfolder> 2010-03-01 2010-03-08 100fm dr1 drhd
./run_preingest.sh <hotfolder> 2009-03-01 2009-03-08 100fm dr1 drhd
  ./run_preingest.sh <hotfolder> 2010-03-01 2010-03-08 100fm dr1 drhd ; ./run_preingest.sh <hotfolder> 2009-03-01 2009-03-08 100fm dr1 drhd
Line 14: Line 9:
=== Inspect the results ===
 1. Check that files have been created in the hotfolder for the given dates and channels.

== Done by DOMS-group ==
 1. Check that files have been created in the hotfolder for the given dates and channels. (If they have already been moved to the coldfolder, look there instead)

Start the Radio-TV Preingester

Done by Maintenance

In STAGE, on the machine where DigiTV is installed, in directory digitv/bin do the following

  ./run_preingest.sh <hotfolder> 2010-03-01 2010-03-08 100fm dr1 drhd ; ./run_preingest.sh <hotfolder> 2009-03-01 2009-03-08 100fm dr1 drhd

where <hotfolder> is the folder which the ingester reads from.

Done by DOMS-group

  1. Check that files have been created in the hotfolder for the given dates and channels. (If they have already been moved to the coldfolder, look there instead)
  2. For one xml-file for 100fm, make a random check that it contains data inside CDATA tags as the title tag shown below, and that it has atleast one file-tag at the end, containing a file-url and a file-name.

     <pbcoreTitle>
                    <title><![CDATA[<Something in here !!!!>]]></title>
                    <titleType><![CDATA[titel]]></titleType>
     </pbcoreTitle>
  3. As done for 100fm, do the same for dr1 and drhd.

RadioTVStageTestStartPreingester (last edited 2011-02-03 11:20:56 by jrg)