Code

Discussion on Stellar Video Player

Discussion on Stellar Video Player

Cart 244 sales

_CreativeMedia_ supports this item

Supported

This author's response time can be up to 1 business day.

112 comments found.

Can I exit a video and then resume playback from the same moment I had left before?

HI,

player will load video from beggining on page load. Depending on which videos will you use, we can make custom work for that feature, for that please email here:https://codecanyon.net/user/_creativemedia_#contact,

Cheers

Hello is there a possibilty do add a skip videos for users? Say the player has 100 videos and the user likes only half of them to watch, could there be a skip function of any video? That would be killer and I would pay extra for that of course! The manual skip is of no use because the videos will be music videos so it is like making a favorite list and wait all to play in shuffle!! Thanks

Hi,

of course, please email us here: https://codecanyon.net/user/_creativemedia_#contact for custom work :)

Cheers

Can we play multiple audio and subtitle with a single video. like you can see in this example https://alucation.alugha.com/videos/. Please click on the globe icon to see multilingual audio and subtitle with single video.

Hi,

No, but we have Elite video player that supports subtitles: https://codecanyon.net/item/elite-video-player-wordpress-plugin/10496434.

Subtitles are not “multilingual” but you can have multiple videos with different subtitles in the same page, if that helps.

Subtitles example: http://creativeinteractivemedia.com/player/Elite_video_player/subtitles-video/.

Also, we have another video player with multilingual subtitles support, see example: http://preview.codecanyon.net/item/responsive-video-gallery-youtube-html5-subtitles/full_screen_preview/6247972

Cheers

Hi. I plan to use this in an App. Can I use this in an App where I show OTT using this completely?

Can I sync this with Google Admobs or Adsense to get advertisers?

Hi,

this is jQuery plugin for web, not for mobile apps.

Cheers

Any login features for members

Hi,

there’s no login features,

Cheers

how the hell do you install this? why not a simple installation like other wordpress plugins?

I think i brought the wrong plugin…i needed the wordpress version.

Hi,

this is jQuery (html) version. You need to buy wordpress version, here: https://codecanyon.net/item/stellar-video-player-wordpress-plugin/20939246,

Cheers

How to insert 2 players with video from YouTube on 1 page?

Hi,

very easy, you can insert unlimited multiple players in same page, by calling the plugin with following code:
$(document).ready(function($)
{
   videoPlayer1 = $("#Stellar_video_player1").Video({
        //player1 options here...
    });
   videoPlayer2 = $("#Stellar_video_player2").Video({
        //player2 options here...
    });
});
etc...

We can send you example if needed, contact us here: https://codecanyon.net/user/_creativemedia_#contact,

Cheers

You are the best!

Hi, How to center this player on ,,fixed size,, ? Or little move to right or left or down ?. Thanks, i am amateur :)

Hi,

depends on your page structure. Please email here https://codecanyon.net/user/_creativemedia_#contact your test page so we can check,

Cheers

Hi After purchasing it, I want to use it with @Playtube Video Sharing Platform but I cannot add this player to my existing application. The player seems not working fine.

Thanks,

Email sent, please check,

Cheers

Hello, I still cannot embed this player with my existing website. Can you help, please?

Hi,

sure, just sent you wordpress version of Stellar video player, please check your email,

Cheers

Hi I just updated Stella player, and all my players from webpage are gone. Why ?

Hi,

we will check asap, maybe something went wrong in upload process, thanks!

Cheers

hi, can i play Facebook Video here? thanks

Hi,

videos from Facebook can’t be played directly, since they are have hidden url.

To use videos from Facebook, you need to download them and than you can use them, here’s example.

Cheers

hi. can you helpme with openload files? because the example in the tutorial contain an Ip that expires.

Hi,

just tested my video and works fine, i’ll test later again, thanks.

Cheers

when you create the link, it works, but only temporary, because of the ip. if you test it in your phone with another network, it won`t work. if you send me the link you generate, i will send you a print screen of “wrong ip” message

I bought the wrong version, I wanted to buy wordpress could you change please?

Hi,

sure, please check your email :)

Cheers

Hello, congratulations on a job well done. When I set the option playlistBehaviourOnPageload to ‘closed’ the player starts visually deformed, after I click on any option it goes back to normal. What could be happening?, maybe I should join that option with another? Thanks in advance

Hi,

please email us your page here https://codecanyon.net/user/_creativemedia_#contact so we can check, thanks!

Cheers

Support Chromecast and subtitle?

Hi,

check our Elite video player for subtitles support:http://creativeinteractivemedia.com/player/Elite_video_player/.
Chromecast support coming in the next update.

Stellar player will also support subtitles and chromecast in future,

Cheers

hi, thank you so much for the codes, its really works when i set the VideoType to HTML5, but when i switch to videtype Youtube, the codes does not run. How can i do to run also in Youtube, Thank you for support, i will share my link after it has good running. :)

HI,

that code was for the self-hosted videos.
This code is to detect Youtube video ended:

$(document).ready(function($)
{
    //create player
    videoPlayer = $("#Stellar_video_player").Video({  });

    //call video ended
    videoPlayer._playlist.onPlayerStateChange = function(event){
        if(event.data === 0){
            alert("youtube video ended")
        }
    }
});

Cheers

Thank you so much, it is now fully running. I rate your support and items. I give 5 star. Thank you for help.

how to call function onFinish?

hi, thank you for the code, i try to run my videos with that code but its not called, even the link i try, The videos was good in running only the Bind ended have error not run, here is my codes. https://prnt.sc/p2k97o thank very much

Your code is missing some options, please look at the index.html file in download package how html structure should look like, and, don’t delete options of player.

As i see, you haven’t set mp4 video url and video type is wrong. If needed i can email you working example.

Cheers

Just emailed you an example, please check your email :)

how to set volume = 0 or muted?

HI,

volume can be set in the code, default is 1. Or enable Autoplay option and than video will be muted. Let me know if you need code adjustments.

Cheers

Hi, I have already purchased this player but my mdroll add defaulty not playing can tell me how play midroll defaultly with play option.

Hi,

here’s example of midroll settings:
midrollAD:true,                                                                  
midrollAD_displayTime:"00:02",
midrollGotoLink: "http://codecanyon.net/",        midroll_mp4:"http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp4" 

Cheers

hi, how to redirect to a new page after the video was finish instead of stop, so that it will redirect to new page and play again.

Hi,

after video finish there are few options: “Play next video”, “Restart video”, “Stop video”.

You can play again like this:
onFinish:"Restart video",

If you need to redirect to another page that is possible only with additional code.

Cheers

hi, is that possible if onFinish redirect to new page like this (onFinish:”http://www.google.com”) or how to do that on Javascript? thank you for support

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey