Questions tagged [video-reactjs]
25 questions
0
votes
1 answer
How to stream instagram story downloader link?
I have used a package to fetch the downloaded link of the instagram story and it is working perfectly. The link im getting its…

Ali Raees
- 21
- 6
0
votes
0 answers
How to pause using React Player without using controler prop
my playSvg is working properly but I would like to add when you click on the second time the play button svg appears again, can someone help me please!

giegie
- 3
- 2
0
votes
0 answers
How to play video in React in a loop with needed timeline
so trying to do functionality of looping video in needed timeline. For example I have a video in total 20 seconds, I want to take 5 middle seconds of this video and just loop over them. I've tried to search how to do it in google and stackoverflow,…

Roman Telyatnik
- 11
- 1
0
votes
1 answer
Video-React: handleStateChange gets called multiple times when it should be called only once
I am using Video-React to implement video playing functionality in my project:
{
this.state.player = player;
}}
src={videoURL}
>
I am tracking state…

AG_HIHI
- 1,705
- 5
- 27
- 69
0
votes
1 answer
Using video-react package for video, when we initially seek the player not working properly in safari?
When we initially seek the player start time to any other seconds other than 00:00:00 the player gets started at 00:00:00 second and after playing to 00:00:01 sec or fewer it seek to proper seconds that we provided to start the video. It is…
0
votes
1 answer
How to make the react video player responsive which is inside the iframe
I create one widget section(e.g. https://developers.zomato.com/widgets) which contain the video and have option to copy this widget code, so I copy the code and paste this code to any html page but for all screen size iframe video not responsive.

aana
- 1
- 1
0
votes
1 answer
Callback in video-react for when video has ended?
Is there a callback for when video das ended in video-react? I need to make it so another component will only be available (appear on page) when the user has reached the end of the video.
Here's my player component:
export default props => {
…

julianamokrejs
- 1
- 1
0
votes
1 answer
How do I mock callbacks on a ref for testing in react?
I am using video-react in a react application. I have to test a component that calls ref methods from a video-react component.
I hope to use enzyme so I can mount the component and check that I have called the ref method in…

Sally
- 75
- 1
- 15
0
votes
1 answer
Video-react in videoJS not loading after src is updated
I am using Video-react (https://video-react.js.org/components/player/) and on the page, it says I can use this.refs.player.load() once I have updated its source. But I do not think that method is supported any more as It will not work at all plus I…

Shagun Mistry
- 41
- 1
- 9
-2
votes
1 answer
React js shows error while showing object
I got an error when i go to console.log this object...in reactjs
Json…

Fahad Ali
- 47
- 1
- 7