gfronza is the guy who's maintaining the project right now, I'm just a watcher hahha
Germano Fronza
@gfronza
😄 @vix-simplex let me know if that doesn't work for you ok?
Vadim Anufriev
@va-anufriev
@gfronza This is not working for me :( I'm described in answer why flavioribeiro/clappr-rtmp-plugin#58
vmm2013
@vmm2013
How to enable pre-roll advertisement using VAST? Please help
Vadim Anufriev
@va-anufriev
@vmm2013 how i know, plugin for ad not written yet - clappr/clappr#1038
Indrajeet Ambadekar
@indrajeet-ambadekar
I am unable to play an audio file in mozilla HTTP "Content-Type" of "application/octet-stream" is not supported. is the error being logged
can someone help me?
Tom Jenkinson
@tjenkinson
Can you provide your code that creates the player? Does it work in other browsers? That doesn't sound like an audio mime type but more of a generic one you can provide the actual one to Clappr if you know what it should be
Indrajeet Ambadekar
@indrajeet-ambadekar
yes it works on other browsers
$scope.player = new Clappr.Player({ source: result, parentId: "#audio_player" });
Tom Jenkinson
@tjenkinson
Ok can you provide the url that's getting passed to 'source'?
Also are you using the latest version of Clappr?
Indrajeet Ambadekar
@indrajeet-ambadekar
yes my version is latest
my source url on request returns "content-type: application/octet-stream" and "content-disposition: attachment"
if a use a sample audio url from the internet, i get "content-type: audio/mpeg" "content-disposition: audio"
the this sample audio plays smoothly
Tom Jenkinson
@tjenkinson
Thanks what's the extension on the url? It would be good if you could provide the url so that we can debug. I think that content-disposition is meant to trigger the download dialog so it might confuse some browsers
I am playing a 6.65GB video on clappr HLS. The initial buffering time is more than 2 minutes. Is this some issue coming in clappr, or is it ok for a 2 minute buffering time for a 6.65GB video?
Tom Jenkinson
@tjenkinson
Any errors in the console? Do you know the size of each of the hls segments
no. the load thime in dailymotion hls wasnt that much
*time
is there a way to configure this in clappr options?
$scope.player = new Clappr.Player({ source: result, parentId: "#video_player" });
is there some settings available in clappr options object?
Tom Jenkinson
@tjenkinson
how about on cdn.clappr.io ?
there are options yes most of them are in the readme on GitHub
Indrajeet Ambadekar
@indrajeet-ambadekar
Can you guide me as to what are the appropriate settings that i need to use
Tom Jenkinson
@tjenkinson
The default settings should work fine. If it doesn't work on cdn.clappr.io then I'd suggest opening a GitHub issue
Indrajeet Ambadekar
@indrajeet-ambadekar
ok
lemme try it out once on cdn.clappr.io
I am unable to play my video on this link
i provide the url in source in the code snippet, and when i hit "run" nothing happens. no errors logged in console as well
Tom Jenkinson
@tjenkinson
But it works on the hlsjs demo page? I'd suggest opening an issue and then someone can take a look when they have time and determine if it's a Clappr bug or not
Vadim Anufriev
@va-anufriev
Hello. How I may play two video files consecutive? When first video complete, second video start playing. If possible, show me html-code on gist/pastebin.
Tom Jenkinson
@tjenkinson
@vix-simplex here is an issue :) clappr/clappr#864
but you might want to add a check if (playlist.length > 0)
Vadim Anufriev
@va-anufriev
@tjenkinson yes, right. I'm updated gist.
Vadim Anufriev
@va-anufriev
Hi, our company think about ad-plugin and I'm need some help. Which API disable reactions for mouse for seekbar? I need disable events for hover and click mouse.
Tom Jenkinson
@tjenkinson
@vix-simplex you should be able to use chromeless: true and disableUserInteraction:true