youtube video playing with no audio

seand84
18 Posts
seand84 posted this 08 March 2022
Ask a Question

Hi. i uploaded a video from you tube but the audio isn't playing. even when i preview without browser. i read all the autoplay issues but it still not playing audio...please assist.i cant seem to find the video settings either.

Hi. i uploaded a video from you tube but the audio isn't playing. even when i preview without browser. i read all the autoplay issues but it still not playing audio...please assist.i cant seem to find the video settings either.
Vote to pay developers attention to this features or issue.
19 Replies
Order By: Standard | Newest
seand84
18 Posts
seand84 posted this 09 March 2022

Plus the video is playing automatically when i want it to play on click

Plus the video is playing automatically when i want it to play on click
Support Team
Support Team posted this 09 March 2022

Hi Sean,

The autoplay videos are muted by the default by browsers, that is the browser requirement. You can disable the autoplay mode in the right panel settings.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Sean, The autoplay videos are muted by the default by browsers, that is the browser requirement. You can disable the autoplay mode in the right panel settings. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
seand84
18 Posts
seand84 posted this 09 March 2022

not seeing that at all.is that in nicepage under video or in each browser. Not showing up in my nicepage

not seeing that at all.is that in nicepage under video or in each browser. Not showing up in my nicepage
seand84
18 Posts
seand84 posted this 09 March 2022

And would that prevent audio from playing?

And would that prevent audio from playing?
gabrieleviola.it
186 Posts
gabrieleviola.it posted this 09 March 2022

Seand for enabling audio you can use html script: this method works but, from desktop works well, from mobile it's needed the user interact with the website, like pressing a button.

<div style="display:none"><iframe src="”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3″" type="”audio/mp3″" allow="”autoplay”" id="”audio”" style="”display:none”"></iframe>
<audio autoplay="">
<source src="https://www.dominio.it/wp-content/uploads/2022/01/silence.mp3" type="”audio/mp3″">
</audio>


</div>



<div style="display:none">
          <audio id="myAudio" controls="" autoplay="">
            <source src="https://www.dominio.it/wp-content/uploads/2022/01/youraudio.mp3";" type="audio/mpeg">ocument.getElementById("myAudio").volume = 0.2;


  Your browser does not support the audio element. 
 </audio>
 </div>

You can download "silence" from here: ”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3"

Seand for enabling audio you can use html script: this method works but, from desktop works well, from mobile it's needed the user interact with the website, like pressing a button. <div style="display:none"><iframe src="”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3″" type="”audio/mp3″" allow="”autoplay”" id="”audio”" style="”display:none”"></iframe> <audio autoplay=""> <source src="https://www.dominio.it/wp-content/uploads/2022/01/silence.mp3" type="”audio/mp3″"> </audio> </div> <div style="display:none"> <audio id="myAudio" controls="" autoplay=""> <source src="https://www.dominio.it/wp-content/uploads/2022/01/youraudio.mp3";" type="audio/mpeg">ocument.getElementById("myAudio").volume = 0.2; Your browser does not support the audio element. </audio> </div> You can download "silence" from here: ”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3"

Last edited 09 March 2022 by gabrieleviola.it

seand84
18 Posts
seand84 posted this 09 March 2022

dont understand...would this be universal for anyone going on the website to view video .I want the video to play with audio for all that view the site

dont understand...would this be universal for anyone going on the website to view video .I want the video to play with audio for all that view the site
seand84
18 Posts
seand84 posted this 09 March 2022

i want them to press the button to play but that is not showing up on the youtube video. Not seeing any youtube controls at all

i want them to press the button to play but that is not showing up on the youtube video. Not seeing any youtube controls at all
MEKKITEL
115 Posts
MEKKITEL posted this 09 March 2022

Hi.
Disable the autoplay mode in the right panel settings.
See attached.

Video-Player.png
Hi. Disable the autoplay mode in the right panel settings. See attached. !Video-Player.png!

Last edited 09 March 2022 by MEKKITEL

seand84
18 Posts
seand84 posted this 10 March 2022

I Dont have that screen.....look at attachment
not seeing those options

I Dont have that screen.....look at attachment not seeing those options
seand84
18 Posts
seand84 posted this 10 March 2022

is there a way you can check my site as u did before...its not uploaded any where yet but something wong

is there a way you can check my site as u did before...its not uploaded any where yet but something wong
MEKKITEL
115 Posts
MEKKITEL posted this 10 March 2022

is there a way you can check my site as u did before...its not uploaded any where yet but something wong

Unfortunately, a video as a background is without sound in nicepage.

Video-Background.png
> is there a way you can check my site as u did before...its not uploaded any where yet but something wong Unfortunately, a video as a background is without sound in nicepage. !Video-Background.png!
Support Team
Support Team posted this 11 March 2022

Hi,

Modern browsers do not support video autoplay with sound. Therefore all videos with autoplay are muted. This is related to the video background too. This is the same video like any other video with autoplay enabled by default.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Modern browsers do not support video autoplay with sound. Therefore all videos with autoplay are muted. This is related to the video background too. This is the same video like any other video with autoplay enabled by default. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
gabrieleviola.it
186 Posts
gabrieleviola.it posted this 15 March 2022

Seand for enabling audio you can use html script: this method works but, from desktop works well, from mobile it's needed the user interact with the website, like pressing a button.

&lt;div style&gt;

> <audio autoplay>
> <source src type>
> </source></audio>
>
>
> </div>

