PHP how to stream a mp3 stream again

前端 未结 1 1604
走了就别回头了
走了就别回头了 2021-01-22 13:05

I´m trying to get data from a radio stream (MP3) from http and want to stream it out in https. this is what I tried:



        
1条回答
  •  半阙折子戏
    2021-01-22 13:26

    For your stream, using PHP's readfile(); is enough. It achieves same result as putting the radio link directly in an tag.

    PHP code (save as testproxy.php) :

    
    

    HTML (use the above PHP file as source of some tag) :

    
    
    
    
    
    
    
    
    

    0 讨论(0)
提交回复
热议问题