Jump to content

Can't see streaming in Master STream Index


americanreich

Recommended Posts

Hi,

I've been trying for days to get my server 8.9.3.74:28960 to stream. Everything checks out as far as I can see. When I try to add the server in my account, it says its streaming. But when I go to the master index, it's not streaming nor does it show streaming on my account in the main part. It only says streaming when I try to add the server. I've checked everything in the configs, restarted pb, done all of the instructions for fixing, but to no avail. Any help would be greatly appreciated. Thank you!

Link to comment
Share on other sites

via rcon, enter these commands one line at a time.

 

pb_sv_writecfg pbucon.use

pb_sv_restart

... wait 20 seconds

pb_sv_task 50 3600 pb_sv_ver

pb_sv_usessionlimit 3

pb_sv_autoupdban 1

pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub

pb_sv_writecfg

 

Streaming will start immediately if done correctly.

Link to comment
Share on other sites

via rcon, enter these commands one line at a time.

 

pb_sv_writecfg pbucon.use

pb_sv_restart

... wait 20 seconds

pb_sv_task 50 3600 pb_sv_ver

pb_sv_usessionlimit 3

pb_sv_autoupdban 1

pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub

pb_sv_writecfg

 

Streaming will start immediately if done correctly.

Still no go. I did it exactly the same as above and it told me that it couldn't do the pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub , it said it was a duplicate. I have both files needed on the server.

Link to comment
Share on other sites

Every once in a while I've run into that particular error, where it refuses to add the IP to the uconlist. If you've uploaded the pbbans_hub.cfg file to your server, the entry should already be there, and that's why you're getting the duplicate entry error.

 

What I've used in the past, as a work-around, is to manually add the line to my pbsv.cfg file and restart pb or the server.

 

Add this line to the bottom of the pbsv.cfg file, and try my above suggestion and see if it gets you up and running.

 

pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub

Link to comment
Share on other sites

Every once in a while I've run into that particular error, where it refuses to add the IP to the uconlist. If you've uploaded the pbbans_hub.cfg file to your server, the entry should already be there, and that's why you're getting the duplicate entry error.

 

What I've used in the past, as a work-around, is to manually add the line to my pbsv.cfg file and restart pb or the server.

 

Add this line to the bottom of the pbsv.cfg file, and try my above suggestion and see if it gets you up and running.

 

pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub

I'm posting my pbsv.cfg. Let me know if this is right:

; ------------------------------

; Notes

; ------------------------------

; Revision 1.1

; PBBans.com Universal pbsv.cfg

; Can be used for all PB enabled servers

 

; ------------------------------

; General Settings

; ------------------------------

pb_sv_MsgPrefix "^5PunkBuster Server"

pb_sv_MaxDlRate 4 //[KB/sec requested per file (default=4)]

pb_sv_MaxConDls 6 //[Concurrent downloads (default=1)]

pb_sv_MaxSendRate 8 // [speed at which PB Server sends pbcl and pbag updates in KBps (default=8)]

pb_sv_CQC 1 //[0=No, 1=Yes (default=1)]

pb_sv_Sleep 60 //[# of Milliseconds (default=60)]

pb_sv_PowerMin 10 //[Power Points]

pb_sv_PowerDef 1 //[Power Points]

pb_sv_PowerKickLen 5 //[Minutes (default=5)]

pb_sv_DupNameGrace 0 //[seconds]

pb_sv_ExtChar 0 //[0=No, 1=Yes (default=0)]

pb_sv_GuidRelax 0 //[1=UNKN, 2=WRONGIP, 4=DUP (add desired values)]

pb_sv_RconReload 0 //[0=No, 1=Yes (default=0)]

pb_sv_LogSync 0 //[0=No, 1=Yes (default=0)]

pb_sv_AutoUpdBan 1 //[0=No, 1=Yes (default=0)]

 

 

; ------------------------------

; Other Settings

; ------------------------------

pb_sv_Restrictions 1 //[Kick for Restrictions 0=No, 1=Yes (default=1)]

pb_sv_FileWhitelist "" //[Folder Filename Filename ... Filename]

pb_sv_EmptyName 0 //[0=No, 1=Yes (default=0)]

pb_sv_LogFloor 1 //[Low log filename serial #]

pb_sv_MinName 0 //[Min Characters in Player name (default=0)]

pb_sv_MaxName 0 //[Max Characters in Player name (default=0)]

pb_sv_LanMask "" //[iP Address Mask for LAN Players (default=)]

pb_sv_Lan 0 //[0=No, 1=Yes (default=0)]

pb_sv_ChangePeriod 300 // For pb_sv_ChangeMax

pb_sv_ChangeMax 5 // [Max name changes allowed in pb_sv_ChangePeriod] ex 5 changes in 300 seconds

 

 

; ------------------------------

; Kick Settings

; ------------------------------

pb_sv_KickLen 5 //[Minutes (default=2)]

pb_sv_ScoreKick 0 //[Min score (negative) ]

pb_sv_UpdateGrace 2400 //[seconds to wait before Update Failure kick]

pb_sv_NoGuidGrace 10 //[seconds to wait before No GUID kick]

 

 

; ------------------------------

; PBSS Settings

; ------------------------------

pb_sv_AutoSs 0 //[0=No, 1=Yes (default=0)]

