gst-airplay icon indicating copy to clipboard operation
gst-airplay copied to clipboard

Add dnssd name as property

Open AleSoHe opened this issue 11 months ago • 1 comments

This lets the user set the DNS-SD name via a GStreamer property such as:

gst-launch-1.0 airplaysrc dnssd-name=DeviceX ! ...

This way, the iPad or iPhone will display DeviceX when listing the AirPlay devices.

AleSoHe avatar Mar 03 '24 02:03 AleSoHe

This is great, thanks! (and sorry for the delay)

I'm getting a segfault at gstairplaysrc.c:180 when the dnssd-name property is not specified on the gst-launch command line, due to the uninitialized name I guess. Can you have a look? Looking forward to merge this.

knuesel avatar Mar 11 '24 13:03 knuesel