karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

Feature Request: Android app package name as referrer #252

Open mylselgan opened 5 years ago

mylselgan commented 5 years ago

Hi, It will be very useful if icecast identifies the referrer Android app's package name and return it as "referrer" in access log. Currently it returns empty string("-") in the log. 123.111.2.17 - - [15/Apr/2019:10:59:55 +0000] "GET /3 HTTP/1.1" 200 118 "-" "com.myapp.android/1.0 (Linux;Android 7.1.2) ExoPlayerLib/2.9.6" 0

in above example icecast should return "com.myapp.android" as referrer.

Regards, Mylsel