gwuhaolin / livego

live video streaming server in golang
MIT License
9.69k stars 2k forks source link

.mp3 url or similar audio format #230

Open ivan-vilches opened 11 months ago

ivan-vilches commented 11 months ago

Hello i have the rtmp server on obs studio with m3u8 url which is used for a video player, i wonder if is possible get an url for audio like .mp3 to use on a audio player only. Thanks you

clouddea commented 10 months ago

A video url like .m3u8 and .flv can be used in <audio> html tag for web browser.

ivan-vilches commented 4 months ago

not working