This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | export const TimedSequence: React.FC<{ urls: string[]}> = ({ urls }) => { | |
| const [allCues, setAllCues] = useState<>(undefined); | |
| const [handle] = useState(() => delayRender()); | |
| const {fps} = useVideoConfig(); | |
| const fetchData = useCallback(async () => { | |
| const all = await Promise.all(urls.map(async (url) => | |
| ({url, durationInSeconds: await getAudioDurationInSeconds(url)}) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | fields @timestamp, @message | |
| # Lambda | |
| | filter @message not like "START RequestId" | |
| | filter @message not like "END RequestId" | |
| | filter @message not like "REPORT RequestId" | |
| # FPM | |
| | filter @message not like "NOTICE: ready to handle connections" | |
| | filter @message not like "NOTICE: fpm is running" |