nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

implement video streaming services systematically, both low-latency and compressed #129

Open nettings opened 8 months ago

nettings commented 8 months ago

Right now, we have an ad-hoc HDMI over IP streamer (which is pretty cool). What we want instead is more of a generic framework:

Eventually, it would be nice to configure one service that automatically handles video via gstreamer and audio via zita-njbridge with only a single IP configuration. IGMP snooping works via multicast groups, so it's ok to reuse one if two streams are related. This only becomes wasteful if hosts want to listen without watching. If we want to avoid this, define a numbering scheme (even-numbered IPs: video, odd-numbered ones: audio, port 29998: h264 video, port 29999: MJPEG video, port 30000: zita-njbridge audio, all UDP).

nettings commented 6 months ago

Also, consider implementing the hostname lookup more widely, as exemplified in mn_hdmi-tx - the same approach would be useful to zita-njbridge services.