'mplayer play m3u8 radio address without delay between each ts loaded?

i am using shell command mplayer with this command for play radio address:

mplayer.exe -nofs -identify -idle -quiet -volume 100 -afm ffmpeg -nomouseinput -bandwidth 999999 -vo null -ao win32 -prefer-ipv4 -ipv4-only-proxy -cache 8192 -cache-min 80 -nolirc -loop 0 -v -playlist http://altcdn.iranseda.ir:1935/channel-live/smil:r-shahrekord/chunklist_b307200_slFa.m3u8

its work for me but there is some second delay between each .ts loaded.how can fix that? that link worked full without any delay in vlc but i want use mplayer in my coding.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source