Can I keep track of the time the Odysee's embedded video? I can embbed the video but I'd like to play where the user left off next time the page is opened. But I didn't tind any offical Odysee's API nor how I can do that usin g pure Javascript, due to cross-origin. I have no code to show because I didn't find any workaround. Are there any? any help is very appreciated.
Does any knows how to control an Odysee embedded video?
52 Views Asked by Coder At
1
There are 1 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in MEDIA-PLAYER
- Pyqt Display Video Thumbnail At Given Time Line
- Detect the voice of multiple person speaking
- My customized media player won't work with GeForce RTX
- What control should I use to play videos in .NET 6 app?
- Getting the duration of audio data in NextJS
- Playing an audio file stored on MongoDB Atlas
- How to update Kaltura player config when the playlist item is being switched?
- Error in Playing .mp4 video using Java Springboot
- How to play audio files synchronously (sequentially... one at a time... one after the other)? Kotlin/Android Studio
- Trying to sync the react players outside of home component using cleanup function but it is not working
- How to create and write to a virtual video device on Linux using C?
- How to load Media from Media server in React Native?
- Media player error Exception occurred during processing of request
- How can I hijack the twitter embedded post play back button in Android
- 'The system cannot find the file specified. ' when the count of the files is larger than 0
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can do this easily, instead of using the embed just put the link to the video in your own video tag
e.G
then you can refer to all solutions available for doing this with the video tag (You will easily find how to get and set the position), look in my example i set the position to second 50 using Media fragments url
e.g
current/duration time of html5 video?
Start HTML5 video at a particular position when loading?