pb_sv_SsFloor 1 //[Low screenshot filename serial #]

pb_sv_SsCeiling 2000 //[High screenshot filename serial #]

pb_sv_AutoSsFrom 300 //[Min # of seconds to wait before requesting next ss]

pb_sv_AutoSsTo 1200 //[Max # of seconds to wait before requesting next ss]

pb_sv_SsCmd "" //[Filename of system command to run after screenshots]

pb_sv_SsWidth 400 //[Requested pixel width of remote screenshots]

pb_sv_SsHeight 204 //[Requested pixel height of remote screenshots]

pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]

pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]

pb_sv_SsSrate 1 //[sample Rate for remote screenshots]

pb_sv_SsDelay 0 //[Maximum delay client waits before capturing screenshot]

pb_sv_SsPath "" //[Path where remote screenshots are saved]

pb_sv_ssLogging 3 //[1=Reg. Log, 2=SS Log, 3=Both, 0=Neither]

pb_sv_ssTimeout 300 //[seconds]

 

 

; ------------------------------

; Web Tool Settings

; ------------------------------

pb_sv_HttpPort 0 //[Port #]

pb_sv_HttpAddr "" //[External IP Address]

pb_sv_HttpKey "" //[Password]

pb_sv_HttpRefresh 30 //[seconds]

pb_sv_HttpMaps "" //[Map list (separate by spaces)]

pb_sv_HttpMapsPath "" //[Path where maps are loaded from in WebTool]

pb_sv_HttpColText1 "FFFFFF" //[Text Color #1 in WebTool (default=FFFFFF)]

pb_sv_HttpColText2 "0000FF" //[Text Color #2 in WebTool (default=0000FF)]

pb_sv_HttpColBack1 "000000" //

pb_sv_HttpColBack2 "808080" //

pb_sv_HttpColLine1 "FF0000" //[Line Color #1 in WebTool (default=FF0000)]

pb_sv_HttpColLine2 "0000FF" //[Line Color #2 in WebTool (default=0000FF)]

pb_sv_HttpColMsg "FF0000" //[Message Color in WebTool (default=FF0000)]

pb_sv_HttpShowGuid 1 //[0=No, 1=Yes (default=0)]

 

 

; ------------------------------

; CVAR Settings (Only for supported games)

; ------------------------------

pb_sv_CvarFreq 6 //[# of range checks per minute]

pb_sv_CvarLogging 1 //[1=Reg. Log, 2=Var Log, 3=Both, 0=Neither]

pb_sv_CvarWalk 0 //[0=disabled, 1-4=Walk through obtained Cvar lists]

pb_sv_CvarUserPulse 20 //[Frequency to auto-send CvarUser (minutes)]

pb_sv_CvarChangedPulse 20 //[Frequency to auto-send CvarChanged (minutes)]

 

 

; ------------------------------

; Alias Settings (Only for supported games)

; ------------------------------

pb_sv_AliasFn "pbalias.dat" //[Filename (default="pbalias.dat")]

pb_sv_AliasAutoLoad 0 //[0=No, 1=Yes (default=0)]

pb_sv_AliasMax 10 //[Max # of Aliases to track for each PB GUID]

pb_sv_AliasMaxEnforce 0 //[0=No, 1=Yes (default=0)]

 

 

; ------------------------------

; PB Tasks (pb_sv_task [start delay (seconds)] [repeat (seconds)] [command])

; ------------------------------

pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub

pb_sv_task 0 86400 pb_sv_update // Check for PB updates daily

 

 

; ------------------------------

; Badname List (pb_sv_badname [grace_period_secs] [disallowed text])

; ------------------------------

pb_sv_badnameempty

;pb_sv_badname 10 server // Sample

 

 

; ------------------------------

; IP Guard

; ------------------------------

;pb_sv_ipguard 128.0.0.1 // Sample

 

 

; ------------------------------

; Cvar List

; ------------------------------

pb_sv_cvarempty

 

 

; ------------------------------

; Protected Tags

; ------------------------------

pb_sv_protecttag 1 PBSTAFF

pb_sv_protecttag 1 PBBans

 

 

; ------------------------------

; Load Ban List

; ------------------------------

pb_sv_banempty

pb_sv_banload

 

 

; ------------------------------

; Load IP Bans

; ------------------------------

;pb_sv_banmask "128.0.0.1" // Sample

 

 

; ------------------------------

; PB UCON Settings / Lists

; ------------------------------

pb_sv_task 50 3600 pb_sv_ver

pb_sv_usessionlimit 3

pb_sv_autoupdban 1

pb_sv_uconadd 1 64.27.21.46 pbbanshub pbbanshub

 

; ------------------------------

; Exec Configs

; ------------------------------

pb_sv_load pbsvuser.cfg

pb_sv_load pbsvlog.cfg

Link to comment
Share on other sites

***************************************************************

Team: American Reich ({7thFD})

Account ID: 2470

Streaming Status: Streaming (1 / 1)

***************************************************************

 

---------------------------------------------------------------

Server List

---------------------------------------------------------------

CODUO - 8.9.3.74:28960 (Streaming)

 

---------------------------------------------------------------

User List

---------------------------------------------------------------

americanreich (116314)

 

Helpful Links:

Account Management | CVAR / MD5 Scans (Setup and Use) | PBBans Hub Flags | Master Player Index | Not Streaming Fix

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.