Add optimized media delivery and HLS support
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
هذا الالتزام موجود في:
@@ -22,6 +22,9 @@ export class Post {
|
||||
@Prop({ default: '' })
|
||||
videoUrl!: string;
|
||||
|
||||
@Prop({ default: '' })
|
||||
hlsUrl!: string;
|
||||
|
||||
@Prop({ default: '' })
|
||||
audioUrl!: string;
|
||||
|
||||
@@ -134,6 +137,7 @@ PostSchema.index({
|
||||
const transformManagedPostFiles = (_doc: unknown, ret: any) => {
|
||||
ret.imageUrls = resolveManagedFileUrls(ret.imageUrls);
|
||||
ret.videoUrl = resolveManagedFileUrl(ret.videoUrl);
|
||||
ret.hlsUrl = resolveManagedFileUrl(ret.hlsUrl);
|
||||
ret.audioUrl = resolveManagedFileUrl(ret.audioUrl);
|
||||
ret.thumbnailUrl = resolveManagedFileUrl(ret.thumbnailUrl);
|
||||
return ret;
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم