gst-airplay
gst-airplay copied to clipboard
Add dnssd name as property
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.
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.