Forum Replies Created
-
-
10 years ago in reply to: Quality Switching issues in Firefox
I’m sorry,
I forgot version:
firefox: 34.0.5
max os: 10.10.1 (14B25)
FV flowplayer: 2.3.8
Fv pro: 0.1.17.1Thank you
10 years ago in reply to: _fv_flowplayer dataHi Alec,
we would like to buy a pro support but form for european vat is broken.
We wrote you via contact form but we haven’t receive response.How we can buy a pro support?
Thank you.
David10 years ago in reply to: _fv_flowplayer dataHi Alec,
thank you for your response. I dont understand why we need to bougth pro support if we have bought commercial license!!!
10 years ago in reply to: _fv_flowplayer dataHi Martin,
thank you for your response. I’ve checked this option and I manually regenerated option with 1 ID but video duration checker is still stalled.
I’ve read again your advice on moov meta data etc etc but nothing.I don’ understand why other 20 videos has checked correctly.
Thank you10 years ago in reply to: _fv_flowplayer dataHi Martin,
I’ve a simple problem, I’ve Currently 59 videos in database and 377 posts in queue. Cron run every 5 minutes but videos in queue are ever 377.
I dont’ understand why. Can you hel me?Thank you.
DavidHi Martin,
thank you for your response.
But a chromeless Flash player for HLS will be compatible with all devices and not only iDevices?
Hi Martin,
thank you for your response.
We work on LMS platform and we need that user cannot download video. Now we use encrypted url but I don’t know if there is a more secure system to protect video.
What do you think?
Thanks
DavidHi Martin,
thank you for response. Version 0.1.8.3.1 solve this bug.
I’ve wp_debug turned on because it’s a dev area not production.
Thank you.
Hi Martin,
thank you for your response, I think is a playlist bug (we don’t use playlist). In the source code we get this
<!– #fv-flowplayer-playlist–>
<table style=”display: none”>
<tbody><tr id=”fv_wp_flowplayer_add_format_wrapper”>
<th scope=”row” class=”label” style=”width: 19%”></th>
<td class=”field” style=”width: 50%”></td>
<td class=”field”><div id=”add_rtmp_wrapper”><span id=”add-rtmp”>+</span> Add Playlist Item</div></td>
</tr>
</tbody>
</table>
<tr
<b>Warning</b>: Illegal offset type in isset or empty in <b>/home/piuchepu/public_html/assets/plugins/fv-player-pro/fv-player-pro.php</b> on line <b>779</b>
style=”display: none”>
</trP.s: I’ve tried to resave plugin options but I get this error again
Thank you for your support
Hi Martin,
I’ve update plugin to the last version (fv:2.2.17 – fvpro:0.1.8.3) and I get error again
Warning: Illegal offset type in isset or empty in /home/piuchepu/public_html/assets/plugins/fv-player-pro/fv-player-pro.php on line 779
style=”display: none”>Thanks.
DavidThank you
thank you too for the support
10 years ago in reply to: _fv_flowplayer dataHi Martin
I have same problem. I think that the best way is to hide backgound when playing and to sho when is finish.
What do you think?
10 years ago in reply to: _fv_flowplayer dataHi Martin,
I’ve page list and I need to show video length near this page list. I’ve only one video for page.
@Alec yes people should know the video length but after that they opened it.
I think best solution is implement my custom function with getID3 library without modify plugin.
Thank you.
10 years ago in reply to: _fv_flowplayer dataHi Martin,
Thank you for your response, What do you think to get this info with cron? Might be a good idea?
If we have a video on amazon, to get info (time etc.) we can download file locally, get info and then remove file?
Have a good day.
David10 years ago in reply to: _fv_flowplayer dataHi Martin,
I’ve bought a pro license, Can you help me to implement this feature?
Thank you for your time.
David
10 years ago in reply to: wp_ajax_ do_shortcodeHi Martin,
Ok I’ve understand that with this method I can play video
jQuery(‘.flowplayer’).flowplayer();
var api = flowplayer();//with this we get first instance of player
api.load(); //play videoapi.play() //not load video
jQuery(‘.flowplayer’).flowplayer().load() //return error undefinedif I’ve more info I share here
10 years ago in reply to: wp_ajax_ do_shortcodeYes I have //cdn.foliovision.com/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js?ver=2.2.7 in the footer
10 years ago in reply to: wp_ajax_ do_shortcodeHi Martin,
thank you for your response. Soon I’ll buy license for our project.
I need to use ajax to load content but I currently use a loophole like this
$(‘.content’).load($(this).attr(‘href’)+’ .flowplayer’,function(){
jQuery(‘.flowplayer’).flowplayer();
});
And this loophole does work.
But I don’t understand why if I call jQuery(‘.flowplayer’).flowplayer().play(); I get an error: Uncaught TypeError: undefined is not a function
If I use this after jQuery(‘.flowplayer’).flowplayer()
var api = flowplayer();
api.bind(‘ready’, function() {
alert( ‘Video just started!’ );
});
I doesn’t see alertThank you
10 years ago in reply to: wp_ajax_ do_shortcodeHi Martin,
I did some debig and seems that not all file are loaded in ajax envirovment.
In my ajax call I had to include controller/shortcodes.php but I get
Fatal error: Call to undefined method flowplayer_backend::build_min_player() in /fv-wordpress-flowplayer/controller/shortcodes.php on line 182Then I re-initialized again $fv_fp = new flowplayer_frontend(); in controller/shortcodes.php for testing pourpose and I get splash screen correctly but with error
Admin warning:
I’m sorry, your JavaScript appears to be broken. Please use “Check template” in plugin settings or order our pro support and we will get it fixed for you.10 years ago in reply to: wp_ajax_ do_shortcodeHi Martin,
thank you for your response. I’ve tried with my custom shortcode, with [gallery ids="2377,2376,2374"] shortcode, and all it’s ok. I don’t understand why with fvplayer shortcode doesn’t work.
My test: when click on link, I call ajax function that return do_shortcode(‘[gallery ids="2377,2376,2374"]‘) and replace div with html response and I see gallery image
When I use do_shortcode(‘[fvplayer src="http://amazonaws.com/test.mp4" width=500 splash="http://site.com/wp-content/uploads/2013/02/videoAnteprima-thumb.png" splashend=show]‘) and replace html, I see shortcode as string and doesn’t convert as video.
I’ve checked that calling floplayer_content_handle() function (/controller/shortcode.php) I get this:
Fatal error: Call to undefined function flowplayer_content_handle() in ajax-functions/init.php on line 57I think that flowplayer doesn’t load in ajax envirovment.
Can you help me? Thank you
10 years ago in reply to: wp_ajax_ do_shortcodeI’ve tested it with other shortcode and it’s ok. What’s wrong with fvplayer shortcode?
Thanks
David
11 years ago in reply to: _fv_flowplayer data