parent
24bc21aecc
commit
f62cbcbcb9
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class AudioVideoViewer extends React.PureComponent<Props> {
|
||||||
// Will need to be changed to include time to start
|
// Will need to be changed to include time to start
|
||||||
analytics.apiLogView(`${name}#${claimId}`, `${txid}:${nout}`, claimId);
|
analytics.apiLogView(`${name}#${claimId}`, `${txid}:${nout}`, claimId);
|
||||||
|
|
||||||
const path = `https://api.piratebay.com/content/claims/${claim.name}/${claim.claim_id}/stream.mp4`;
|
const path = `https://api.lbry.tv/content/claims/${claim.name}/${claim.claim_id}/stream.mp4`;
|
||||||
const sources = [
|
const sources = [
|
||||||
{
|
{
|
||||||
src: path,
|
src: path,
|
||||||
|
|
|
@ -44,7 +44,7 @@ if (process.env.SEARCH_API_URL) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @if TARGET='web'
|
// @if TARGET='web'
|
||||||
const SDK_API_URL = process.env.SDK_API_URL || 'https://api.piratebay.com/api/proxy';
|
const SDK_API_URL = process.env.SDK_API_URL || 'https://api.lbry.tv/api/proxy';
|
||||||
Lbry.setDaemonConnectionString(SDK_API_URL);
|
Lbry.setDaemonConnectionString(SDK_API_URL);
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue