You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the concurrency index is set to each of the streams per m3u file individually. This doesn't make sense as the concurrency limit is usually set to each of the m3u files and not the streams within the m3u files.
Also, current regex parsing does not take into account those m3u attributes that doesn't follow the standards.
The text was updated successfully, but these errors were encountered:
Currently, the concurrency index is set to each of the streams per m3u file individually. This doesn't make sense as the concurrency limit is usually set to each of the m3u files and not the streams within the m3u files.
Also, current regex parsing does not take into account those m3u attributes that doesn't follow the standards.
The text was updated successfully, but these errors were encountered: