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

Change audio streaming code to pad TS files with zeroes #137

Open
aserfass-msft opened this issue Sep 14, 2023 · 0 comments
Open

Change audio streaming code to pad TS files with zeroes #137

aserfass-msft opened this issue Sep 14, 2023 · 0 comments

Comments

@aserfass-msft
Copy link

The TS files are saved in the format "live001.ts" but there are usually about 2,000 TS files in one of the AWS folders. This causes sorting issues since:

"live100.ts" will sometimes come before
"live1000.ts".

Padding "live100.ts" to "live0100.ts" or "live00100.ts" should fix this.

@aserfass-msft aserfass-msft changed the title Change audio streaming code to pad TS files with 4 or 5 zeroes Change audio streaming code to pad TS files with zeroes Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant