Here is what I am doing:
- Start with new settings by moving C:\Users\someUser\AppData\Roaming\vlc to C:\Users\someUser\AppData\Roaming\vlc_old
- Have a network drive at a remote location.
- Have some audio files of different types (mp3, ogg/opus, m4a/aac) with approximately the same overall bitrate.
- Have a connection bandwidth capable of handling the played audio files within one or two seconds when copying with Windows Explorer.
- Connect to the network drive using SMB 2 via Windows Explorer (enter URL \\networkurl\share) and provide the credentials.
- Drag and drop the mp3 file to the playlist.
- Starting playback.
- Buffering is much slower compared to ogg/opus and m4a/aac in spite of similar bitrates
- Playback starts and lasts for a couple of seconds
- Playback interrupts and buffering starts (very slowly again)
- Playback starts and lasts for a couple of seconds
...
- m4a playback: https://pastebin.ubuntu.com/p/gZMtXgqkx4/
- mp3 playback: https://pastebin.ubuntu.com/p/fwkmrw9hjb/
And I have captured some traffic with Wireshark. I have also full capture files and recorded a video from screen, however it may contain sensitive data and I am only willing to share it with developers if they agree on an NDA. The video features the Wireshark and the VLC messages window running in parallel.
Here are some screenshots. The most obvious part: Much more yellow in the mp3 capture. This means the initial SMB packets/TCP packets ratio is increased. The overall number of packets in the mp3 capture is also much higher compared to the m4a.
Playing m4a:
1/4
2/4
3/4
4/4
Playing mp3:
1/3
2/3
3/3
Note: Increasing buffering durations in settings does not really help: Longer playback but also longer breaks within one title. Find a copy of this post on https://github.com/Rillke/public-forum-images
The obvious question is: How to fix it? Should I open an issue/ticket/bug?