英文:
The video set in Open Graph from my backend is not displayed
问题
为什么来自我的后端的视频在支持OpenGraph的播放器中无法播放,而来自其他网站的视频可以播放?我在前端使用NextJS,后端使用.NET。
英文:
Why do videos from my own backend not work in the player with OpenGraph support, while videos from other websites do work? I'm using NextJS for the frontend and .NET for the backend.
UPD. Removed links that will no longer work soon
答案1
得分: 0
"The "og:video" tag at the end of the link should have a file type of ".mp4", not necessarily the same as the video type, but one that is commonly used for videos."
"[HttpGet("Stream/{id}.{trash?}")]"
英文:
The "og:video" tag at the end of the link should have a file type of ".mp4", not necessarily the same as the video type, but one that is commonly used for videos.
[HttpGet("Stream/{id}.{trash?}")]
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论