How can I check if a webm icecast stream is active?

前端 未结 0 660
既然无缘
既然无缘 2020-12-11 05:27

I\'m trying to check if a webm Icecast stream is on. For HLS streams I use axios.head method like this:

try {
    let res = await axios.head(url);
    return          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题