globocom / hlsclient

Python HLS Client
Other
105 stars 21 forks source link

can this project be used to test if in a hls stream there is (not muted) audio? #53

Open andreabisello opened 6 years ago

andreabisello commented 6 years ago

Hi, thanks for this project. i think to use it in order to test a hls stream searching for encoding -> delivery issue. i need to continuously check if fragments has audio tracks (with volume >0) because if fragments has audio, the entire delivery chain (acquisition, encoding, delivery) works.

can i reach this result with this project?

thanks.