kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, SwiftUI, support subtitles.
https://apps.apple.com/app/tracyplayer/id6450770064
GNU General Public License v3.0
980 stars 198 forks source link

Stream error not detected #759

Closed nightfall708 closed 6 months ago

nightfall708 commented 6 months ago

Hi,

These URLs fail to stream, but the player doesn't seem to detect it:

http://eco.caststream.net/mediacp/system/playlist.php?id=72 http://mobile.broadcastmatrix.com/kahm/stream.php?port=8020

I already set

formatContextOptions["reconnect_on_network_error"] = 0

and no change.

Thanks!

kingslay commented 6 months ago

这个问题可以通过修改最大的重试时间,来解决

nightfall708 commented 6 months ago

How do I do that?