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
0
votes
2 answers

Need to remove scrollbar displaying in IE8 for embed player

I'm using gigya service for video embed... If some one paste the following code in his wordpress page or post then horizontal and vertical scrollbar is displaying only in IE browsers....Working fine in Firefox and Chrome.. Here is the code:-…
Gaurav
  • 341
  • 4
  • 18
0
votes
2 answers

flex how to control the audio volume of a video

I have code like this: private var video:Video; ... private function init():void { ... nc = new NetConnection(); nc.connect(null); ns = new NetStream(nc); ns.play("my flv url"); …
Omu
  • 69,856
  • 92
  • 277
  • 407
0
votes
1 answer

Custom Video Seek Bar Control in Flex 4

I am creating a custom video player in Flex 4. I need to create a custom seek bar such that it has three layers, same as the youtube video player has. First layer is the background, second layer is the download progress and the third layer is the…
Ali Rizwan
  • 182
  • 2
  • 13
0
votes
0 answers

Set screen resolution for html5 video player

I need an API to find screen resolution in JavaScript then pass it html5 video player. I tried //document.write(screen.width+'x'+screen.height); But its not working for me.
0
votes
1 answer

Flowplayer video keeps playing in background hidden span

Here its the index file (javascript) $(document).ready(function(){ player("video-1.mov","player1"); player("video-2.mov","player2"); player("video-3.mov","player3"); }); function player(video,id) { flowplayer(id,…
Darshit Gajjar
  • 746
  • 4
  • 13
  • 26
0
votes
2 answers

esc from fullscreen using video in full screen minimizes whole app in flex

I have an application intended to run in full screen mode. In order to prevent it from getting out of full screen I did: protected function windowedapplication_preinitializeHandler(event:FlexEvent):void { …
sstauross
  • 2,602
  • 2
  • 30
  • 50
-1
votes
1 answer

Play a list of media (video/audio) items on iOS

I'm developing an iPhone App and I need to implement a player to play a list of media (video/audio) items. Following is a screenshot of player I have captured from an another iPhone app, I found many apps playing video/audio using a player has…
bandw
  • 879
  • 2
  • 11
  • 30
-1
votes
0 answers

What will be the best way for rendering video in vue 3? Can you suggest me custom video player or packages?

I want to showing video in my vue 3 frontend. I searched but couldn't better video player in vue 3. I tried video js player and video player by surmon-china. I want more better and efficient solution. Solution can be both of composition api or…
-1
votes
2 answers

How to play a Video in flutter using network link

I have a video link and I want to play video in flutter how can I play? I try using videoplayer plugin but its not work with this url - "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" but I can play with this url…
Ravi Taak
  • 38
  • 5
-1
votes
1 answer

Fix preview timeline - video player HTML/CSS/JS

I created a player using HTML/JS/CSS, which I uploaded , specific use on the real server , the player works correctly on high resolution (PC), but not working properly on mobile, for example, the preview does not work when hovering over the…
user12580002
-1
votes
1 answer

PHP send video stream to custom format default html5 video player

1.) Is it possible to use CSS and modify default html5 video player, when sending mp4 from PHP script? I call link to video from HTML ... My Video ... and play.php sends back video like this:
DenisZ
  • 171
  • 1
  • 11
-1
votes
1 answer

How to play local video in HTML5 using video path

Without using input file please help
-1
votes
1 answer

How to play video url from api request in flutter , i used video player package but not include back or exit screen?

I have Ali Json then there object called video I include url video so how to display this url in app , I use video player but full screen not work and can't control on ui to add button exit or button back in ui video player .
DevName
  • 1
  • 1
  • 1
-1
votes
1 answer

How Google Drive, Dropbox and etc can stream any uploaded video file format in your browser

I have a theoretical question on how cloud services or VOD services are streaming their video files. For example you can upload almost any video format in Google Drive and DropBox and then through their web app you can play it. How you can do that…
Julian Docev
  • 119
  • 9
-1
votes
1 answer

can HTML play streaming video from URL?

I have this URL: http://31.220.1.190:8080/WuYC3qhd9/65udrOt48Y/197939 I got it from a m3u file.This url runs Ok with VLC media player. Is it possible to play this URL by Html or Javascript? Or is it possible to play a m3u file by Html or…
Moonzarin Esha
  • 249
  • 1
  • 3
  • 5