Emran M

Results 11 issues of Emran M

**What does this pull request do? Explain your changes. (required)** The -testTranscoder flag defaults to true which requires all hardware transcoders to call core.TestTranscoderCapabilities() to discover transcoding caps. Setting this...

This is a follow-up to \#2415 - that ticket only added the B's git hash. Use this ticket to implement the original ideas for the O: This is for debugging...

status: core contributors working on it

As part of commit 78789b192 (Issue #928), the call to flag.Parse() was commented out perhaps unintentionally. This call is required prior to using glog calls as noted here: https://github.com/golang/glog/blob/master/glog.go#L40 **What...

**What does this pull request do? Explain your changes. (required)** **Specific updates (required)** - - - **How did you test each of these updates (required)** **Does this pull request close...

When viewing HLS manifests/segments, it is often useful to view information on how those segments were generated. This commit adds fields such as git-sha and node identifiers to the HTTP...

* procps so we upgrade the version of `top` running on our pods and get access to better info. * vnstat so we can do bandwidth calcs in catabalancer *...

Mistserver complains about a file that works most of the time but occasionally fails with this: ``` 305 [2022-10-18 04:26:36] MistInMP4:catalyst_vod_eefaghda (2632) FAIL : Error getting URI info for 'https://storage.googleapis.com/alex...

We currently have prefixes defined here: https://github.com/livepeer/catalyst-api/blob/main/config/stream_names.go#L12 But we need to also use these prefixes in catalyst-node. For example: https://github.com/livepeer/catalyst/pull/177 We should have a common source of truth so that...

Currently hardcoded to /usr/bin/MistProcLivepeer but this should fail smarter if it's not found in the user $PATH

In \#86, we added stream interruption test i.e. verify playback still recovers after ingest stream is killed and restarted. However, we set it to forcefully pass even with failures -...