You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Please read FAQ before file an issue, see #2716
Description
Please description your issue here
The SRS is configured to record a video every 30 seconds. After modifying line 75 of srs.sdk.js in the SRS built-in example demos from getUserMedia to getDisplayMedia, and starting the application to share the desktop, it was observed that the video was not recorded every 30 seconds. Moreover, a video was only recorded after ending the desktop sharing, and the video duration was much shorter than the desktop sharing time.
Step 2: Enable the application, share desktop stream
Step 3: Another user pulls the desktop stream
Step 4: View the recorded video
Expect
Please describe your expectation.
Record a video every 30 seconds.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered:
winlinvip
changed the title
getDisplayMedia分享桌面后,通过SRS进行录制视频比实际时间短很多
After sharing the desktop through getDisplayMedia, the video recorded through SRS is much shorter than the actual time.
Aug 21, 2023
Later, further testing revealed that when sharing the desktop through getDisplayMedia and recording video with SRS, if the screen image is static, the recording is skipped. If the screen image is constantly moving (such as playing a video), when playing back the recording, it appears to be playing at double speed. I'm not sure why.
winlinvip
changed the title
After sharing the desktop through getDisplayMedia, the video recorded through SRS is much shorter than the actual time.
WebRTC: The video recorded is much shorter than the actual time.
Mar 31, 2024
Akin to the issues of playing WebRTC in different Android browsers, the DVR also has some special problems, because DVR depends on converting WebRTC to RTMP.
Description
Please description your issue here
The SRS is configured to record a video every 30 seconds. After modifying line 75 of srs.sdk.js in the SRS built-in example demos from getUserMedia to getDisplayMedia, and starting the application to share the desktop, it was observed that the video was not recorded every 30 seconds. Moreover, a video was only recorded after ending the desktop sharing, and the video duration was much shorter than the desktop sharing time.
SRS Version: 6.0.36(Bee), Windows version
SRS Log:
Replay
Please describe how to replay the bug?
Step 1: Run SRS
Step 2: Enable the application, share desktop stream
Step 3: Another user pulls the desktop stream
Step 4: View the recorded video
Expect
Please describe your expectation.
Record a video every 30 seconds.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: