K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
100 stars 17 forks source link

REQ: update Bosnia config tvarenasport.ba #49

Closed febiferdiansyah closed 9 months ago

febiferdiansyah commented 9 months ago

Hi guys, could you please update the Bosnian config "tvarenasport.ba". I get the message "Request Error(url1): Operation timed out" if you have time please update it. Thanks

K-vanc commented 9 months ago

Hi. It seems something changed on website. I will have a detailed look tomorrow.

K-vanc commented 9 months ago

Hi, it is fixed and uploaded into Bosnia folder

febiferdiansyah commented 9 months ago

Hi, it is fixed and uploaded into Bosnia folder

Well I will try, there is something I want to ask if tempest can be multiple threads connection, I tried to grab 350 channels and it took quite a long time up to 3-4 hours to complete it.

K-vanc commented 9 months ago

Tempest is a php file so you can run multiple threads at the same time as all php files. Only thing you have to keep in mind that php can perform only 1 listening in 1 port. This means if you try to run multiple tempest on same listening port(ex 8080), the second will start with the finish of first. But if you set another port for another php intense(ex 8090), you can run tempest on either ports at the same time. Also I know some users running it async with multiple virtual machine setups but I have never tried. Anyway, this is not part of Tempest. You may google how to setup multiple php ports