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

Occasional ALSA buffer xruns and file fragments in S3 buckets #13

Open
scottveirs opened this issue Oct 18, 2018 · 1 comment
Open

Occasional ALSA buffer xruns and file fragments in S3 buckets #13

scottveirs opened this issue Oct 18, 2018 · 1 comment
Assignees

Comments

@scottveirs
Copy link
Member

Noticed a few errors via logDNA while testing arm32v7 branch with lagged m3u8 file. Possible fixes:

To reduce the xruns, add back in to the ffmpeg call this flag: -thread_queue_size 1024

To avoid copying file fragments (from rsync tmp writes, I think) via s3fs to the buckets, add to the relevant rsync calls these flags: --exclude='*.flac.*' and --exclude='*.ts.*'

@scottveirs scottveirs self-assigned this Oct 18, 2018
@mcshicks mcshicks self-assigned this May 1, 2021
@mcshicks
Copy link
Contributor

mcshicks commented May 1, 2021

Reassigning to me. I don't see this right now in my latest testing but I haven't looked at it to carefully. I have logdna working again so I will check the orcalab node as well as my own

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

2 participants