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

GStreamer source element for AirPlay video streams

Results 2 gst-airplay issues
Sort by recently updated
recently updated
newest added

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`...

Hello, I'm trying to use this in OBS with the given line: `airplaysrc ! queue ! h264parse ! avdec_h264 max-threads=1 ! videoconvert ! videoscale ! video.` Which OBS gives an...