eichblatt / litestream

Time Machine live music streaming for microprocessor
GNU General Public License v3.0
1 stars 0 forks source link

Remove Phish Hack #162

Closed eichblatt closed 6 months ago

eichblatt commented 6 months ago

Remove the Phish Hack introduced in issue #89 The latest version of micropython, v1.23.0 pre-release, should fix the underlying cause.

Testing to see if removing the hack can work. If not, we'll put it back in.

eichblatt commented 6 months ago

Here's the output. Looks the same as it did in #89

Playing -- Read 160065/23651240 (1%) of track 12/14 InBuffer: 100% OutBuffer: 99% Playing -- Read 161368/23651240 (1%) of track 12/14 InBuffer: 100% OutBuffer: 99% Playing -- Read 162742/23651240 (1%) of track 12/14 InBuffer: 100% OutBuffer: 99% Track 11 decode end Track 12 decode start ID3 tag size: 290 Skipping 290 bytes Decoder Start success. Sync word at 0 Playing -- Read 219674/23651240 (1%) of track 12/14 InBuffer: 100% OutBuffer: 100% Track play end Track play start Peer close Socket Exception: Peer closed socket Restarting track at offset 522617 Getting /audio/000/008/153/8153.mp3 from phish.in, Port:443, Offset 522617 Playing -- Read 577061/23651240 (2%) of track 12/14 InBuffer: 100% OutBuffer: 100% Playing -- Read 915450/23651240 (4%) of track 12/14 InBuffer: 99% OutBuffer: 92%

It picks up right away, though. It doesn't continue to get hung up. Listening to the tape, it sounds perfectly fine. I am not sure if the Socket Exception is a problem at all.