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

DASH: Broken MPEG-DASH functionality #1864

Closed
rdw76 opened this issue Jul 22, 2020 · 5 comments
Closed

DASH: Broken MPEG-DASH functionality #1864

rdw76 opened this issue Jul 22, 2020 · 5 comments
Assignees
Labels
Duplicated Duplicated bug. EnglishNative This issue is conveyed exclusively in English. HLS For HLS, MPEG-DASH or CMAF.
Milestone

Comments

@rdw76
Copy link

rdw76 commented Jul 22, 2020

(Description)

The MPEG-DASH stream does not work and the validation software gives to many errors to fix in the configuration.

  1. SRS(Version): 3.0 or 4.0.34 (docker)
  2. SRS(Config):
    listen 1935;
    max_connections 1000;

http_api {
enabled on;
listen 1985;
}

http_server {
enabled on;
listen 8080;
}

vhost defaultVhost {
min_latency on;
tcp_nodelay on;

dash {
   enabled on;
   dash_fragment 10;
   dash_update_period 1;
   dash_timeshift 300;
   dash_path ./objs/nginx/html;
   dash_mpd_file [app]/[stream].mpd;
}

}

(Replay)
Setup a stream with OBS studio to the server and try to validate the stream with a test tool.

Bug(How to replay bug?)
The stream is not working or has a latency of 90 seconds and stops working after a few seconds.

(Expect)
The software to be validated by test software like https://github.com/Dash-Industry-Forum/DASH-IF-Conformance

(Please describe your expectation)
No issues detected by https://github.com/Dash-Industry-Forum/DASH-IF-Conformance software and have a working stream

@winlinvip
Copy link
Member

DASH...

@winlinvip winlinvip self-assigned this Aug 23, 2021
@winlinvip winlinvip added this to the SRS Future release milestone Aug 26, 2021
@winlinvip
Copy link
Member

DASH is really a stupid protocol.

@winlinvip winlinvip added the HLS For HLS, MPEG-DASH or CMAF. label Jan 17, 2022
@arpu
Copy link

arpu commented Mar 2, 2022

Hello,

testing hls and dash today!

hls works just fine but dash does not start with ffplay or dash.js reference player

anything i can/should provide?

@winlinvip winlinvip added the Duplicated Duplicated bug. label Mar 5, 2022
@winlinvip winlinvip reopened this Oct 26, 2022
@winlinvip
Copy link
Member

There is a bug need to be fixed, see #299 (comment)

@winlinvip winlinvip changed the title Broken MPEG-DASH functionality DASH: Broken MPEG-DASH functionality Oct 26, 2022
@winlinvip
Copy link
Member

Fixed in v5.0.96 see #3240

@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicated Duplicated bug. EnglishNative This issue is conveyed exclusively in English. HLS For HLS, MPEG-DASH or CMAF.
Projects
None yet
Development

No branches or pull requests

3 participants