Skip to content

Commit

Permalink
Chore/merge hotfix4 (#390)
Browse files Browse the repository at this point in the history
* Try to fix the black screen issue

* fix: move live to source

* Try to fix the live stream not playback issue

* bump doris-android to 3.10.5-player-relative-video-title-hotfix-01

* fix: player version

* chore: bump version

* bump rndv to 6.70.20-hotfix-01

* bump doris-android to '3.10.5-player-relative-video-title-hotfix-02'

---------

Co-authored-by: Hongfei Huang <[email protected]>
Co-authored-by: wei.liu <[email protected]>
Co-authored-by: Hailiang Song <[email protected]>
  • Loading branch information
4 people authored Dec 9, 2024
1 parent 89ce6fc commit 45cd58d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ios/JSProps/Source.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ extension Source.Config {
let viewerUserId: String
let videoId: String
let playerName: String
let playerVersion: String?
let videoStreamType: String
let subPropertyId: String
let videoIsLive: Bool
Expand Down
2 changes: 1 addition & 1 deletion ios/Video/PlayerViewProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PlayerViewProxy {
envKey: config.muxData.envKey,
videoTitle: config.muxData.videoTitle,
viewerUserId: config.muxData.viewerUserId,
playerVersion: nil,
playerVersion: config.muxData.playerVersion,
videoId: config.muxData.videoId,
playerName: config.muxData.playerName,
videoStreamType: config.muxData.videoStreamType,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "7.5.38",
"version": "7.5.39",
"dorisAndroidVersion": "3.11.13",
"description": "A <Video /> element for react-native",
"main": "Video.tsx",
Expand Down

0 comments on commit 45cd58d

Please sign in to comment.