Skip to main content

proto4webrtc (Python)

Typed mediasoup producer runtime (pymediasoup) for code generated from protobuf messages annotated with proto4webrtc options. The TypeScript consumer counterpart is the npm package protoc-gen-proto4webrtc-ts.

pip install proto4webrtc              # runtime only (ship this)
pip install proto4webrtc[compiler]    # + the code generator (build time)
python -m proto4webrtc_codegen --proto path/to/protos --out out/
from proto4webrtc_gen import Proto4WebrtcProducer, Telemetry

client = Proto4WebrtcProducer(signaling_url="ws://localhost:3000/api/sfu")
client.run_forever()  # blocking: connects, reconnects on drop, until stop()

client.telemetry.send(Telemetry(stamp=time.time(), value0=0.4))

Proto4WebrtcProducer owns the whole client — signaling, device/transport setup, and the reconnect loop. send()/push() are safe to call from any thread, anytime (a no-op before the first connection).

Streams declared lazy are produced only while a consumer keeps pinging "<label>-pings"; the runtime starts and stops them for you. Test client.<stream>.producing to skip the work behind a message while nobody is watching.

The generator lives in the separate distribution proto4webrtc-codegen (pulled in by the [compiler] extra), so production images can install the runtime alone.

Full docs: https://github.com/Emil1483/proto4webrtc

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proto4webrtc-1.11.2.tar.gz (33.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proto4webrtc-1.11.2-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

Details for the file proto4webrtc-1.11.2.tar.gz.

File metadata

  • Download URL: proto4webrtc-1.11.2.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/7.0.0-28-generic

File hashes

Hashes for proto4webrtc-1.11.2.tar.gz
Algorithm Hash digest
SHA256 bd3a63868692f397981d2c28e0073f686a73105b84aa03cc1122565ca1f3f7d5
MD5 235d2833ce2ce9307bdc5e7ae8df8c5e
BLAKE2b-256 b3f4b8435811e0e6a379d18b768a8e8f68e5dbde98178d61d5a3822d4bb7b14f

See more details on using hashes here.

File details

Details for the file proto4webrtc-1.11.2-py3-none-any.whl.

File metadata

  • Download URL: proto4webrtc-1.11.2-py3-none-any.whl
  • Upload date:
  • Size: 28.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/7.0.0-28-generic

File hashes

Hashes for proto4webrtc-1.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d6e1cfba0ee0014dfe726a02ce3afc0d35ab511c792e2993d862d7e8c8a7a425
MD5 103326a0363fa19c4b445e8f40a46289
BLAKE2b-256 0cf8f157d594aaf087bd9ef6d1a7a10c432b5e0b140ffe175574ec83db12a78c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.11.2 This release

2 files

1.11.1

2 files

1.11.0

2 files

1.10.3

2 files

1.10.2

2 files

1.10.1

2 files

1.10.0

2 files

1.9.0

2 files

1.8.3

2 files

1.8.2

2 files

1.8.1

2 files

1.8.0

2 files

1.7.4

2 files

1.7.3

2 files

1.7.2

2 files

1.7.1

2 files

1.7.0

2 files

1.6.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.1

2 files

1.4.0

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page