sannytcg
Forum Replies Created
-
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
How can I remove the embed option and full screen option from any video. There is no setting to disable this.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDJust to add, when I full screen the player it starts playing and continues play even after minimizing the player but when it loads and clicked to play it do no work.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi Ulrich,
Just an issue found, when I resize player to a width it do not work but when I remove it works.
Here is not working example because of fix width.
Please let me know.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
Yes it is working great but one more question raised that i need to know. As because it a a web radio URL and it has various attributes like playlists/channels, Artist name and few other also.
Can it be possible to show it when the player playing.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
Yeah that was working and yes it is working too in my website but not sure why it wasn’t working and was showing blank earlier.
Anyways, thank you so much.
Thanks
SannyForum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDSorry, Please try now.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
I have used shortcode with this page, but its not working.
https://202.54.73.243/web-radio/#flowplayer-video-326
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi Ulrich,
I am still waiting for your reply. Please clear the last query.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDThank you. Worked, 5 start rating for your plugin and support.
At the end, one more last question:
1) We have a web radio link and it is in both HLS and RTMP but not working with your plugin.
Here are the links:
Radio url for streaming (HLS):
https://saregama.live-s.cdn.bitgravity.com/cdn-live/_definst_/saregama/secure/live/channel_401/playlist.m3u8?e=1462083364&h=9ab1ff4fa6e15c8415eb2638b8ce34dbRadio url for streaming (RTMP):
rtmp://saregama.live-s.cdn.bitgravity.com/cdn-live/saregama/secure/live/channel_401?e=1464203806&h=d0cd21e3da5ab2144cd4c7b21424a4b5Can you please tell me if this can work with your plugin or we will still interested if there is any premium solution for this.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
Yes the CSS worked this time and thank you for that but still the video did not work even after I added filter as you’d told;
add_filter( 'fp5_filter_has_shortcode');
Am I still missing something?
Thanks
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
Thanks for the reply.
1) Here is the page link https://202.54.73.243/contact-us/ (used with shortcode) I am working on and below is the CSS I have used but it still shows black screen play:
.flowplayer-video-323 .fp-engine { z-index: -1; } .flowplayer-video-323 { background-image: url(//drive.cdn.flowplayer.org/146325/46415-snap.jpg); }
2) I used this code:
$atts['hls'] = get_post_meta($post->ID, 'hls_url', true); echo fp5_video_output( $atts );
but it was not working but when I tried to echo with shortcode then both shortcode and the function executed.
I want it to execute without calling shortcode, I guess it do not load all files when I call echo fp5_video_output( $atts ).
3) I checked in your website that you provide AUDIO player for flash, is there anything that is only created for HLS audio?
We are planning to buy the single site license, please help us making things clear ASAP.
Thanks Sanny
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Splash Image to the ENDHi,
Thanks for your quick reply.
About 1:
No I didn’t like it this way rather I want in such way link I can only call VIDEO URL from custom field and pass to your function. Like below;
$atts[‘video_url’] = get_post_meta($post->ID, ‘hls_url’, true);above will return such url(https://saregamawsa.bc-s.cdn.bitgravity.com/cdn/_definst_/saregamawsa/secure/174228/INH109438860.mp4/playlist.m3u8?e=1462083066&h=377d3ec95cd687b6017812ff496d899c)
echo fp5_video_output( $atts );
About 2:
That CSS did not work and continue shows the black screen play, yes I replaced the ID with the video ID.Thanks Sanny