PC-Logix / OpenFM

Streaming radio mod for Minecraft, with OpenComputers control support
MIT License
25 stars 17 forks source link

OGG streams don't play #33

Closed Teteros closed 8 years ago

Teteros commented 8 years ago

Version tried: OpenFM-1.7.10-0.1.0-29.jar, alone or with OpenComputers.

OGG streams don't seem to be detected at all, only MP3 streams are. Nothing in logs when the play button is pressed, not even an invalid link message.

The strange thing is: OGG streams work perfectly fine if I launch the client in the dev environment. (via runClient gradle task, for example)

Used my MPD httpd server and Xiph's icecast directory, for testing OGG streams.

CaitlynMainer commented 8 years ago

I can't reproduce this, http://stream.radioreklama.bg:80/nrj.ogg and a few others worked fine for me. Make sure you have the mp3 and ogg spi files in your /mods/1.7.10/ directory

CaitlynMainer commented 8 years ago

Nevermind I was able to reproduce this, for some reason ogg streams get marked as invalid.. I'll investigate