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

Customise AppEngine Image Service Serving Url with type extension

What I would like to achieve is to let AppEngine Image Service to generate a serving URL with file type as an extension. For example, in my local, a serving url may look like: http://0.0.0.0:8898/_ah/img/u4EXyF53eLVd8s5wHrE3tg Is it possible to…
Yudong Li
  • 1,784
  • 2
  • 17
  • 32
0
votes
1 answer

flowplayer, php and javascript: Hide stream name

So i use flowplayer to play rtmp streams, but currently the web view of the stream displays the stream "key" or url. When this is true, other users will be able to "take over" the stream , which we dont want.. So i need to be able to hide the "key"…
Hostse
  • 1
  • 3
0
votes
1 answer

how can i call a flowplayer object method?

i need to apply a method - play() - to a flowplayer object, but it's not working and i don't understand why, how can i do? in the setupContemporaryEvents() function there is the wrong code, suggestions, thank you in advance. this is html:
axel
  • 3,778
  • 4
  • 45
  • 72
0
votes
1 answer

pass variable from url to flowplayer

i am trying to read variables from my url and pass them into flowplayer. for example if my link is: "http://someurl/flowplayer.html?video=mymovie.mp4&time=180" i want to create the video src link using the video varaible and time variable. I tried…
hamza h
  • 355
  • 1
  • 4
  • 12
0
votes
1 answer

Flowplayer change current video with links

I have a flowplayer at the top of my page and then a list of links underneath that link to different videos. Is it possible to load the new video into the player from the links?
0
votes
0 answers

Flowplayer 5.3.0 with Mootols 1.4.5 and jQuery 1.9 conflict

I am building a project that I've built using MooTools. There is a lot of videos built into the design and I've decided to migrate from VideoJS to Flowplayer, because of all the great events and customizable look. Here is how I setup the…
jstoone
  • 36
  • 1
0
votes
1 answer

Force Flowplayer fullscreen on Internet Explorer [iframe]

I've been testing Flowplayer and other media player on a site to see which one fits better the need. Flowplayer is doing the work pretty well, but with the little detail that the player won't give the option for fullscreen for Internet Explorer…
Edwinrif
  • 9
  • 1
  • 6
0
votes
1 answer

flowplayer with splash image not woring with embed code

I have configured one flowplayer with RTMP streaming and embed code generation feature, embed code generation used object based method,the main problem is, i can't add splash image in embed code, I have googled lot but get any solution. if any one…
0
votes
2 answers

How To integrate flowplayer in ext.net2.0?

I try to integrate Flow Player in Ext.net. How to Set Video src in code (.cs file).
Pavan V Parekh
  • 1,906
  • 2
  • 19
  • 36
0
votes
1 answer

Flowplayer 5.2: how to get time from event binding?

I am using jQuery to bind event listeners to Flowplayer 5.2 videos, as follows: $(document).ready(function() { $(".flowplayer").each (function() { console.log("Got a flowplayer: " + $(this)); $(this).bind("ready",…
Amanda_A
  • 323
  • 1
  • 3
  • 10
0
votes
1 answer

How to tell if the Flowplayer has stopped counting

I'm working on a player using Flowplayer. With this player there could be some switching of the video stream coming in to the player with a change in video format and bitrate. The problem now is that when there is a change in the video stream the…
0
votes
1 answer

How can I enable fullscreen in Flowplayer 5.2 that's in an iframe?

I'm building an embeddable player with flowplayer 5.2 and noticed that fullscreen support is gone when it's in an iframe. Those other big players have allowFullScreen in their iframe code but the flowplayer script doesn't see it or I don't know how…
thomas
  • 2,297
  • 2
  • 22
  • 23
0
votes
1 answer

Html5 video not seekable

I dont' really know if this is a SO question or SF question. I'm using flowplayer 5.2.0. The video is prepared for streaming using ffmpeg (moov moved to file head, encoded with h.264 and etc). But, using debug: true option i see the following…
zw0rk
  • 1,406
  • 1
  • 12
  • 15
0
votes
1 answer

(yet another) access iframe js function from parent - Flowplayer

I know it has been discussed a lot a times but I can't find a way to make this work : I launch flowplayer (iframe) through a modal window. When the modal is closed, the sound of the video can still be heard. This modal has an onclose event. The…
kursus
  • 1,396
  • 3
  • 19
  • 35
0
votes
1 answer

how to set metadata in flowplayer

I have the scaling set to "fit" because it scales the video up or down preserving its aspect ratio but the metadata has the wrong width for the video so that means scaling preserves the wrong aspect ratio. I have a video that should be 853x480 but…
Davis Cruz
  • 15
  • 5