Questions tagged [cue-points]
12 questions
1
vote
1 answer
Enable / disable captions using React-Player
I'm using React-Player, and pretty new to this library.
Here is my code where I'm using React-Player:

S.G.
- 11
- 2
1
vote
1 answer
How can I insert cues into a video I want to play in my Android App?
I noticed that Flash allows you to insert cue's into a video file (flv). Is something like this possible on Android? I have a video that runs locally in my Android app and I would like to insert cues into the video which will give me callbacks…

justinl
- 10,448
- 21
- 70
- 88
1
vote
0 answers
Javascript changing cue startTime sets wrong value
I`m trying to change startTime of cues in html5 video element, but wrong result is written to startTime.
Chrome console output:
>track[0].startTime
<52.152
>track[0].startTime = 60
<60
>track[0].startTime
<54.988
Actual code:
var track =…

Rigward
- 11
- 2
1
vote
0 answers
Reading Wave (.wav) markers or cues in Java using OpenAL
I have a wave file which includes markers that are set using www.reaper.fm. These markers are to be used to determine whether a fade in/out point has been reached during playback. I am using OpenAL to play the wave file and cannot figure out how to…

matrix4use
- 611
- 1
- 6
- 20
1
vote
0 answers
how to listen to markers/cue points on videos
I would like to ask if it is possible for visual studio (c#), to listen to markers/cue points embedded into video files (flv or Mpeg4)?
Currently, I'm playing flv video using the QuartzTypeLib dll. I am able to play the video successfully. Is it…

chamuel
- 11
- 2
0
votes
2 answers
Flash a3 - stopping at a cue point
I have an flv vid and set the cue point dynamically
vid.addASCuePoint(1, "cuePoint1");
How ever it does not always stop in the same place. How can I be more exact? I take this is due to buffering and a few other factors?
import fl.video.*;
//etc…

LeBlaireau
- 17,133
- 33
- 112
- 192
0
votes
1 answer
Setting cue points in XML for use in Flash Video
We need to set up a system for a client which needs to be super simple for them to be able to do in future and I was wondering if it is possible to set cue points in an XML file which are then pulled into the swf along with the FLV. The cue points…

SixfootJames
- 1,841
- 5
- 26
- 42
0
votes
1 answer
Early ActionScript movie cue points trigger too late
Before I start playing the movie, I add a couple of cue points, then register the callback, and trace everytime it gets hit, like this:
private function onCuePoint(evt:CuePointEvent):void {
var cuePointObject:Object =…

Srekel
- 2,183
- 3
- 21
- 26
0
votes
2 answers
Getting audio markers / cue points with the Web Audio API
If I have an audio file in WAV format containing markers (or "cue points"), is there a way to get an array of those markers, preferably using the Web Audio API?
I seem to remember seeing a method to do so before, but I can't seem to find it.
Any…

MysteryPancake
- 1,365
- 1
- 18
- 47
0
votes
1 answer
Getting the cues from a VTT chapters track with Video.js
I would like to get the cues from the chapters file loaded in my Video.js object. I've already find how to get the track but I need its id in order to access it.
player.textTracks().getTrackById();
I found out where the id is defined in…

Quentin Walter
- 29
- 1
- 12
0
votes
1 answer
Flash cue points: Link from a website to specific point in a flash animation
Well the title basically said it all.
I want to be able to link to a cue point in a flash animation
I've searched and searched in Google but all I can see was linking from flash to a website based on a que point.
The idea is this:
I create an…

Interactive
- 1,474
- 5
- 25
- 57
0
votes
0 answers
Flex - videoDisplay freezes for seconds when jumping to cuepoint?
Update:
I've figured out that my problem exists only when creating my project as a Flash Web Application (which is what I normally do, as I do not want the user to install the air application). If I just export the project, and try to run the .swf…

Stian Berg Larsen
- 543
- 2
- 10
- 29