Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP4 freezes issue #2529

Closed
muratugureminoglu opened this issue Sep 23, 2020 · 1 comment
Closed

MP4 freezes issue #2529

muratugureminoglu opened this issue Sep 23, 2020 · 1 comment
Assignees

Comments

@muratugureminoglu
Copy link
Collaborator

muratugureminoglu commented Sep 23, 2020

Short description

The MP4 file freezes when playing on local and broadcast. The MP4 file link is below.

https://antmedia.io/temp/221852299610803398500182_4.mp4

Environment

  • Operating system and version: Ubuntu 18.04
  • Ant Media Server version: Enterprise Edition 2.1.0 20200720_1328

Steps to reproduce

  1. Play the MP4 file with Media Player.
  2. Broadcast the MP4 file

Expected behavior

Should play without freezing

Actual behavior

Freeze MP4 File

@mekya mekya self-assigned this Sep 28, 2020
@mekya
Copy link
Contributor

mekya commented Nov 21, 2020

I have make several tests for this case.

  • When running in local host, there is no problem. There is no freeze.
  • When running in remote host, there are some freezes. In this case, I've checked that bandwidth between server and client is not high enough to play the stream. It's already reported by the server.
  • When running in remote host and known that there is enough bandwidth, there is no freeze.

From my point of view, the network between client and server is not good enough to play this WebRTC stream smoothly.

Possible solutions are

  • Decrease quality. Decreasing bitrate(3.5Mbps), resolution(HD) and framerate(25fps) accordingly still provide good user experience that most of the users don't notice.
  • Add at least 2 adaptive bitrates to the server side. To serve good quality to high bandwidth users and lower quality for users having lower bandwidth

@mekya mekya closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants