]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_mp3: Document and warn about HTTPS incompatibility.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Feb 2022 12:39:42 +0000 (12:39 +0000)
committerN A <mail@interlinked.x10host.com>
Thu, 17 Feb 2022 17:22:19 +0000 (11:22 -0600)
commit312e8989dd2b72b902db70d6e7c6ed5fdde2c6fb
tree60dd9a84ceda7a2f8dd6069f2d67e2076128f483
parente6cff954abf751bd8056195f5ea3493b09bda21b
app_mp3: Document and warn about HTTPS incompatibility.

mpg123 doesn't support HTTPS, but the MP3Player application
doesn't document this or warn the user about this. HTTPS
streams have become more common nowadays and users could
reasonably try to play them without being aware they should
use the HTTP stream instead.

This adds documentation to note this limitation. It also
throws a warning if users try to use the HTTPS stream to
tell them to use the HTTP stream instead.

ASTERISK-29900 #close

Change-Id: Ie3b029be5258c5a701f71ed3b1a7a80d1e03b827
apps/app_mp3.c