video-player Questions
6
Solved
I have been unable to figure out how to do a video seek (automatically advance to a certain point in the video) in the Netflix video player running in Chrome. The currentTime property can be read b...
Aretta asked 8/2, 2017 at 4:56
1
Solved
I'm following this overflow discussion ( Play multiple Plyr Vimeo embeds on hover ) this solution perfectly working for embedded videos (YouTube, Vimeo etc) unfortunately not working for HTML5 vide...
Archon asked 9/1, 2024 at 16:39
2
I want to give support of webm file in iOS , but iOS doesn't support this format to play a video. i Even tried to play it through HTML5 video tag but safari doesn't support webm format in HTML5 vid...
Drop asked 3/12, 2014 at 10:20
4
Solved
I'm using flutter video_player package to play a list of video.
List sourceList;
sourceList = [
{
"size": 69742504,
"name": "lucky-roulette.mp4",
"mimetype": "video/mp4",
},
{
"size": 6974...
Fishback asked 2/4, 2019 at 3:34
1
Recently installed Ubuntu 22.04 on a DELL x86 64 bit laptop,
and when I imported my mp4 files for whatever reason the built in video player can't play the mp4 files. Either tells me the codec can't...
Krystlekrystyna asked 17/11, 2022 at 16:23
2
Flutter video_player package has this bug, when you play 4-5 videos, after that it hangs, does not play any more videos. Looks like in the backed its not releasing the controller and I see messages...
Fireguard asked 27/12, 2020 at 4:32
1
I have to record a video with a timer and stop the recording after few seconds.
When I click on stop button I am getting this error everytime. I have tested it on different real devices and emulato...
Norbert asked 5/1, 2022 at 11:55
5
I am adapting VLC to make a custom video player. I chose VLC because of its ability to play lots of formats, and because it allows me develop a custom skin for it very easily.
But I also want to r...
Sotos asked 12/1, 2015 at 1:43
1
I need to make a program with a video player that will be supported everywhere. I use the video_player library, but it's only for iOS and Android, and I need and for macOS and Windows.
Corvin asked 17/3, 2021 at 12:27
4
Solved
I was trying to create some POC to try something with jwplayer but for some reason full screen for jwplayer is not working.
Is there any way to make full-screen work in jsfiddle in jwplayer?
Here i...
Perloff asked 16/1, 2015 at 12:52
1
Solved
VideoPlayer(player: AVPlayer(url: URL(fileURLWithPath: Bundle.main.path(forResource: "*****", ofType: "mp4")!)))
How can I hide the buttons on the VideoPlayer. I want the...
Danutadanya asked 15/3, 2021 at 19:44
4
Solved
I am using the flutter video_player package to play a short video file using in my application. I inspired from the flutter cookbook: Play and pause a video.
I would like to allow the user to tap ...
Donato asked 7/1, 2020 at 10:39
1
Solved
i started use this package: https://pub.dev/packages/video_player. But me need use this package for showing video from YouTube videos, how can i do this, cuz default ulr from YouTube not working?
Galleon asked 27/11, 2020 at 13:45
2
Solved
I am developing an APP using Fluter. In the APP a have a list of PageViews and each PageView will load and play a video when it appears. Any PageView will stop playing the video when it disappears....
Disbelieve asked 9/1, 2020 at 12:30
1
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
pu...
Hawk asked 21/9, 2018 at 8:41
1
I am working on video chat application and try to record the video. but I'm facing the problem to record the local Stream or Remote Stream in safari browser. It's Showing an error "can't find varia...
Whitford asked 29/12, 2017 at 7:10
1
Does anyone have any sort of solution to this problem regarding Unity's video player component?
Basically I have a semi interactive application that plays a series of videos back to back when som...
Footfall asked 20/11, 2017 at 21:54
1
Solved
Is there a way to prevent user from taking screenshots or capturing screen of your videos file? Something similar to how Netflix implements it. It returns a black screen whenever we try to click a ...
Onia asked 9/10, 2017 at 15:12
4
I need to create a video player using Java for my project. I have already checked many examples on the Internet. Some of them run, but do not show any screen, I can only hear the sound of the video...
Welloff asked 2/12, 2015 at 8:23
1
Solved
I'm trying to play a remote MKV video in my iOS app but the video won't play.
I tried with AVKit/AVFoundation and MobilePlayer and it's working with a MP4 file.
Here's a sample of my code:
AVKit...
Nitrile asked 19/8, 2016 at 18:47
2
Solved
I download a video from my remote server and saving it in application data directory. Once it is completed I pass its URL to video player (UI element on my window). Then my app crashes.
This is on...
Overlay asked 18/4, 2016 at 10:3
2
I'm working on a IOS App (With Storyoard). I have a ViewController:
//movieViewController.h
#import <UIKit/UIKit.h>
#import <MediaPlayer/MediaPlayer.h>
@interface movieViewController ...
Maryn asked 8/4, 2013 at 20:57
6
Solved
Looking for an FFmpeg wrapper usable in .NET. The wrapper must support video playback with audio.
The following projects are incomplete FFmpeg wrappers:
http://code.google.com/p/ffmpeg-shar...
Ic asked 16/7, 2011 at 11:58
0
I'm using cordova 2.9.0 and I installed the videoPlayer plugin:
https://github.com/macdonst/VideoPlayer
I added in config.xml the plugin and in the index.html after declaring cordova.js I included...
Taphole asked 20/8, 2013 at 21:5
2
I need customized HTML5 video player, also I need youTube videos to play. I got one HTML 5 video player vidoeJS http://www.videojs.com/, but I am not able to play a youTube video in this player. Ho...
Obstinate asked 10/7, 2013 at 15:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.