]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 23 Feb 2022 18:21:37 +0000 (12:21 -0600)
commitb54060021f12c1de8442a6c67030a470244c768a
treebe2330ed4b39f5369541b57947cef01ca85aa45c
parentba2f780930326d70a298f17e2ead7eaff41912cf
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