@eluvio/elv-client-js 4.0.53 → 4.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.53",
3
+ "version": "4.0.55",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
package/src/Utils.js CHANGED
@@ -755,7 +755,7 @@ const Utils = {
755
755
  "maxBufferLength": 5,
756
756
  "backBufferLength": 5,
757
757
  "liveSyncDuration": 5,
758
- "liveMaxLatencyDuration": lowLatency || isSafari ? 15 : 6,
758
+ "liveMaxLatencyDuration": !lowLatency || isSafari ? 15 : 6,
759
759
  "liveDurationInfinity": false,
760
760
  "highBufferWatchdogPeriod": 1
761
761
  };
@@ -278,7 +278,7 @@ exports.StreamStatus = async function({name, stopLro=false, showParams=false}) {
278
278
  if(networkInfo.name.includes("demo")) {
279
279
  embed_net = "demo";
280
280
  }
281
- let embed_url = `https://embed.v3.contentfabric.io/?net=${embed_net}&p&ct=h&oid=${conf.objectId}&mt=v&ath=${token}`;
281
+ let embed_url = `https://embed.v3.contentfabric.io/?net=${embed_net}&p&ct=h&oid=${conf.objectId}&mt=lv&ath=${token}`;
282
282
  playout_urls.embed_url = embed_url;
283
283
 
284
284
  status.playout_urls = playout_urls;