Qeravio
Canonical AI event

Llama.cpp server now accepts data URLs for video and audio inputs.

The server now supports data URLs for video and audio inputs, fixing previous media probe errors.

4 Sept 20261 verified claims1 sources1 observations
What happened

The official source reports this update: b10773: server : accept data: URLs for input_video and input_audio. server : accept data: URLs for input_video and input_audio ( #27735 ) server : accept data: URLs for input_video and input_audio input_video and input_audio passed accept_base64_uri=false to handle_media(), so data: URLs got treated as raw base64 strings and failed later with a confusing media probe error ( #27724 ). pass true for these two content types the same way image_url already does, and allow video/audio mime types in the data: url check instead of image only.

Why it matters

This official update documents a development concerning b10773: server : accept data: URLs for input_video and input_audio. Its practical significance depends on the scope and evidence stated by the source.

What to watch next

Read the official source update and verify its stated scope, evidence and timing before acting on it.

Connected knowledge

Entities affected by this event

Evidence trail

Sources behind the event