Dan Phillips

Results 24 comments of Dan Phillips

We are running into this issue with our GraphQL server. We've been successfully able to work around it with above mentioned workaround, but it makes us very nervous to rely...

@zbuttram I'm good with it! Would you be willing to add a test for it before we merge?

@michaelBenin What if we created a `generateMidroll` or `generatePostroll` function? That would allow us to do this without a major version change.

@michaelBenin started thinking about this, and with v2 we are going to back away from being opinionated about the event hooks and really simplify the component. My thought is this:...

Yeah, you should be able to include DRM in your playlist object! See [here](https://support.jwplayer.com/customer/portal/articles/2561182)

@christchron right now, I believe that is the only way. Take a look at those docs I linked to and tell me which DRM method you are planning on using....

@christchron hey! I don't have any experience with DRM and JW Player! It does seem like we may need to add some new functionality to `react-jw-player` to accommodate this, though....

@chuxolatouz I will take a look into this later today!

@chuxolatouz Can you post the code showing how you update the playlist? Not sure if the playlist change is failing the `isEqual` test, or if something is buggy in the...