A lightweight embeddable web media player for streaming content.
0
votes
2answers
35 views
How to return all objects in javascript array
I have a variable that is created by Flowplayer and available via javascript. If I write the variable to the page directly it just returns 'object Object' so I am assuming this is an array. If I ...
0
votes
0answers
14 views
How to redirect user if clicked on flowplayer video clip?
I have this script:
<script>
// set up player
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf", {
// controlbar is initially hidden
plugins: {
controls: ...
0
votes
1answer
11 views
Using Flow Player with ASP.NET MVC 4, “html5: Video file not found”
Here is some code from the view:
<div class="flowplayer">
<video>
<source type="video/mp4" src="~/Content/Videos/HowItWorksRegistration1.mp4">
</video>
...
0
votes
1answer
17 views
how to change flowplayer video using jquery
This is my html
<div data-engine="flash" data-swf="/template/styles/flowplayer.swf"
class="flowplayer no-toggle is-splash minimalist"
data-ratio="0.5625" ...
0
votes
1answer
16 views
Seek function not working on flowplayer
I want a video to start at a specific point (say 30 seconds into it) and I have tried using the seek() function of flowplayer, according to the API documentation .
flowplayer(function (api, root) {
...
0
votes
0answers
30 views
Using Foundation 4 switch with Flowplayer HTML5 video tags
I'm trying to use Foundation 4's Switch method with my Flowplayer html5 video embed.
I had previously been using switch successfully with JW Player 6 using the following method:
Calling the video:
...
1
vote
0answers
11 views
Play DRM protected content inside ADOBE AIR
I'm new to adobe air, and was trying to integrate this (http://flowplayer.electroteque.org/securedrm) plugin to adobe air application. But the video dosen't seems to be playing, using HTMLLoader ...
0
votes
0answers
10 views
Using Google Analytics async with Flowplayer
I'm using the HTML Flowplayer and I want to hook up google analytics to it, which it allows. When I run it I get
_gat is undefined
I believe this is because I am using the async version of ...
0
votes
1answer
18 views
Flowplayer question mark
How can I add a file with a question mark to flowplayer?
I need something like this:
http://maindomain.dev/file.flv?a=someparameter&b=secondparameter
if I add a link to flowplayer does not ...
0
votes
0answers
19 views
HTML5 Flowplayer only plays MP4 video once
I have mp4s that were transcoded using the AWS Media Transcoder 'Web' preset. They only play in HTML5 FlowPlayer once. If I control-click on the Chrome reload button I can sometimes get the video to ...
0
votes
0answers
9 views
Flowplayer send custom header
Is there a way you can set what headers flowplayer should send? I would like to set the referer header but I haven't found anything about sending specific headers for flowplayer.
0
votes
0answers
15 views
umbraco flowplayer change default no video text
I'm using flowplayer and want to change the default text "Video file not found"
flowplayer('myplayer','myvideo.webm',{
onLoad:function(){
console.log('a');
},
errors: [
...
0
votes
0answers
21 views
Flowplayer Error Unable to get value of the property 'pick'
I'm receiving the following error when calling the flowplayer api "play" method when attempting to play another video in the player.
"Unable to get value of the property 'pick': object is null or ...
0
votes
0answers
21 views
flowplayer html5 play button on controlbar missing
I'm trying to add a simple play button to the flowplayer controlbar, but it seems that it's not possible. I tried it with the play-button styling parameter, but no use.
Searching google didn't get me ...
-1
votes
0answers
34 views
How to include video path as “src” in html code from secondary memory like sd card?
I need to include the file path (file:///H:/video/player/video1.mp4) to flowplayer player list(in html code)
Note: for this have to use only Javascript or jquery.
pls... Help me to find the answer...
...
0
votes
1answer
37 views
Thumbnail URL to product image Magento in Flowplayer
I have instead Productimage a Flowplayer which shows Productmovies.
In this extension there is also a small thumbnailpreview:
http://demo.icebergcommerce.com/htc-touch-diamond.html?vgds=3
TAB ...
0
votes
1answer
40 views
current time not working in flowplayer (seeking issue)
<a href="javascript:seek(10)" ></a>
Please see below link I want to current time+ and current time- functionality
http://www.w3.org/2010/05/video/mediaevents.html
1
vote
2answers
123 views
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?
...
0
votes
0answers
20 views
flowplayer video quality depending on bandwith
In flowplayer is there any way to check the user bandwidth and serve video accordingly. The flowplayer docs says to store separate video files for each bitrate (800,1200 and 1600). Is there any way to ...
0
votes
0answers
23 views
Showing a Video, Recording a Video, Same Time, WITHOUT INTERNET
We have a tool which we use in online surveys that lets us show a video and record people's reactions to it... Basically, there is a play button; when you hit play, it begins recording you and playing ...
1
vote
0answers
19 views
I need an equalizer (funny bars) for my live rtmp stream
I have tried to use jwplayer and flowplayer, for jwplayer I have found some equalizers but they don't work for live audio streams, I need to have a "monitor" for my live stream, so I tought I could ...
0
votes
0answers
50 views
Error occurred in a plugin: gatracker, Unable to create tracker: TypeError: Error #1009
Well I'm working on linear channel or live video streaming. Technologies which are used to implement this is symfony 1.4, mysql, flash player and flow player.
I have following problem.
When I enter ...
-1
votes
1answer
29 views
Http Streaming Server [closed]
I want to create an HTTP video streaming model. I am using Air PlayIT to utilize as streaming server.
Using flow player setting the clip configuration as:
clip {
url: 'xxx.xxx.xx.x:xxxxx',
...
0
votes
1answer
69 views
Additional Play Button for HTML5 Flowplayer
I am using the latest version (v5.4.1) of the HTML5 Flowplayer and I am trying to add an additional Play button, so that the video will start with a click on the button as well as with a click on the ...
1
vote
1answer
36 views
Can't disable autoplay after calling .load
I have a page full of video links that when clicked, opens up a modal window with flowplayer inside it. I load the video into the modal by calling the .load function but I can't stop the video from ...
1
vote
1answer
51 views
play videos(added using javascript) inside webbrowser control cause “ error #2148 try loosening flash security setting”
I have to add videos using javascript
I'm creating WPF application and reading html files, i added some javascript functions to files to be able to add multimedia files, the add of images amd audio ...
3
votes
1answer
34 views
flowplayer: coverImage as data attribute
I'm calling flowplayer like this:
flowplayer("a.rmPlayer", "libs/flowplayer/flowplayer.swf", {
plugins: {
audio: {
url: 'libs/flowplayer/flowplayer.audio.swf'
...
0
votes
0answers
26 views
flowplayer/javascript in onKeyPress this.getClip().index returns keycode instead
I'm getting strange behaviour in the onKeyPress Event of Flowplayer Flash.
I'm trying to implment next and prvious functionality using the z(90) and x(88) keys on the keyboard
but in onKeyPress ...
1
vote
2answers
68 views
I have multiple HTML5 flowplayers on a page. How to I make them play mutually exclusively?
I have Multiple HTML5 flow player instances on my page. When I start to play one, then click on another one, the first one doesn't stop. Is there any way to configure it so that only one will play ...
1
vote
0answers
82 views
Flowplayer is not autobuffering but loading whole video
I am using flowplayer to play flash video. I've set autobuffering to true but it is still loading the whole video before playing. I've also tried setting bufferlength: 2, but no better. When using ...
0
votes
0answers
59 views
mp4 not playing on website but works on localhost using flowplayer
I am trying to play an mp4 using flowplayer.
UPDATE ** It appeared that the files were not being loaded, but the issue is with buffering. The file is loading completely before it plays - so it takes ...
1
vote
0answers
288 views
Flowplayer HTML5 Video Not Found
I have flowplayer running on a page in a slight variation of the playlist demo on their site, and for the most part it seems okay.
However, when I pause the video and switch to another video in the ...
0
votes
0answers
31 views
Playing local files in Flowplayer
I started using Flowplayer on my website. I started very basic and it worked great both locally testing in Dreamweaver, and on the hosting server. Then I wanted to start using playlists and the like. ...
1
vote
1answer
39 views
Flowplayer - splash screen for video container using Flashembed
Although there is plenty of information on the web regarding splash images in Flowplayer, I am having difficulty finding anything useful when using Flashembed to embed video. Here is what I have, ...
0
votes
0answers
122 views
pseudo Streaming dll failed to load in iis 7.0
I am getting this error when I add the handlers for implementing pseudo Streaming video mentioned in below url
...
0
votes
2answers
54 views
Flowplayer HTML5 design plugin?
is there any plugin available to enhance flowplayer css? I have been asked to work on my designs and create a replica of the youtube player(only designing aspects like play, a button on progress bar) ...
1
vote
0answers
179 views
How to immediately hide control bar on either JWPlayer or FlowPlayer while video loads
Using the code:
jwplayer('myPlayer').setup({
file: '/somefile.mp4',
'controlbar': 'none',
'autostart': 'true',
'icons': 'false',
'width': '53px',
'height': '43px',
'repeat': 'always',
'mute': ...
0
votes
1answer
74 views
Load video dynamically into Flowplayer from VB codebehind
I have on page load (VB) request.querystring and want to load Flowplayer using the querystring results. I dont know how to get the value from the querystring in codebehind to the flowplayer. Any ...
0
votes
2answers
147 views
How to apply onEnded event for HTML video tag
I have tried the video tag with flowplayer. The code is given below:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js">
</script>
<!-- 2. flowplayer -->
...
0
votes
0answers
32 views
Flowplayer showing overlay error
I am trying to use flow player for click on anchor tag to load an overlay video player. It's giving me a type error that overlay is not a function. I tried all possible version but still problem ...
0
votes
0answers
34 views
mov video with html5media flowerplayer on IE9 issue
We are using a mov file straight from our iphone app. It does not play in IE 9 and it does not use the flowplayer when IE 9 is used. Is there anyway we can force html5media to use flash in IE9?
0
votes
0answers
25 views
flowpalyer onFinish is not working
I am trying to play the video in iOS devices when a button clicks. When I click the button "Play me" it automatically plays the video and then return back to the same page. But I need to redirect the ...
0
votes
2answers
93 views
auto play using flowplayer in ios devices
Is there any way to auto play videos using flow player in iOS devices? I have searched a lot and couldn't find out anything.
I have used the below code to display videos:`
...
0
votes
1answer
159 views
FlowPlayer and MP4 not working in IE9
I have the below flash object where I am using FlowPlayer and I want to try and play a .MP4 video.
<object type="application/x-shockwave-flash" ...
0
votes
1answer
152 views
error of streaming video using fluent-ffmpeg node.js module
I am running the fluent-ffmpeg sample to stream the video, which works well. Now in contract show the video in flashe version based flowplayer, I am now using html5 version flowplayer, but it said the ...
1
vote
0answers
272 views
Flowplayer Secure Streaming (via PHP): MP4 videos not Pseudo-Streaming (FLVs do)
I've ran into a problem with MP4 secure pseudo streaming.
First of all, a couple of FACTS for you to get the idea:
I'm using Flowplayer
I have mod_h264_streaming installed and working.
I have ...
0
votes
0answers
11 views
Flowplayer - skinning and adding things to controlbar?
Would like to get Flowplayer to work the right way. I find their documentation to be awful and really confusing...
How can I add a bitrate menu in the controlbar? They support playlist, but all are ...
0
votes
0answers
272 views
Desktop streaming to Wowza server using ffmpeg
Recently, I'm trying to utilize ffmpeg for streaming live desktop screen to a Wowza media server.
I have partial success on the subject so far:
I've managed to record desktop screen using the ...
1
vote
0answers
33 views
is it possible flowplayer first play with html5 then flashplayer
My videos are in amazon and i want to play this video by flowplayer or jwplayer.But my requirement is the video first try to play in html5 if it not possible it will go for flash mode.
I need a ...
0
votes
0answers
76 views
Flow Player 5.3.2 : can not able to set Scaling parameter
I want to set my video as scale ='fit' .. but nothing is happening
My code is :
<div id="actualLargeVideo" >
<f:verbatim>
<div ...

