Results 11 comments of Nelson Wang

Based on what I see in the [code here](https://github.com/videojs/http-streaming/blob/450eb2dcd022c358bd4dc21c493f9aa6fe1dd9c0/src/videojs-http-streaming.js#L755-L762), I don't think `selectPlaylist` is accessible from the options? It looks like it can be overwritten via runtime though: https://github.com/videojs/http-streaming/blob/450eb2dcd022c358bd4dc21c493f9aa6fe1dd9c0/README.md#vhsselectplaylist

Is this the add-on builder you're referring to? https://splunkbase.splunk.com/app/2962/ I'm not too familiar with this product myself, but could you briefly describe the workflow you're using with this + the...

I'll double-check the behavior of this, but this should be caught here: https://github.com/splunk/docker-splunk/blob/develop/splunk/common-files/entrypoint.sh#L28-L33

This request has been raised internally and we're looking into it! :)

This should be fixed in the latest `splunk/splunk:edge` images after https://github.com/splunk/splunk-ansible/pull/211 was merged. Closing this, but feel free to reopen.

Sorry I seem to have stopped getting emails about this issue until the last comment. Let me take a look at the 7.2.x to 8.x upgrade path. Regarding @jonnyyu, the...

Is the issue that the container fails to recreate, or is the problem with the Splunk behavior once the image has been updated? Asking because I'm seeing the case of...

I believe this might be more related to how uids/gids and permissions map between host and container. In the Docker images, we do create a static `splunk` user with some...

I think I see what you're saying. I actually don't see this on Docker for Mac at all (I don't explicitly set `userns-remap` in the daemon, so I'm guessing this...