Updated the hashd RTMP URLs.

master
paibox 2013-05-17 14:36:21 +02:00
parent 3978ed114f
commit 2802b45720
2 changed files with 3 additions and 3 deletions

View File

@ -694,7 +694,7 @@ void GraphicsCaptureSource::Render(const Vect2 &pos, const Vect2 &size)
texStretch *= totalSize;
else
{
float multiplyVal =(texSize.y * (totalSize.x / texSize.x) > totalSize.y) ? totalSize.y / texSize.y : multiplyVal = totalSize.x / texSize.x;
float multiplyVal = (texSize.y * (totalSize.x / texSize.x) > totalSize.y) ? totalSize.y / texSize.y : multiplyVal = totalSize.x / texSize.x;
texStretch *= texSize*multiplyVal;
texPos = center-(texStretch*0.5f);

View File

@ -46,8 +46,8 @@ services : {
Hashd.tv : {
id : 7
servers : {
"US Dallas, TX" : rtmp://edge-dal1.hashd.tv/live
"EU Amsterdam, NL" : rtmp://edge-ams1.hashd.tv/live
"US Dallas, TX" : rtmp://edge-dal1.hashd.tv/ingest
"EU Amsterdam, NL" : rtmp://ingest-ams1.hashd.tv/live
}
}
TGamers.ru : {