segler-alex / radiobrowser

website frontend with angular for radio-browser api
GNU Affero General Public License v3.0
117 stars 30 forks source link

cannot add mms:// radio station #61

Open lukeallister opened 6 years ago

lukeallister commented 6 years ago

I like to listen to CMBF, which works in VLC: mms://media.enet.cu/radiomusicalnacional

Unfortunately, I cannot put this in as the URL of a station because the validation only accepts http and https protocol.

Can this be fixed?

segler-alex commented 6 years ago

mms links are a proprietary stream format from microsoft. we will probably never support it. but if somebody contributes code we will add it. but most players that use radiobrowser directory, do not support playing this format anyway.

lukeallister commented 6 years ago

Ah, makes sense. Since VLC supports it, is there a way to use their plugin? If not, no worries; thanks for all you've already built.