Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
faf5f9ca
authored
Jan 22, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
4a0f0c7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
DevelopmentPods/FUSCommon/FUSCommon/Classes/Common/View/MediaPreview/FUSSingleVideoPreview.m
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/Push/Capture/TTSDK/Base/FUSStreamCatureHelper.m
FuSiLive.xcworkspace/xcuserdata/server.xcuserdatad/UserInterfaceState.xcuserstate
DevelopmentPods/FUSCommon/FUSCommon/Classes/Common/View/MediaPreview/FUSSingleVideoPreview.m
View file @
faf5f9ca
...
...
@@ -64,7 +64,7 @@
self
=
[
super
initWithFrame
:
frame
];
if
(
self
)
{
self
.
playView
=
[
FUSStreamVideoPlayView
fus_streamVideoPlayView
WithFrame
:
self
.
bounds
];
self
.
playView
=
[
[
FUSStreamVideoPlayView
alloc
]
init
WithFrame
:
self
.
bounds
];
self
.
playView
.
contentMode
=
UIViewContentModeScaleAspectFit
;
__weak
typeof
(
self
)
weakSelf
=
self
;
self
.
playView
.
playingStatusDidChangedHandler
=
^
(
FUSVideoPlayerPlayState
playStatus
)
{
...
...
@@ -153,10 +153,10 @@
}
-
(
void
)
clickPlayControlBtnAction
:
(
UIButton
*
)
sender
{
if
(
!
self
.
playView
.
loadingView
.
hidden
)
{
return
;
}
//TODO: 索隆 - V57
//
if (!self.playView.loadingView.hidden) {
//
return;
//
}
if
(
sender
.
isSelected
)
{
if
(
!
[
self
fus_canPlayVideoCurrentlyAndNeedShowTip
:
YES
])
{
...
...
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/Push/Capture/TTSDK/Base/FUSStreamCatureHelper.m
View file @
faf5f9ca
...
...
@@ -15,7 +15,7 @@
@property
(
nonatomic
,
strong
)
VeLivePusher
*
livePusher
;
@property
(
nonatomic
,
strong
)
VeLiveVideoEncoderConfiguration
*
videoEncoderConfig
;
//@property (nonatomic, strong) FFSoundTouchHelper *soundTouchHelper; //
//TODO: 鲁迪
//@property (nonatomic, strong) FFSoundTouchHelper *soundTouchHelper; //
TODO: 索隆 - V57
// 是否使用七牛内建的美颜
@property
(
nonatomic
,
assign
)
BOOL
shouldUseBuildInBeautyMode
;
...
...
@@ -275,7 +275,7 @@
if
(
srcFrame
.
bufferType
==
VeLiveAudioBufferTypeNSData
&&
srcFrame
.
data
!=
nil
)
{
//TODO:
鲁迪
//TODO:
索隆 - V57
// 使用音高变换(不改变速度)
// NSData *processedData = [self.soundTouchHelper syncProcessAudioData:srcFrame.data];
//
...
...
FuSiLive.xcworkspace/xcuserdata/server.xcuserdatad/UserInterfaceState.xcuserstate
View file @
faf5f9ca
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment