Questions tagged [netflix]

The netflix tag refers to questions related to Netflix API and its use. Netflix supports a JavaScript API and a REST API which allow you to integrate Netflix user services into an application.

Netflix supports a JavaScript API and a REST API which allow you to integrate Netflix user services into an application.

The official support has ended.

See Netflix changes its public API program by ending it, will no longer issue new dev keys

446 questions
13
votes
2 answers

Link tag inside BrowserRouter changes only the URL, but doesn't render the component

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 corresponding component doesn't render. I have consulted…
Ankit_M
  • 276
  • 1
  • 3
  • 15
12
votes
1 answer

Control Netflix player using JavaScript

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 control the player, e.g. play, pause, volume control…
mhsjlw
  • 322
  • 3
  • 16
12
votes
2 answers

Why client-side load balancers like Ribbon?

Netflix makes use of Ribbon, which is in their terms a "client-side load-balancer". What are the use-cases and advantages of a client-side load-balancer compared to a traditional load-balancer? Is Ribbon, and other Netflix OSS services AWS -specific…
user1340582
  • 19,151
  • 35
  • 115
  • 171
12
votes
6 answers

Programming Contests (with prizes)

I've had a go at solving the Eternity puzzle (1,000,000 GBP prize) and Netflix Prize ($1,000,000) in the past. I didn't win either, but they motivated me to find out about a new area. What other contests with prizes do you know about / have…
RichH
  • 6,108
  • 1
  • 37
  • 61
11
votes
2 answers

Too many LOGS getting generated for Hystrix-AMQP

so I added the dependency for Hystrix-AMQP to my service and the log file is going crazy it just keep on logging metrics stuff. I need that jar to actually use it with turbine-AMQP. here is what i have in my gradle for hystrix:- compile …
Grinish Nepal
  • 3,037
  • 3
  • 30
  • 49
9
votes
6 answers

Javascript API for Netflix Instant Player (silverlight)?

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 project. I'd like to be able to play/pause and seek to a…
Evan Krall
  • 2,915
  • 3
  • 23
  • 20
9
votes
1 answer

Eureka netflix - cluster server list is empty

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 the classes and configuration and i added…
Bambus
  • 1,493
  • 1
  • 15
  • 32
9
votes
1 answer

Simulate click on/change value of aria's (netflix) slider programatically

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, next episode and toggle full screen buttons (those with…
appa yip yip
  • 1,404
  • 1
  • 17
  • 38
9
votes
5 answers

Netflix video player in Chrome - how to seek?

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 but not set in the Netflix player, and when set,…
HerrimanCoder
  • 6,835
  • 24
  • 78
  • 158
9
votes
4 answers

How do I register a microservice (or its methods) to Task in Netflix Conductor?

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 decent example but to no avail. My question is, in…
ben.jamin
  • 217
  • 1
  • 3
  • 6
9
votes
1 answer

Falcor with java backend server

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 of examples of configuring and working with routes on…
user3536652
  • 153
  • 2
  • 12
9
votes
2 answers

What is the correct way of managing transactionality in RxJava Services?

I have recently started experimenting with RxJava and came across a presentation by a Netflix engineer that suggested moving our business APIs to Observable APIs, for instance: public interface VideoService { Observable
codependent
  • 23,193
  • 31
  • 166
  • 308
9
votes
3 answers

Controlling Netflix (HTML5) playback with Tampermonkey/javascript

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 of the video. I've been able to manipulate the…
8
votes
2 answers

How to use omniauth to make authenticated calls to services?

I've received a token / secret from a service using OmniAuth and can store it for users, but I'm stuck as to how to actually use these to call a service. The closest thing I've seen to this question is here but the way he's solved that there doesn't…
Kevin Davis
  • 2,698
  • 1
  • 22
  • 27
8
votes
1 answer

Scraping Netflix

Trying to get my last viewed data out of Netflix programmatically, but having some issues just with the login phase. My current code just causes Netflix to spit back a We were unable to process your request. page: var request =…
Jazcash
  • 3,145
  • 2
  • 31
  • 46
1
2
3
29 30