Send UDP packet to listening mediastreamsegmenter
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1520339565; bh=xVu46PEo1STo+9qZO0aEDDRjRlVrFjrDQoSvplkitNY=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=DNhsdwW61recu7+4OOM1tCpkqHfup57+jR6mNVw0Mms2QMo1bFcZgWGYwc7qCK2Cn uop673cKXY2mXHQgz1vPMUD+BFvC1Csbav+3WQP5fsr45ly/5LszS0P9cSxAFOfRej R3rvfVyC6reAMpDhzECcPZlZ0L2C8fDrVGOuxCBbLr9JiRC/K6EzmaV6cVBM5NeiaJ 7pStsZ6jD1QRksPkKmDD6d7aOsSoNCdV6T4tGO4IEvhJTF0xD5jmMr9IOkmvyoH/F/ Kq20foAxSK0vLk1yYx1Wrkv578yiqIADJCOSO+s17DYRb9gzHnYsdn7OhuJ7SLiFQc /qTrV8vjPKLMA== Hello, I have launched a HTTP Live Streaming server listening to localhost on port 5555 with this command : mediastreamsegmenter -f /Library/WebServer/Documents/live 127.0.0.1:5555 I’d like to deal only with audio, so it should be simple. I know I have to send my audio packets to udp://127.0.0.1:5555 but I’d like to do this programmatically, not using a third-party tool such as FFMPEG. Indeed, I have a Cocoa app that generates some sound for me. At the moment, it converts the sound to AAC format and write it to a file. Is there any interesting / relevant documentation / technical note that would expose how I could send my audio data to the listening HLS server? Thanks for your help, Best, Pierre _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com
participants (1)
-
Pierre Pasquet