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
1 answer

Error from Firefox on HTML: typeerror:vlc.playlist is undefined

I have written a code for a vlc player in HTML and JavaScript to stream live video, and it works perfectly fine in IE but when I try it in Firefox an error comes up saying typeerror:vlc.playlist is undefined I went over my code over and over and…
0
votes
1 answer

simple custom video player for ios

I am developing an app in which I wanna show the tutorial on how to use the app. For that need a custom video player which should look simple with a single play/pause button, a seeker and a stop button. I have tried some video…
Rajesh
  • 937
  • 1
  • 8
  • 14
0
votes
1 answer

Brightcove account how to get a list of playerKey/playerID

We are trying to provide the end user a easy way to select both a video and a player to be displayed on the final HTML page. Is there a way to programmatically get a list of all players (playerKey/playerID/playerType) for one account? If not, is it…
thorin
  • 83
  • 1
  • 4
0
votes
1 answer

videoPlayer plugin not working on cordova 2.7.0 - Android

I can't seem to get the video player working for Android on Cordova 2.7.0. I've attempted to use the videoPlayer plugin at https://github.com/macdonst/VideoPlayer. I've spent several hours trying to get a "hello World" type video playback to work…
0
votes
2 answers

Play MP4 video using JMF

How to play MP4 video using JMF? I am creating Java application. I want to play MP4 file using JMF. I tried to play MP4 file but it throws exception Could not create player for filename.mp4 Mpg format working fine for me. But I have only MP4…
Manoj
  • 3,947
  • 9
  • 46
  • 84
0
votes
1 answer

Netstream Pause/Unpause Notify will never fire when play video through HTTP

This is so strange that I have no idea how to search it specifically. I googled it and there seems to be that someone has already asked this but no solution replied. The video file is on the server, say, http: //xxx.com/xxx.flv, and I play it using…
0
votes
1 answer

how to play video from raw folder in android?

Hi All I want to play video in android from raw folder in native player .I able to play video from sd card and server url. But if my mp4 is in raw folder its fire exception. Can somebody help me. My code is here. Uri uri =…
Avneesh
  • 96
  • 1
  • 7
0
votes
2 answers

How to play videos in nintendo 3ds browser which does not support HTML5 or flash?

How can I play videos in a webpage in the Nintendo 3DS Browser? It does not support any kind of video playing plugin. Could some JavaScript load still images or GIF files in a row to simulate a video playing?
Hiccup
  • 101
  • 1
  • 2
0
votes
0 answers

[Qt]Prevent display from turning off due to inactivity when watching full screen video

I'm writing some videoplayer based on Gstreamer... When Application go to full screenmode after some time display goes off... how modern players not allow sreen to switch off? and is it possible to hide coursor ?
Ruslan F.
  • 5,498
  • 3
  • 23
  • 42
0
votes
1 answer

How to stop or remove videostream from Flash Builder View

I'm having problems getting the video stream generated by this view to stop once the user either attempts to click the back button or changes view. Can someone help us figure how to add a stop to the exiting back button so that when clicked the…
0
votes
1 answer

Play Video file other than MP4

I want to play video files other than MP4 in my code is there any way to do it? Even if there was any would apple allow such app in the appstore Thanks in advance Regards Nitesh
Nitesh
  • 1,389
  • 1
  • 15
  • 24
0
votes
1 answer

How do I Start html5 video paused then after user begins video then autoplay?

I've created a html5 video playlist. When the page first loads I want the video to be paused, so the user has the choice to begin the autoplay sequence. Code: