Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 后端实时转码和音轨切换 #522

Open
2 of 5 tasks
chivehao opened this issue Nov 25, 2023 · 0 comments
Open
2 of 5 tasks

[Feature] 后端实时转码和音轨切换 #522

chivehao opened this issue Nov 25, 2023 · 0 comments
Assignees
Labels
area/server Issues or PRs related to the Ikaros Server feature New feature or request
Milestone

Comments

@chivehao
Copy link
Member

chivehao commented Nov 25, 2023

创建前查询

  • 我已经在 issues 列表 里查询过,并且没找到类似的问题。

描述

  • 某些场景下无法播放有些视频格式,比如苹果浏览器无法访问H265格式的视频,需要后端进行实时转码,转换成HLS所属的m3u8格式,给前端播放。
  • Web端无法给多音轨视频进行音轨切换。

使用案例

一个视频后端转码的Demo: demo-video-player

ToDoList

后端通过暴露视频元数据信息接口,用户操作播放器,请求后端接口获取临时视频URL。

  • 视频元数据接口,播放器展示视频信息和音轨信息
  • 根据前端选择的清晰度实时转码,用户在播放器选择了对应的清晰度,请求后端实时转码接口,按照清晰度实时转M3U8
  • 根据前端选择的音轨转封装,用户在播放器选择对应的音轨,请求后端返回对应的音轨视频URL

您想要提交PR吗?

  • 是的我想要提交个PR!
@chivehao chivehao added feature New feature or request area/server Issues or PRs related to the Ikaros Server labels Nov 25, 2023
@chivehao chivehao added this to the Backlog milestone Nov 25, 2023
@chivehao chivehao self-assigned this Nov 25, 2023
@chivehao chivehao changed the title [Feature] 后端实时转码 [Feature] 后端实时转码和音轨切换 Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/server Issues or PRs related to the Ikaros Server feature New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant