AudioStreamer
AudioStreamer copied to clipboard
Thread 1: Fatal error: Index out of range
I am getting error Thread 1: Fatal error: Index out of range on "Reader+Converter.swift" file on line 54 (let packet = packets[packetIndex]) even if there is packetIndex is less then packets.count.

+1 This is also happening to me. It's as if the packets in a moment vanishes and the next line packets[packetIndex] happens and causes an out of index crash. Have you succeeded in handling this somehow?
I changed the media player, now I am using VLC media player