YouKu is a Chinese video plattform
Questions tagged [youku]
17 questions
16
votes
7 answers
Switching between Youku and YouTube based on whether you're in China
I'm hosting a conference website where I want to embed a Youku video if you're in China and a YouTube video otherwise. The conference website is being served through a CDN inside the Great Firewall. I was given the code below to switch between…

Dan Kohn
- 33,811
- 9
- 84
- 100
8
votes
1 answer
Add Youku Player library in Android application
I have to use Youku player library in my Android application and do everything which is needed.
Add YoukuPlayerConfig in my Application class
public class App extends Application {
@Override
public void onCreate() {
…

MrVasilev
- 1,503
- 2
- 17
- 34
5
votes
1 answer
Youku JS API - Play / Pause methods and events
I'm trying to add YouKu functionality to a site, to sit alongside other videos in a gallery.
I'm using the documentation I've found at https://cloud.youku.com/docs and https://cloud.youku.com/tools (I've been relying on Google Translate as my…

Paul
- 961
- 1
- 6
- 20
4
votes
0 answers
YOUKU video, hiding controls & related videos and enable autoplay
I am using youku video in my react site. anyone please help me to hide the controls & related videos. also the autoplay is not working with the code.
code snippet:
{!defaultVideoPlayer && youkoID && (
2
votes
3 answers
How to play video from youku using javascript?
How to play video from youku using javascript ?
I tried to do like this but not work, how can i do that ?
2
votes
4 answers
How to get youku video id from url by regex?
I need to get youku video id from url by regex, for example:
http://v.youku.com/v_show/id_XNTg3OTc3MzY4.html
I only need XNTg3OTc3MzY4 to keep in a variable.
How can I write it in function below
var youkuEmbed = "[[*supplier-video]]";
var…

Varis Darasirikul
- 3,907
- 9
- 40
- 75
1
vote
0 answers
What is the best way to implement Youku on React Native?
I've done some research and I didn't find anything related to the Youku implementation that is updated (a lot of posts from 2016 and 2017). I didn't find any official SDK (React Native and neither iOS and Android) provided by Youku itself, it looks…

Lorenzo Imperatrice
- 977
- 8
- 23
1
vote
1 answer
How to put Youku video on my wordpress site?
I already tried various plugin, none of those works...please help, thanks
The code that able to display Youtube video is this: (replacing the youtube link with youku is not working…

Jeremy
- 21
- 6
1
vote
0 answers
Youku.com seekTo Precision
I have been tasked to create a Video player which will play a portion of YouKu video (the Chinese Alternative to YouTube)
To accomplish this, I am using the seekTo function of the YouKu API
and stop the video using a looping timer that constantly…

Paul Preibisch
- 4,115
- 2
- 27
- 32
0
votes
0 answers
Youku API playvideo method throws uncaught type error
$(document).ready (function() {
console.log('onYouTubeIframeAPIReady');
let containers = {}, players = {};
@foreach($trade_videos as $video)
containers['{{$video->youtube}}'] =…

Viktor R
- 1
0
votes
1 answer
How to authorize my application with Youku to upload videos to end user's account?
I am working on desktop video editing application. In this app I need to implement Youku video uploading feature. For this purpose I registered my app on https://cloud.youku.com and got the ClientId to use the Video Upload API.
The official…

Aleksey Malov
- 26
- 3
0
votes
1 answer
Force all third party requests from Youku to be over https and not http
I have a website that embeds the Youku video player. This player is loading some insecure resources (over http instead of https). The player itself is loaded over https as outlined in this SO thread, but it loads some insecure resources. The…

OctaviaLo
- 1,268
- 2
- 21
- 46
0
votes
0 answers
Embed.ly API: player.js not working with youku.com
I have a problem with embedded video. I use "Embed.ly API" and "player.js":
https://docs.embed.ly/docs/oembed
https://docs.embed.ly/docs/playerjs
I'm trying to embed a video from "youku.com" on my site. The "youku.com" is a content provider, as…
0
votes
1 answer
youku search JS API in english
I need the youku (China youtube) API in English or an explanation how to use it.
This is the code from youtube I want to write with youku:
url: 'https://www.googleapis.com/youtube/v3/search',
data: {
'part': 'snippet',
'q':…

llioor
- 5,804
- 4
- 36
- 44
0
votes
1 answer
Open YouKu application via URL
This code takes me to the browser if I don't have the YouKu application, does anybody know the code if I have the YouKu application?
This code takes to the browser, it happens if the YouKu application wasn't installed
film.setOnClickListener(new…

Roa
- 109
- 7