Replies: 1 comment
-
I can reproduce it locally, so I think it's just a bug. Closes and moving to issue #1426 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first of all, I'm using a translator, so the sentence might be a little awkward.
I was using SRT Publish, PlayBack on Example iOS and found something weird.
First of all, there is no problem during SRT transmission or Playback. However, after the SRT Playback was terminated, it was confirmed that CPU usage increased.
SRT Publish( CPU 45~50%)
SRT PlayBack(CPU 25~35%)
stream.close()
connection.close()
CPU usage has increased to 100-110% since PlayBack ended.
The code used was the project's Example iOS.
The SRT server I used is "https://github.com/Edward-Wu/srt-live-server".
Has anyone experienced the same symptoms?
netStreamSwitcher.open(.playback)
netStreamSwitcher.close()
Beta Was this translation helpful? Give feedback.
All reactions