internet-radio

Icecast header response is both 400 and 200

随声附和 提交于 2021-01-28 19:01:23
问题 I have Icecast 2.4.4 running on a Windows box at sub.domain.org. My website is on a different server at domain.org. When I SSH into my Linux host shell and run curl to the mount point I get a response of 400, but if I do wget I get a response of 200. How can this be? # wget https://sub.domain.org/live.mp3 --2018-12-19 17:52:58-- https://sub.domain.org/live.mp3 Resolving sub.domain.org... 111.111.111.111 Connecting to sub.domain.org|111.111.111.111|:443... connected. HTTP request sent,

Real-time audio streaming using HTTP - choosing the protocol and Java implementation

杀马特。学长 韩版系。学妹 提交于 2021-01-28 18:58:54
问题 I'm trying to implement simple HTTP server for real-time audio (in Java). Suppose there is a website where you can see a list of songs which are playing one after another. When client connects to server - lets say in the middle of the song - I'm thinking to use "Range" HTTP header and send the data range starting from that part of song. But if during download connection is temporary lost (and song finished) - should the server send previous song part and finish it - or should the server send

How to get icecast to run on port 80 [closed]

て烟熏妆下的殇ゞ 提交于 2021-01-05 08:49:25
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . Improve this question I am having an issue with trying to get icecast to work on port 80. It works on it's default but when i try to set it to port 80 everything breaks. I have made sure that the firewall is allowing connections on port 8000 as well as port 80 and 443. I have also

How to get icecast to run on port 80 [closed]

喜夏-厌秋 提交于 2021-01-05 08:45:41
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . Improve this question I am having an issue with trying to get icecast to work on port 80. It works on it's default but when i try to set it to port 80 everything breaks. I have made sure that the firewall is allowing connections on port 8000 as well as port 80 and 443. I have also

How to get data from online radio?

女生的网名这么多〃 提交于 2020-06-28 03:57:09
问题 I'm making Discord radio bot (In JavaScript) that streams online radios.I want to add now-playing command, but Idk how to recognize that song or where I can find metadata from that radio station. I want to add more than 10000 radio stations, but firstly I have to fix this... Thx for every answer! (Also... Sorry for my english I'm from the Czech republic) 来源: https://stackoverflow.com/questions/62459614/how-to-get-data-from-online-radio

How to get data from online radio?

瘦欲@ 提交于 2020-06-28 03:57:02
问题 I'm making Discord radio bot (In JavaScript) that streams online radios.I want to add now-playing command, but Idk how to recognize that song or where I can find metadata from that radio station. I want to add more than 10000 radio stations, but firstly I have to fix this... Thx for every answer! (Also... Sorry for my english I'm from the Czech republic) 来源: https://stackoverflow.com/questions/62459614/how-to-get-data-from-online-radio

live audio stream socket get stuck in browser

我的未来我决定 提交于 2020-01-22 19:49:30
问题 I'm trying to setup a page where several (private) streams can be listened from. Unfortunately I'm not able to get it running. I tried Using php to opening live audio stream on android already, but for some reason the browser get stuck when loading the script. See below script with an example of a working host (see http://icecast.omroep.nl/radio4-bb-mp3) Could someone please enlighten me. Tnx in advance! $host = "icecast.omroep.nl"; $port = 80; $sub = "/radio4-bb-mp3"; $sock = fsockopen($host