Dash-Industry-Forum / DASH-IF-Conformance

This repository provides the source code for MPEG-DASH/DASH-IF Conformance Software/Validator. It has been extended according to further standards, such as CMAF, DVB-DASH, HbbTV, and CTA WAVE.
https://conformance.dashif.org/
Other
66 stars 27 forks source link

Documentation REST Interface - URL incorrect #676

Closed yanj-github closed 10 months ago

yanj-github commented 1 year ago

From wiki page: https://github.com/Dash-Industry-Forum/DASH-IF-Conformance/wiki/REST-Interface

REST Interface URL is incorrect: http://localhost/DASH-IF-Conformance/Utils/Process_cli.php?url=[insert MPD url here]?[add modules as query parameters] Should be: http://localhost/Utils/Process_cli.php?url=[insert MPD url here]?[add modules as query parameters]

dsilhavy commented 10 months ago

Thanks, the example link is fixed now