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

Xamarin.Forms.VideoPlayer Capture

I want to get the screenshot while video is playing. Xamarin.Forms.VideoPlayer did't provide the capture method. So I use DependencyService to call my ios Capture method below public class ScreenshotService : IScreenshotService { public byte[]…
-1
votes
1 answer

continuously playing video list like a tv channel

i didn't find a easy way to explain this but i need to play videos from my hosting or youtube and make it look like a tv channel in my website . meaning if two users for example enter at the same time from different places they will watch the same…
-1
votes
1 answer

videojs basic implementation within a function

I would like to implement a basic code which runs videojs(http://videojs.com/getting-started/) upon a click. Implementing without a function works. But when I make it within a function (create DOM elements and attach them to the body), it does not.…
Zevs
  • 21
  • 1
  • 4
-1
votes
1 answer

"Use of unresolved identifier: 'present'" video player in Xcode

I was trying to make a video player in Xcode by following a youtube tutorial as I'm very new to coding but it keeps saying "Use of unresolved identifier: 'present'" import UIKit import AVKit class VideoP: NSObject { @IBAction func vidButton(_…
Laurcode
  • 17
  • 4
-1
votes
1 answer

c# - how to completely embed a video to my windows forms application

for the past 2 days, i have been searching for a way to embed a video from my computer into my application completely so that i can send the application to other and they wouldnt need internet to play it. the only results i got when i searched for…
-1
votes
1 answer

video with javascript and html

So for the past few days I've been messing around with javascript and html. On html 5 video tags. I wanna create a solid video-player without jquery. I have had a look at different tutorials regards custom controls like volume, play and pause and…
ronoc4
  • 625
  • 2
  • 6
  • 21
-1
votes
1 answer

How to test net speed in actionscript 3.0 web application

I made a web media player for video playing in actionscript 3.0 . My video data are put on cdn server . I have more than 3 cdn servers. How can I do a test before playing video and choose the best one for user? Now , in my project I just given a…
-1
votes
2 answers

How to add video player navigation for videos in html

I need to add video player for my video files. Can any one help me to add? Is there any free players on web?
user286088
  • 1
  • 3
  • 8
-1
votes
1 answer

Play videos from iPad with out import into my app

In my app I want to play already saved videos from user's iPad. normally we use UIimagePickercontroller for import assets in our apps. but in my case i want to play video file without importing or saving in my app. i already check the…
-1
votes
1 answer

Brightcove video.js doesn't supported VAST tag

Brightcove 2013 video.js doesn't supported VAST tag. Its only supported 2011 Zencoder video.js. How to run Brightcove video.js with VAST tag. anyone know this, please help me.
Gsk
  • 193
  • 1
  • 10
-1
votes
2 answers

Cannot play flash in android web view after many try

I am doing an android app which shows my website in the webview. My website contains a flash player for playing movie. Here is the link which contains the flash player and I want to display on the webview. After reading many articles, I have tried…
-2
votes
1 answer

Why doesn't a .ts file play?

I'm trying to download a video from this URL: https://world-vod.dchdns.net/hlss/dch/218-1/,h264_LOW_THREE,h264_LOW_TWO,h264_LOW_ONE,h264_MEDIUM_TWO,h264_MEDIUM_ONE,h264_HIGH,h264_VERY_HIGH_ONE,.mp4.urlset/seg-54-f7-v1-a1.ts I can download the file…
-2
votes
1 answer

Making an app like Udacity - How to host video files?

I'm building an Android app that works similar to Udacity app. My requirements All my videos should only be viewed via the app. I will be using my own video player inside the app, and I want the option to choose quality of video (Like in YouTube…
-2
votes
1 answer

HTML5 - Free video player in html5

I have videos locally in my web server and I want to embed it into a html document. I want to have a player to allow the user to stop the video, to control the sound, to continue seeing it. Do you know any video player free to achieve it?
MrScf
  • 2,407
  • 5
  • 27
  • 40
-2
votes
1 answer

MediaElement.Source throws 'System.InvalidOperationException'

I'm writing a WPF application and I have a MediaElement-Property called VideoPlayer in a class called ViewmodelVideos. When I say ViewModelVideos.VideosPlayer.Source = new Uri(text); I get an exception: Exception thrown:…
murkr
  • 634
  • 5
  • 27
1 2 3
49
50