It seems that when my server restarts PBbans wont resume streaming
http://www.pbbans.com/forums/not-streaming-t151647.html Is the information correct in this forum post and do i have to add "pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub" to the pbsv.cfg file...to it get to automatically start streaming rather that running through the Automated Hub Setup everytime the server starts. Probably a newb questions but i dont want to Jerry anything up in the cfg files of the server. Cheers. |
Hey,
Yes, you will need to add it to pbsvlog.cfg file in Gamecreate. Here you go. ; ------------------------------ ; PB UCON Settings / Lists ; ------------------------------ pb_sv_usessionlimit 10 pb_sv_ucontimeout 300 pb_sv_uconempty pb_sv_uconadd 1 69.65.22.152 "pbbhub2-1" "pbbanshub" pb_sv_uconadd 1 69.65.22.153 "pbbhub2-2" "pbbanshub" pb_sv_uconadd 1 69.65.22.154 "pbbhub2-3" "pbbanshub" Cheers. |
Ok, so add this ....pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub
and these? pb_sv_usessionlimit 10 pb_sv_ucontimeout 300 pb_sv_uconempty pb_sv_uconadd 1 69.65.22.152 "pbbhub2-1" "pbbanshub" pb_sv_uconadd 1 69.65.22.153 "pbbhub2-2" "pbbanshub" pb_sv_uconadd 1 69.65.22.154 "pbbhub2-3" "pbbanshub" or just the settings? |
Ok, so add this ....pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub Hey, I have only pb_sv_usessionlimit 10 pb_sv_ucontimeout 300 pb_sv_uconempty pb_sv_uconadd 1 69.65.22.152 "pbbhub2-1" "pbbanshub" pb_sv_uconadd 1 69.65.22.153 "pbbhub2-2" "pbbanshub" pb_sv_uconadd 1 69.65.22.154 "pbbhub2-3" "pbbanshub" in my config,server will stream once restarted without having to use the auto pbbans setup. No need to add ."pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub" Cheers. |