Jump to content

(NE) HTML5 Audio/Video Player

Featured Replies

Hi @Nathan Explosion

I just installed the latest version of this plugin to my website which is using IPS 4.4.3 and I can't get the settings page to open. Every time I click the edit icon, I got the following error message:

 

Capture.thumb.JPG.817c9bfe9ebb3989a4d0a125656f9172.JPG

 

I tried uninstalling and installing several times, as well as all available versions you have for downloading, and I keep getting the same error.

Thanks for any help.

Edited by LDDG

  • Replies 386
  • Views 36.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Nathan Explosion
    Nathan Explosion

    v2.1.2 is currently pending approval FIXES Fixed issue affecting IPS 4.6.x where audio file attachments would not be converted to an audio player despite configured to do so

  • Nathan Explosion
    Nathan Explosion

    Please, please, point them at this discussion and request that they actually read it - because the moment you mention this application, they will switch to "3rd party issue" mode.

  • Nathan Explosion
    Nathan Explosion

    It's not compatible with 4.5 in its current state (compatibility for the plugin doesn't indicate 4.5 as supported) Yes, it will be upgraded to support 4.5 now that 4.5 has been released - probabl

Posted Images

  • Author

ACP access please.

  • 1 month later...

Quick query @Nathan Explosion just bought the plugin and it works as says except for one small issue. In Chrome 75.0.3770.100 the no download setting is not working as you can see from the image below the download option is still available:

image.png.0941a877c8e1ed27b093742825b57c6c.png

 

This is in Firefox (no download option showing)

image.png.ca002bfa715f556651c0aa8e99def25c.png

And this is in Edge (again no download option showing)

image.png.04aa46bdbfe71c69319816339223ab93.png

Any idea as to why?  With thanks (and great plugin BTW)

:biggrin:

  • Author

I'll have to test later versions of Chrome - the 'controlslist' functionality being used to handle this is still not fully supported in all browsers, and drops in and out of usage in Chrome versions. If it's an issue with the plugin then I'll update it.

Tested and working as expected - see my next post please.

FYI: the reason the download option doesn't appear in Firefox and Edge isn't because of the setting in the plugin. It's because the HTML5 <video> and <audio> tags don't display a download option by default, like Chrome does.

Edited by Nathan Explosion

  • Author
On 6/22/2019 at 4:44 PM, Davyc said:

image.png.0941a877c8e1ed27b093742825b57c6c.png

Actually....clarification needed....is that video or audio? If it is audio then take a look at the information on the 'Controls List Settings' tab:

image.thumb.png.f65132bd5c1a017962848f8ce4ff8ace.png

As far as I am aware, the <audio> tag still doesn't support the 'controlslist' attribute that the <video> tag does. I'll do some testing to see if it does now, and will update if there is support for it now.

Edited by Nathan Explosion

38 minutes ago, Nathan Explosion said:

Actually....clarification needed....is that video or audio? If it is audio then take a look at the information on the 'Controls List Settings' tab:

This is for an audio file - I've disabled the video uploads for storage space reasons, plus people can grab their videos from their YT channel.

In the settings this is what I have for the controls:

image.thumb.png.f75eb733eec6effcd0494d72079ef029.png

These are the permissions I've set:

image.thumb.png.da835d219f710ea37b008ff151c9f20f.png

 

42 minutes ago, Nathan Explosion said:

As far as I am aware, the <audio> tag still doesn't support the 'controlslist' attribute that the <video> tag does. I'll do some testing to see if it does now, and will update if there is support for it now.

That would be fantastic thanks.  Much appreciate your attention and time for this.

Dave

  • Author
1 minute ago, Davyc said:

In the settings this is what I have for the controls:

It doesn't matter what your settings and permissions are - it's the information above it that answers the question you posed:

Quote

Any idea as to why? 

Yes, because the functionality only targets <video> tags.

As mentioned, I'll test <audio> to see if it now supports controlsList.

@Nathan Explosion

I'm not sure if this will be of any help to you, but I have replicated the audio tag in html5 on my own site, without the download button.

<audio controls controlsList="nodownload">
  <source src="Mike Oldfield - Man in the Rain.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

This works in my test with the Chrome browser not showing the download option:

