mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
Add a new -artp command-line option that routes decoded audio to an RTP stream instead of the local audio sink, following the existing -vrtp pattern for video. Usage: uxplay -artp "pt=96 ! udpsink host=127.0.0.1 port=5002" The implementation: - Decodes audio (AAC-ELD/ALAC) to PCM - Converts to S16BE format required by rtpL16pay - Preserves volume control for iOS volume adjustment - Sends L16 RTP packets (16-bit signed big-endian, 44100Hz, stereo)
121 KiB
121 KiB