netflix Questions
6
Solved
I have been unable to figure out how to do a video seek (automatically advance to a certain point in the video) in the Netflix video player running in Chrome. The currentTime property can be read b...
Aretta asked 8/2, 2017 at 4:56
2
Solved
I have a Netflix account and I have peeked under the hood at its video player running inside Google Chrome. Netflix calls its video player "Cadmium" and the javascript exposes all the functions and...
Majestic asked 1/2, 2017 at 17:4
8
Solved
Let me preface this by saying that I'm not using Spring Cloud Config directly, it is transitive via Spring Cloud Hystrix starter.
When only using @EnableHystrix, Spring Cloud also tries to locate ...
Aec asked 19/12, 2014 at 15:35
2
Solved
Netflix doesn't provide control for the playback rate in its user interface.
What should I put in the google chrome console to set the playback rate that I want?
Hippel asked 17/4, 2019 at 20:41
1
Since Netflix API has closed, where can I find an up-to-date catalogue by country ?
The Netflix Roulette API http://netflixroulette.net/api/ would be perfect if it provided information about the c...
Legatee asked 3/3, 2016 at 10:24
2
Solved
According to the Eureka wiki (https://github.com/Netflix/eureka/wiki), the Eureka 2.0 has been discontinued.
The open source work on eureka 2.0 has been discontinued. The code base and artifacts...
Forby asked 2/7, 2018 at 13:28
4
I was looking for a more sophisticated workflow than Saga from AxonFramework -- which we are currently using -- and I found one in Netflix Conductor.
Sadly, I have searched the Internet for a dece...
False asked 27/1, 2017 at 21:33
2
Solved
I am building a Netflix clone application, and I am using react-router-dom v5 to switch between different pages. However, when I click the Link tag in Navbar.jsx, the URL changes, but the correspon...
Ium asked 11/4, 2022 at 18:38
1
I have read that netflix uses evcache , which is a wrapper over memcache and evcache proves better than memcache
In general it is said that redis server as a better cache than memcache, was trying...
1
I've developed an application like netflix which streams video.
I'm working with video.js.
when I try to play unmuted video, it throw error says that
"Uncaught (in promise) DOMException: play(...
3
Solved
While watching a netflix video on a Netflix site, my goal is to have a userscript invoke the playback controls programmatically. Specifically, the volume, level, play/pause state, and time position...
Esdraelon asked 13/1, 2015 at 17:27
6
Is there a Javascript API for the Netflix Instant player (silverlight)? Preferably a supported, documented one, but an unsupported, undocumented one might be okay too; this is for a personal projec...
Recollected asked 22/5, 2011 at 5:14
3
Solved
We have an infrastructure with service discovery and load balancing (i.e. server side with STM and weblogic cluster). Now we are in the process of refactoring into micro-services. We would need an ...
Steger asked 2/12, 2015 at 6:42
1
I would like to make a Chrome extension that is able to control the Netflix player.
The current Netflix player is written in HTML5 as far as I can tell, so I was wondering if there is a way to co...
Jacquelynnjacquenetta asked 20/11, 2015 at 15:34
3
We were using the Hystrix functionality by directly extending the HystrixCommand class. But for some of the business exceptions, Hystrix's fallback method is being triggered.
I don't want to trig...
2
Solved
I want to run eureka-server as container and want to let other microservices register to this container later on. But I got some issues to let it run as container and access it. The application is ...
Gradely asked 23/3, 2018 at 15:37
1
I want to make service discovery without spring boot.
So I have downloaded the netflix project example and because its gradle project I want to make it maven.
So i created maven project, imported ...
Amanuensis asked 22/9, 2017 at 10:26
3
Solved
We are using spring-cloud-starter-hystrix with spring-cloud-starter-archaius where we are unable to stop the poolingconfigurationSource thread of archaius once the war is un-deployed. But spring-cl...
Duiker asked 6/3, 2018 at 8:9
1
I recently started looking into the falcor library from Netflix and trying a proof of concept based on our data.
I have been looking at this library with some interest and although there are tons ...
Acedia asked 29/6, 2016 at 11:31
1
I have implemented Netflix OSS Hystrix in one of my Spring boot application. And configured some properties for the HystrixCommand. But how can I verify that those properties are really used by Hys...
Indite asked 23/2, 2018 at 17:6
1
Solved
Is there a way to prevent user from taking screenshots or capturing screen of your videos file? Something similar to how Netflix implements it. It returns a black screen whenever we try to click a ...
Onia asked 9/10, 2017 at 15:12
3
Solved
I am trying to use a ZuulFilter in a simple spring-cloud-Netflix Api gateway (reverse proxy) in order to authenticate requests against a custom authentication provider (via Rest call).
The Filter...
Solenoid asked 28/6, 2015 at 11:41
1
Solved
I have trouble understanding the connection between Zuul and Ribbon.
I think I got Zuul clear. It's a reverse proxy I can contact to reach one of my several instances of a service. It will pick th...
Mandrill asked 21/4, 2017 at 8:47
3
I'm getting started with Netflix Eureka and using its 1.1.145 (https://github.com/Netflix/eureka/tree/1.1.145) version.
I want to start locally 2 instances of the same application on different por...
Intussusception asked 15/4, 2015 at 14:47
1
Solved
I'm trying to control Netflix's player from a Google Chrome extension. Here's an image of the controls bar, for those who are not familiar with it.
I managed to simulate a click on play/pause, n...
Limber asked 8/3, 2017 at 19:1
1 Next >
© 2022 - 2024 — McMap. All rights reserved.