Questions tagged [videojs-transcript]
11 questions
6
votes
1 answer
limit the height in videojs in fluid mode
I am working with videojs and set fluid:true
It covers the full width, which is exactly what I wanted.
Now the issue is it changes height of player, and it is different for different videos. I want it to be maximum 500px.
Here you can check it live…

sheldon cooper
- 455
- 2
- 8
- 22
2
votes
0 answers
What is the latest working version of videojs-transcript?
The "working sample" for videojs-transcript, whose link is on the author's Github page uses an old version, 0.7.1, from 2014. The master branch is 3 versions ahead at 0.8.1, from 2017. When I attempt to run 0.8.1, it fails:
"Uncaught TypeError:…

John Pankowicz
- 4,203
- 2
- 29
- 47
2
votes
1 answer
Hls streaming in ionic 3 using html video player
Is there any possible way to use videojs library in ionic 3 ? Thanks in advance

Abhijeet Nigoskar
- 21
- 1
- 2
1
vote
1 answer
Google chrome javascript append doesn't add all nodes
Hello I have a simple Javascript code to append a video transcription into a div using Video.js and videojs-transcript. It works fine in Firefox but in Google Chrome when the transcription is too long it appends less than half of it. Also when I…

Firas BC
- 13
- 7
1
vote
0 answers
playbackRateMenuButton is not showing on multi-bitrate hls video in videojs
playbackRateMenuButton is not showing on multi-bitrate hls video in videojs
"video.js": "5.19.2",
"videojs-contrib-hls": "^5.0.0",
"videojs-contrib-quality-levels": "^2.0.4",
when i user older vesion of videojs 5.19.4 and add…

Paul Cheriyan
- 13
- 5
0
votes
1 answer
Display video subtitles in Video.JS using Vue.JS
I want to add captions to a video with video.js in vue.js. The HTML-notation for text tracks looks like this:
0
votes
1 answer
Transcript file from MS Teams
I have searched a lot to get transcript file from MS Team meet. I have read documentation of MS Stream but as per their announcements, meet video will y default going to store in One drive instead of MS Stream from Q1 2021.
Then I have read about…

Harshit kyal
- 365
- 1
- 5
- 24
0
votes
0 answers
Video Transcript for native iPhone and Android video playback player
Is it possible to add a video transcript to a native iPhone and Android video player? If it is not possible, what is the best possible way to satisfy Transcript/Audio description to satisfy for Accessibility.

Ramji Seetharaman
- 524
- 4
- 7
- 24
0
votes
1 answer
Show captions in block on full size video and font-size isn't changing-Video-js
I m using the video-js 5.19.2 and i have customized it to what i want.I want to show the caption in the block on full screen and font-size is also not changing on full screen. I have added this
.video-js .vjs-captions { font-size: 20px;…

waheed shah
- 494
- 7
- 19
0
votes
1 answer
How to refresh videojs transcript area when using a playlist?
Scenario
I am using the following plugin which gets a video's captions and displays them in a transcript area:
https://github.com/walsh9/videojs-transcript
My player is based on the advanced player example (which uses playlist and playlist-ui…

user1063287
- 10,265
- 25
- 122
- 218
-2
votes
1 answer
Is there any way to create the space between the words of output text file
I used the following code to transcribe the youtube video into text but the outcomes out a little weird. There is no space between the words and some are club together.
#import libraries
from youtube_transcript_api import YouTubeTranscriptApi as…

Parul Verma
- 1
- 2