Fix VideoSource import path

This commit is contained in:
giles
2026-02-03 00:02:23 +00:00
parent 89b2fd3d2e
commit 414cbddd66

View File

@@ -112,7 +112,6 @@ class CIDVideoSource:
raise ValueError(f"Could not resolve video source '{self.cid}' for actor_id={self.actor_id}")
logger.info(f"CIDVideoSource._ensure_source: resolved to path={path}")
from streaming.stream_sexp_generic import VideoSource
# Import from primitives where VideoSource is defined
from sexp_effects.primitive_libs.streaming import VideoSource
self._source = VideoSource(str(path), self.fps)