Ignore:
Timestamp:
Mar 17, 2009 4:52:51 AM (15 years ago)
Author:
raasch
Message:

further changes concerning dvr output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r260 r261  
    175175     #                     new variable dvr_server and a configuration file
    176176     #                     .dvrserver.config,
    177      #                     processing of dvr output files implemented, in order
    178      #                     to make dvr application more user friendly
     177     #                     processing of dvr output files using new script
     178     #                     process_dvr_output implemented, in order to make
     179     #                     dvr application more user friendly
    179180
    180181
     
    27972798          then
    27982799
    2799              printf "\n  +++ WARNING: A dvr server with id=$running_dvrserver_id is already running!"
     2800             printf "\n\n  +++ WARNING: A dvr server with id=$running_dvrserver_id is already running!"
    28002801             printf "\n      This server is used instead starting a new one!"
     2802             printf "\n      If required, script \"process_dvr_output\" has to be run manually."
    28012803
    28022804          else
     
    32533255       printf "\n$striche\n  *** execution finished \n"
    32543256
    3255           # Stop the dvr streaming server
     3257          # Stop the dvr streaming server and process the dvr output in order
     3258          # to create dvrs- and html-files containing all streams
    32563259       if [[ "$dvrserver_id" != "" ]]
    32573260       then
    32583261          kill $dvrserver_id
    32593262          printf "\n  *** dvr server with id=$dvrserver_id has been stopped"
     3263
     3264             # add the current dvr configuration file to the dvr output
     3265             # directory
     3266          cp  .dvrserver.config  DATA_DVR
     3267
     3268             # process the dvr output (option -s for generating sequence mode
     3269             # data)
     3270          process_dvr_output  -d DATA_DVR  -f $fname  -s
    32603271       fi
    32613272    fi
Note: See TracChangeset for help on using the changeset viewer.