@eluvio/elv-client-js 4.0.53 → 4.0.54

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.54",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -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;