Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Juturna
Light Logo Dark Logo
Juturna

Welcome

  • Install
  • Docker

Explain

  • Rationale
  • Entities overview
  • Pipelines
  • Nodes
  • Messages and payloads
  • Remote components

How To

  • Why and how
  • Create custom nodes
  • Create pipelines
  • Use Juturna CLI tools
  • Constants and environment
  • Remotise a node
  • Observability in Juturna

Create

  • Juturna in the real world
  • Audio transcription with Whisper
  • Video annotation with YOLO

Built-in nodes

  • Zero-dependency collection
  • Built-in nodes
    • Source nodes
      • AudioFile
      • AudioRTP
      • AudioRTPAv
      • HttpJson
      • JsonWebsocket
      • VideoFile
      • VideoRTP
      • VideoRTPAv
    • Proc nodes
      • Warp (auto)
    • Sink nodes
      • NotifierHTTP
      • NotifierUDP
      • NotifierWebsocket
      • VideostreamFFMPEG

References

  • Explore the APIs
  • juturna
    • juturna package
      • juturna.components package
      • juturna.hub package
      • juturna.meta package
      • juturna.names package
      • juturna.nodes package
        • juturna.nodes.proc package
        • juturna.nodes.sink package
        • juturna.nodes.source package
      • juturna.payloads package
      • juturna.utils package
        • juturna.utils.jt_utils package
        • juturna.utils.log_utils package
        • juturna.utils.net_utils package
        • juturna.utils.proc_utils package
Back to top
View this page

Proc nodesΒΆ

  • Warp (auto)
    • Arguments
      • grpc_host : str = "localhost"
      • grpc_port : int = 50080
      • timeout : int = 30
      • remote_config : dict
Next
Warp (auto)
Previous
VideoRTPAv
Copyright © 2025, Meetecho
Made with Sphinx and @pradyunsg's Furo