|
@@ -95,11 +95,11 @@ export class StreamService {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
try {
|
|
|
// console.log('process.env', process.env.node_env);
|
|
|
- // const src = stream.clipPath.replace('/mnt/metaverse/scene', '');
|
|
|
- // const srcTmp = join(__dirname, `../ws/${src}`);
|
|
|
- // const clipPath = srcTmp;
|
|
|
+ const src = stream.clipPath.replace('/mnt/metaverse/scene', '');
|
|
|
+ const srcTmp = join(__dirname, `../ws/${src}`);
|
|
|
+ const clipPath = srcTmp;
|
|
|
|
|
|
- const clipPath = stream.clipPath;
|
|
|
+ // const clipPath = stream.clipPath;
|
|
|
const metaData = stream.metaData || '{}';
|
|
|
const frame = stream.frame;
|
|
|
const serverTime = stream.serverTime || 754871824;
|