Questions tagged [flowplayer]

A lightweight embeddable web media player for streaming content.

A lightweight embeddable web media player for streaming content.

Homepage: http://flowplayer.org/

610 questions
22
votes
1 answer

What bitrate is used for each of the youtube video qualities (360p - 1080p), in regards to flowplayer?

When using flowplayer with the bandwidth check plugin , you need to state the bitrates for the different video quality. Here what it looks like: // the bitrates, video width and file names for this clip bitrates: [ { url:…
user2650277
  • 6,289
  • 17
  • 63
  • 132
21
votes
2 answers

How to stream with ffmpeg via http protocol

I'm currently doing a stream that is supposed to display correctly within Flowplayer. First I send it to another PC via RTP. Here, I also checked with VLC that the codec etc. arrive correctly, which they do. Now I want to expose this stream to…
Boehmi
  • 951
  • 3
  • 9
  • 20
15
votes
2 answers

Flowplayer Video Progress Tracking?

Using the FlowPlayer API, is there a way to capture Video Progress? I'm looking to capture the progress of the video so I can fire events to the page at certain points in the Video. In Flash, there is Progress Event that fires every frame, and I was…
Lounge9
  • 1,213
  • 11
  • 22
10
votes
2 answers

Flowplayer Secure Streaming with Apache

Update: This is now a tutorial on how to give some level of security to streaming videos if: 1) you are using Flowplayer with Apache 2) you don't want users to be able to download the video (streaming only) 3) you don't want users to be able to put…
phpKid
  • 333
  • 1
  • 4
  • 14
8
votes
2 answers

How to download streaming video from xhr

I'd like to download a video from a site that uses flowplayer. When I inspect the element, I get something like: So we can say this video is streamed via xhr. Is there a way to get full video from these files? I tried Flash Player Downloader and it…
Choletski
  • 7,074
  • 6
  • 43
  • 64
8
votes
1 answer

How to use Flowplayer functions in a content script?

I am trying to write a Firefox add-on for personal use and to learn a bit more about both JavaScript and the Firefox Add-on SDK. The add-on should open a vivo.sx URL and then automatically start the player, but I have 2 issues. I hope you guys can…
8
votes
2 answers

embed quiz into html5 video - cue points in a rich customizable player

Coursera has these interactive questions in the middle of their video lecture how could I go about implementing this myself, or better yet, does this feature exist for public use somewhere? Furthermore, I'm trying to decide which HTML5 video…
Cel
  • 6,467
  • 8
  • 75
  • 110
7
votes
1 answer

Video hosting platform or CDN with streaming video, which and why?

I am in the process of putting together a video based subscription site and have been researching options for a while now. It seems as if I can go with a video hosting platform such as Brightcove, Ooyala, Viddler, Wistia, etc. or go with a CDN like…
Dave Moore
  • 71
  • 1
  • 2
7
votes
1 answer

How to use FlowPlayer to show YouTube videos

A post on the FlowPlayer.org forum says: It is technically possible to stream YouTube videos directly with Flowplayer ... but doesn't give an example :( Here is the related post: http://flowplayer.org/forum/7/17501 How can I use FlowPlayer to…
edt
  • 22,010
  • 30
  • 83
  • 118
7
votes
7 answers

Responsive video player

I need a video player for responsive layout website which is developed by using bootstrap. That means when i do re-size the screen or viewing the page in different size screens the player should be automatically fit to the screen. I had tried with…
Logan
  • 1,682
  • 4
  • 21
  • 35
6
votes
1 answer

Does anyone know status and future of the JQueryTools library? Is project abandoned?

We use JQueryTools library (http://flowplayer.org/tools/index.html), but haven't seen any progress in last 12 months or so in terms of new development or bug fixes. There is no place on the website where I can find contact information to send in a…
smallworld
  • 910
  • 7
  • 15
6
votes
2 answers

How to remove / destroy a flowplayer instance?

After create a flowplayer instance like this: $f("player", "flowplayer.swf", "my-video.flv"); When remove the container element directly, $("#player").remove()(using jQuery), I found the $f("player") still there. How to remove the instance really?
dencey
  • 1,041
  • 17
  • 25
5
votes
1 answer

How to enable byte-range http requests in IIS

I am currently trying to stream a .mp4 file on an iPad using FlowPlayer. I cannot stream any mp4 video in flow player when I am using my iPad, but it works perfectly fine in the browser. If I reference one of the sample videos from…
anthonypliu
  • 12,179
  • 28
  • 92
  • 154
5
votes
2 answers

How to restrict fetching hls segment files on pause in Safari (MacOS and iOS)

We generate hls files with segment size of 3 seconds. We use hlsjs for non Safari browsers and Safari has native hls support. In hlsjs world we were able to restrict how much ahead we should be in terms of buffer using maxMaxBufferLength, where as…
Charan Kumar
  • 553
  • 2
  • 13
5
votes
3 answers

Prevent Video downloading

i want to know how can we prevent others to download the videos in my site. My site has the option of video uploading (in flv or mp4 format. Admin will upload them) and users can view the course videos online (using flowplayer) once they pay some…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
1
2 3
40 41