You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component output I got from operators like TASK_SEGMENT and TASK_EXTRACT_FRAMES return base64-encoded strings in their intermediate outputs, instead of rendering the actual data (e.g., audio segments or images).
Proposed solution
Update the component’s intermediate output handling to properly render media—such as playing audio with an audio player—instead of displaying raw base64 strings.
Anything Else?
The text was updated successfully, but these errors were encountered:
xiaofei-du
changed the title
[Improvement] Support intermediate
[Improvement] Render media in intermediate outputs instead of showing base64 strings
May 2, 2025
Where are you aiming to make improvements?
Instill Core
Describe the Problem and Proposed Solution
Problem
The component output I got from operators like
TASK_SEGMENT
andTASK_EXTRACT_FRAMES
return base64-encoded strings in their intermediate outputs, instead of rendering the actual data (e.g., audio segments or images).Proposed solution
Update the component’s intermediate output handling to properly render media—such as playing audio with an audio player—instead of displaying raw base64 strings.
Anything Else?
The text was updated successfully, but these errors were encountered: