This is a PowerShell module that provides the Test-LiveStream
command. You can use it to validate basic timing characteristics of DASH live streams.
- (Windows) PowerShell 5 or newer
- (Linux) PowerShell Core (
pwsh
)
Install-Module LiveStreamValidation -Scope CurrentUser
Test-LiveStream "http://example.com/Manifest.mpd" -Verbose
You can use the "-ManifestOutputPath" parameter to have the validator save a copy of the manifest as it sees it.