yyyttt
yyyttt
  • 发布:2023-04-21 14:41
  • 更新:2023-04-21 15:31
  • 阅读:145

【报Bug】ios在nvue下video视频角度为180时会倒着播放,android不会

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 13.01

HBuilderX类型: 正式

HBuilderX版本号: 3.7.9

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: iphone 13

页面类型: nvue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<template>  
  <view>  
    <video src="https://qiniu.gaodeer.com/appUpload/263044/2023-04-20/uMiLhzY4JMuy5UfnsNecnwlFCA56GCrN.mp4"></video>  
  </view>  
</template>

操作步骤:

使用代码实例

预期结果:

android和ios表现一致

实际结果:

android和ios表现不一致

bug描述:

如题,视频信息

{
"avg_frame_rate": "5454000/219391",
"bit_rate": "597585",
"bits_per_raw_sample": "8",
"chroma_location": "left",
"codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
"codec_name": "h264",
"codec_tag": "0x31637661",
"codec_tag_string": "avc1",
"codec_time_base": "219391/10908000",
"codec_type": "video",
"coded_height": 544,
"coded_width": 960,
"color_primaries": "bt709",
"color_range": "tv",
"color_space": "bt709",
"color_transfer": "bt709",
"disposition": {
"attached_pic": 0,
"clean_effects": 0,
"comment": 0,
"default": 1,
"dub": 0,
"forced": 0,
"hearing_impaired": 0,
"karaoke": 0,
"lyrics": 0,
"original": 0,
"timed_thumbnails": 0,
"visual_impaired": 0
},
"duration": "73.131000",
"duration_ts": 6581790,
"has_b_frames": 0,
"height": 540,
"index": 0,
"is_avc": "true",
"level": 31,
"nal_length_size": "4",
"nb_frames": "1818",
"pix_fmt": "yuv420p",
"profile": "High",
"r_frame_rate": "30/1",
"refs": 1,
"side_data_list": [
{
"displaymatrix": "\n00000000: -65536 0 0\n00000001: 0 -65536 0\n00000002: 62914560 35389440 1073741824\n",
"rotation": -180,
"side_data_type": "Display Matrix"
}
],
"start_pts": 0,
"start_time": "0.000000",
"tags": {
"handler_name": "VideoHandler",
"language": "und",
"rotate": "180"
},
"time_base": "1/90000",
"width": 960
}

2023-04-21 14:41 负责人:DCloud_iOS_WZT 分享
已邀请:
FullStack

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866

帮助官方排查,已验证,确实存在这个问题

要回复问题请先登录注册