Changeset 261 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Mar 17, 2009 4:52:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r260 r261 175 175 # new variable dvr_server and a configuration file 176 176 # .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 179 180 180 181 … … 2797 2798 then 2798 2799 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!" 2800 2801 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." 2801 2803 2802 2804 else … … 3253 3255 printf "\n$striche\n *** execution finished \n" 3254 3256 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 3256 3259 if [[ "$dvrserver_id" != "" ]] 3257 3260 then 3258 3261 kill $dvrserver_id 3259 3262 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 3260 3271 fi 3261 3272 fi
Note: See TracChangeset
for help on using the changeset viewer.