Changeset 262 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Mar 18, 2009 8:32:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r261 r262 3262 3262 printf "\n *** dvr server with id=$dvrserver_id has been stopped" 3263 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 3264 # If there is a directory, data have been output by the 3265 # streaming server. Otherwise, user has chosen dvrp_output=local 3266 if [[ -d DATA_DVR ]] 3267 then 3268 3269 # Add the current dvr configuration file to the dvr output 3270 # directory 3271 cp .dvrserver.config DATA_DVR 3272 3273 # Process the dvr output (option -s for also generating 3274 # sequence mode data) 3275 process_dvr_output -d DATA_DVR -f $fname -s 3276 3277 else 3278 3279 # Process the local output 3280 process_dvr_output -l -d DATA_DVR -f $fname 3281 3282 fi 3283 3284 elif [[ $(echo $package_list | grep -c dvrp_graphics) != 0 ]] 3285 then 3286 3287 # Process dvr output generated in local mode (dvrp_output=local) 3288 process_dvr_output -l -d DATA_DVR -f $fname 3289 3271 3290 fi 3272 3291 fi
Note: See TracChangeset
for help on using the changeset viewer.