&lt;div style&gt;

> <audio id controls autoplay>
> <source src ;" type>ocument.getElementById("myAudio").volume = 0.2;
>
>
> Your browser does not support the audio element.
> </source></audio>
> </div>

You can download "silence" from here: ”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3"

Seand84 you can use this script if you editing it a bit for a video (but it's embedding without nicepage video feature), or upload only the audio (the same you wanna people listen in the video) in the way a show you below.

> Seand for enabling audio you can use html script: this method works but, from desktop works well, from mobile it's needed the user interact with the website, like pressing a button. > > > &lt;div style&gt; &gt; &lt;audio autoplay&gt; &gt; &lt;source src type&gt; &gt; &lt;/source&gt;&lt;/audio&gt; &gt; &gt; &gt; &lt;/div&gt; > > > > &lt;div style&gt; &gt; &lt;audio id controls autoplay&gt; &gt; &lt;source src ;&quot; type&gt;ocument.getElementById(&quot;myAudio&quot;).volume = 0.2; &gt; &gt; &gt; Your browser does not support the audio element. &gt; &lt;/source&gt;&lt;/audio&gt; &gt; &lt;/div&gt; > > > You can download "silence" from here: ”https://www.gabrieleviola.it/wp-content/uploads/2022/03/silence.mp3" Seand84 you can use this script if you editing it a bit for a video (but it's embedding without nicepage video feature), or upload only the audio (the same you wanna people listen in the video) in the way a show you below.
seand84
18 Posts
seand84 posted this 16 March 2022

ok I understand thank you

ok I understand thank you
miosito2
17 Posts
miosito2 posted this 14 April 2022

Hi, is there a possibility to not show youtube controls on video (like share, name of video, copy of link and so on...) with the option "autoplay" disabled to not mute the video?

Thank you

Hi, is there a possibility to not show youtube controls on video (like share, name of video, copy of link and so on...) with the option "autoplay" disabled to not mute the video? Thank you
Support Team
Support Team posted this 14 April 2022

Luca,

We do not control these optons.

...................................................
Sincerely,
Alan R.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Luca, We do not control these optons. ................................................... Sincerely, Alan R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
gabrieleviola.it
186 Posts
gabrieleviola.it posted this 14 April 2022

Hi, is there a possibility to not show youtube controls on video (like share, name of video, copy of link and so on...) with the option "autoplay" disabled to not mute the video?

Thank you

I suggest you tu upload your video on cloudinary (or similar, but it works smooth for me) for removing all those you don't want. Sometimes video get bugged (bluring and zooming) you can solve it just copying and pasting again the same link and press enter.

> Hi, is there a possibility to not show youtube controls on video (like share, name of video, copy of link and so on...) with the option "autoplay" disabled to not mute the video? > > Thank you I suggest you tu upload your video on cloudinary (or similar, but it works smooth for me) for removing all those you don't want. Sometimes video get bugged (bluring and zooming) you can solve it just copying and pasting again the same link and press enter.
MDRL44
15 Posts
MDRL44 posted this 14 April 2022

Hi. i uploaded a video from you tube but the audio isn't playing. even when i preview without browser. i read all the autoplay issues but it still not playing audio...please assist.i cant seem to find the video settings either.

Hi all
Iam a recent new guy here bought the prem plan and i cannot find anyplace in here to add small video clips to just play in the background so you can on my page! as it loads for my clients.these are roughly only 20 secs tops but iam damned if i can find a place to add these i have the current version 4.8 i believe it is thanks for any help one more thing here i was creating it all offline (not now) and what a loss this was it cannot be uploaded so back to scratch so i have been told by support just so you folks know i dont know what the purpose of having offline version if you cant use it whatsoever to publish anyway thanks folks......
Dave

> Hi. i uploaded a video from you tube but the audio isn't playing. even when i preview without browser. i read all the autoplay issues but it still not playing audio...please assist.i cant seem to find the video settings either. Hi all Iam a recent new guy here bought the prem plan and i cannot find anyplace in here to add small video clips to just play in the background so you can on my page! as it loads for my clients.these are roughly only 20 secs tops but iam damned if i can find a place to add these i have the current version 4.8 i believe it is thanks for any help one more thing here i was creating it all offline (not now) and what a loss this was it cannot be uploaded so back to scratch so i have been told by support just so you folks know i dont know what the purpose of having offline version if you cant use it whatsoever to publish anyway thanks folks...... Dave

Last edited 14 April 2022 by MDRL44

Support Team
Support Team posted this 15 April 2022

Hi Dave,

You can add videos in two ways: as a background video for the element (Block, Grid Cell, Box, etc) and as a video element. The background video starts automatically. Therefore, the sound is muted by default. For the Video element, you can disable autoplay. In this case, the sound is enabled.

Nicepage supports the use of the simple video files with the Video element and allows to upload them to the project. But the video upload option is not supported for websites published on Nicepage Hosting or created with Online Builder. It works for the self-hosted website only.

Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Dave, You can add videos in two ways: as a background video for the element (Block, Grid Cell, Box, etc) and as a video element. The background video starts automatically. Therefore, the sound is muted by default. For the Video element, you can disable autoplay. In this case, the sound is enabled. Nicepage supports the use of the simple video files with the Video element and allows to upload them to the project. But the video upload option is not supported for websites published on Nicepage Hosting or created with Online Builder. It works for the self-hosted website only. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments