Bug Report HasHD.tv not working without custom settings

kryty

New Member
I tried the HasHD.tv site with the default location settings, but it didn't work. I got it to work when I input the rtmp server manually. No idea if that happens also with the NA server, but helped with Amsterdam server.

Got it working by following these instructions, the server might have changed or something http://hashd.tv/obs
 

secretply

Member
Yeah, according to Hashd.tv, the RTMP URL is different than the current RTMP URL set in OBS. If you don't want to use the Custom settings then go to the OBS folder in the Program Files (x86) directory and look for "services.xconfig" then find "Hashd.tv" and change the following:

Hashd.tv : {
id : 7
servers : {
"US Dallas, TX" : rtmp://edge-dal1.hashd.tv/live
"EU Amsterdam, NL" : rtmp://edge-ams1.hashd.tv/live
}
}

Change rtmp://edge-dal1.hashd.tv/live to rtmp://edge-dal1.hashd.tv/ingest (US Dallas, TX server) and change rtmp://edge-ams1.hashd.tv/live to rtmp://ingest-ams1.hashd.tv/live (EU Amsterdam, NL server) and save the changes then it'll work without using the Custom setting. I'm sure Jim can easily just do this himself but until he gets around to it, that'll be a workaround.
 
Top