image.png.16c655490c1f60f65029a34cfecb96f4.png

Note, no download option is available.  If I remove the command controlsList="nodownload" the download option is available:

image.png.b6c1581ebebc283009009203fca7ed2d.png

Hope this is of use and can be implemented in the plugin as it is essential that the download option is not available for my use.

With thanks

Dave

 

  • Author

Thanks - I will complete my own testing and will update the plugin when I am done.

Edited by Nathan Explosion

@Nathan Explosion Hi, did you have any luck testing this to remove the download option?

With thanks

Dave

  • Author

Not yet, otherwise I'd have released the update - it will be done when it's done.

Edited by Nathan Explosion

26 minutes ago, Nathan Explosion said:

Not yet, otherwise I'd have released the update - it will be done when it's done.

No worries I was just wondering.  Thanks for the response.

  • Author

What's new in v1.2.7

  • Addition of controlsList support for <audio> tag, to allow disabling of the 'Download' option in the player
  • Added setting to disable right-click functionality on the player, to stop displaying of the browser context menu (requires javascript, so if javascript is disabled in a browser then it will not work)
  • v1.2.7 is supported with IPS 4.4 only (v1.2.6 is still available for IPS 4.2 & 4.3)
  • 4 weeks later...

Hi,

(NE) HTML5 Audio/Video Player plugin if installed, prevent the 'Videos' app from loading local videos. The YouTube videos working fine.

Is this possible to fix.

Best wishes,

JP

  • Author

Already dealing with this one via PM with you - please read the PM.

And to cut off the confusion - I said "for future reference" report issues to the support topic first.

Edited by Nathan Explosion

  • 4 weeks later...
On 10/27/2017 at 5:28 PM, kmk said:

Is possible use it like a record voice?

Set a botton in the editor or below of click to choose file, click it to start record voice and post it. So user can use 2 methods  to use forum(maybe all ips suite), write or post voice.

Yes, that is EXACTLY what we need at our singing forum. A "microphone", quick and simple audio recorder feature that will capture embed audio into the post... just like a on text messaging, whatsapp, skype or FB... so they can do little singing samples and ask for feedback.

Does anyone have a solution for this?

  • Author
12 hours ago, Robert Lunte said:

Does anyone have a solution for this?

I suggest you ask elsewhere, as this is a support topic for my plugin.

  • 2 months later...

Hi Nathan and thanks for providing this plugin, we have found it very very useful.  We are experiencing a small problem which Invision have identified as being caused with having this plugin installed though.  Replying using 'Quote' now throws up an error for users

https://www.dropbox.com/s/44af70e089tt72o/invalid url error.mov?dl=0

Any ideas please?

 

Guy

  • Author
On 10/22/2019 at 11:51 AM, VOK said:

Hi Nathan and thanks for providing this plugin, we have found it very very useful.  We are experiencing a small problem which Invision have identified as being caused with having this plugin installed though.  Replying using 'Quote' now throws up an error for users

https://www.dropbox.com/s/44af70e089tt72o/invalid url error.mov?dl=0

Any ideas please?

 

Guy

Can you provide me with a link to your site, and a login please?

  • 4 weeks later...
On 10/28/2019 at 1:01 PM, Nathan Explosion said:

Can you provide me with a link to your site, and a login please?

Hi Nathan,  have you been receiving my contact?

hi I'm still trying to get to the bottom of this error - please can you assist?

  • 3 months later...

Hi, there something need be adjusted. 

IMG_20200317_235706.jpg

I have this plugin purchased recently, can I request for a direct botton "Record voice" in the editor? This could let call use of Voice Recorder of smartphone and upload the file directly. 

17 minutes ago, kmk said:

I have this plugin purchased recently, can I request for a direct botton "Record voice" in the editor? This could let call use of Voice Recorder of smartphone and upload the file directly. 

I find Click to choose files can let ne use the voice recorder, it let me record and upload  directly, I can see the audio player but it not show time for play or can't be played. 

I ADD "AMR" IN THE EXTENSION FIELD, BUT NOTHING. 

 

IMG_20200318_063510.jpg

Edited by kmk

Try with a m4a file, first time after upload it work, after reload page, not work. 

IMG_20200318_175659.jpg

Recently Browsing 0

  • No registered users viewing this page.