The following diagram shows a more complex configuration, which includes an encoding task and multiple analysis tasks.
Process
action, which starts a new session. The Video ingest engine receives video from the source specified in the action. It produces an image track and an audio track.A Media Server configuration that matches this process is shown below.
[Session] Engine0=Ingest Engine1=MPEGencode Engine2=Face Engine3=FaceRec Engine4=SpeakerID Engine5=SpeechToText Engine6=IDOLOutput [Ingest] Type=Video [MPEGencode] Type=mpeg OutputPath=\\server\folder\file.mpg URLBase=https://www.myserver.com/folder/ Segment=TRUE [Face] Type=FaceDetect [FaceRec] Type=FaceRecognize Input=Face.DataWithSource [SpeakerID] Input=Default_Audio Type=SpeakerID Database=speakers [SpeechToText] Input=Default_Audio Type=SpeechToText LanguagePack=ENUK SpeedBias=Live [IDOLOutput] Type=IDOL Input=FaceRec.Result,SpeakerID.Result,SpeechToText.Result,MPEGencode.Proxy IDOLHost= IDOLPort= Mode=time OutputInterval=60s XslTemplate=./xsl/toIDX.xsl SavePostXML=true XMLOutputPath=./output/idol/
|