Questions tagged [video-player]

Plays the video of different formats

Video player is a term typically used to describe computer software for playing back multimedia video files. While all video players can play both audio and video, others focus only on one media type or the other. Such players are known as either audio players or video players and often have a user interface tailored for the specific media type.

742 questions
32
votes
5 answers

How to remove the right click menu in VLC Media Player?

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 restrict user access to the file system, for which I…
awreccan
  • 671
  • 1
  • 7
  • 11
23
votes
1 answer

Android Webview app won't let video player go full screen

Hi I created a WebView app for my video site. The design of the site is a hybrid that loads for mobile users. Only videos compatible with mobile devices are loaded onto the hybrid. The players are from Vk, DailyMotion, YouTube, and QuickTime. The…
digiboomz
  • 325
  • 1
  • 3
  • 9
17
votes
4 answers

How can I make fiddles enter full-screen?

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 is my jsfiddle …
Hitesh
  • 4,098
  • 11
  • 44
  • 82
16
votes
6 answers

.NET FFmpeg wrapper for video playback

Looking for an FFmpeg wrapper usable in .NET. The wrapper must support video playback with audio. The following projects are incomplete FFmpeg…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
14
votes
1 answer

Java: Guide to write a custom video codec

I have quite a weird question, but here it is: Is it possible, and are there any guides for writing a custom video codec in C++ or Java? Here's the weird part: I don't need to dive into those tons of info about audio and motion picture I don't…
Tony Bogdanov
  • 7,436
  • 10
  • 49
  • 80
11
votes
2 answers

Does video.js video player supports youtube videos?

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. How to make youTube player to play using this player.
John Melchior
  • 417
  • 2
  • 5
  • 22
10
votes
1 answer

How to add video player for desktop (macOS and Windows) to a flutter

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.
10
votes
4 answers

Creating video player using Java

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. Please help me solve this... I am using the below…
Anna
  • 121
  • 1
  • 1
  • 6
10
votes
1 answer

How to play webm file in iOS video player

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 video tag that means i also cant make it work through…
Hamza aziz
  • 101
  • 1
  • 1
  • 3
9
votes
1 answer

can't find variable: MediaRecorder in safari

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 variable: MediaRecorder". This is my code: function…
9
votes
5 answers

Netflix video player in Chrome - how to seek?

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 but not set in the Netflix player, and when set,…
HerrimanCoder
  • 6,835
  • 24
  • 78
  • 158
8
votes
1 answer

Add Youku Player library in Android application

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 public void onCreate() { …
MrVasilev
  • 1,503
  • 2
  • 17
  • 34
8
votes
1 answer

Play MKV video from remote

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 / AVFoundation let videoURL = NSURL(string: url)! //…
TheAbstractDev
  • 139
  • 1
  • 10
7
votes
4 answers

How to play a List of video in Flutter?

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": 69742504, "name": "BigBuckBunny.mp4", …
Bobson Lin
  • 75
  • 1
  • 2
  • 5
7
votes
2 answers

IOS MPMoviePlayerViewController Loading endlessly

I'm working on a IOS App (With Storyoard). I have a ViewController: //movieViewController.h #import #import @interface movieViewController : UIViewController { MPMoviePlayerViewController…
luca
  • 36,606
  • 27
  • 86
  • 125
1
2 3
49 50