Skip to content

Add UDP URL pull support behind a config flag - #472

Draft
biglittlebigben wants to merge 4 commits into
mainfrom
udp-url-pull
Draft

Add UDP URL pull support behind a config flag#472
biglittlebigben wants to merge 4 commits into
mainfrom
udp-url-pull

Conversation

@biglittlebigben

@biglittlebigben biglittlebigben commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Adds support for udp:// URLs in the URL pull source, using a gstreamer udpsrc element.

  • Gated behind a new enable_udp_url_pull service config option, off by default.
  • New multicast_interface config option selects the network interface used to join multicast groups. Empty means let the OS decide.

udpsrc has no stats property (unlike srtclientsrc), so no periodic stats logging is wired up for this source.

🤖 Generated with Claude Code

biglittlebigben and others added 2 commits August 27, 2026 16:24
Support udp:// URLs in the URL pull source using a gstreamer udpsrc
element, gated by the enable_udp_url_pull service config option. Add a
multicast_interface option to pick the network interface to join
multicast groups on, and log udpsrc stats alongside the other input
sources.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
biglittlebigben and others added 2 commits August 27, 2026 16:41
udpsrc has no stats property, so the periodic GetProperty("stats") call
always failed and logged nothing. Leave printStats unset for UDP, which
makes Start skip the ticker goroutine entirely.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants