Keyword

Allvideos - no sound

More
10 years 2 months ago #141116 by Nip
Allvideos - no sound was created by Nip
Hello,

I'm using the plugin:

www.joomlaworks.net/extensions/free/allvideos

with my Joomla! 3.3.6 Stable - Website.

Unfortunately I have a problem which I can't solve by my own. I can embed a video from youtube with sound, that works fine.
But when I embed a video from my own server it does not play any sound, I see only the movie. Although the video has sound, I proofed it with VLC-player.

Do you have any suggestions for me?
If you need futher information, let me know.

Thanks in advance.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141122 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
Is it possible to have a link?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141127 by Nip
Replied by Nip on topic Allvideos - no sound
Can I somehow send you the link in private?
I wouldn't like to post the link in a forum..

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141152 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
I am sorry but we do not have PM's.
Is it NSFW?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141163 by Nip
Replied by Nip on topic Allvideos - no sound
Hi Krikor,

NSFW?? I had to check what this means ... :D

No, it is just a small blog for our families and friends... But I don't want to have the link posted in a puplic forum.

Does the following help you somehow to get an idea what causes the problem?
<div class="avPlayerWrapper avVideo">
<div class="avPlayerContainer">
<div id="AVPlayerID_4e9fa102_191186833" class="avPlayerBlock">
<div id="avID_AVPlayerID_4e9fa102_191186833_wrapper" style="position: relative; display: block; width: 400px; height: 300px;">
<object id="avID_AVPlayerID_4e9fa102_191186833" width="100%" height="100%" type="application/x-shockwave-flash" data="http://XXXXXX/plugins/content/jw_allvideos/jw_allvideos/includes/js/jwplayer/jwplayer.flash.swf" bgcolor="#000000" name="avID_AVPlayerID_4e9fa102_191186833" tabindex="0">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
</object>
<div id="avID_AVPlayerID_4e9fa102_191186833_aspect" style="display: none;"></div>
<div id="avID_AVPlayerID_4e9fa102_191186833_jwpsrv" style="position: absolute; top: 0px; z-index: 10;"></div>
</div>
<script type="text/javascript">
jwplayer('avID_AVPlayerID_4e9fa102_191186833').setup({
'file': '/images/videos/Portugal_h264_HD_720p_25fps_low_quality.mp4',
'image': '',
'height': '300',
'width': '400',
'autostart': 'false',
'controls': '1'
});
</script>
</div>
</div>
</div>

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141174 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
It stands for Not Safe For Work, porn etc.
Some porn sites use Joomla! so I have seen some really NSFW links.

C/P the complete path of images/videos/Portugal_h264_HD_720p_25fps_low_quality.mp4 and paste in on a new browser tab. Is the audio working?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141183 by Nip
Replied by Nip on topic Allvideos - no sound
Hi Krikor,

thanks for your answer.
If I do so, my browser (Firefox 35.0.1) asks me whether I want to save the file or which player should be used to play the movie.
When I choose VLC-player - the video is downloaded first and of course I hear the audio...

What else do you need to know?

Regards

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141261 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
FF has some issues streaming mp4.
VLC will of course have audio but the issue here is browser compatiblity.
FF has only partial support for mp4 and it only supports mp4 with the h264 codec.

More info here: caniuse.com/#search=mp4

Is the video working on chrome?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141284 by Nip
Replied by Nip on topic Allvideos - no sound
Thanks for the hint.

It did not work with Chrome either. (no sound)

I have tried to export the video as a .flv file (h264 codec). (OpenShot Video Editor)
This works perfectly now.

Now it works also as a stream! Before it was first downloading the video, than playing the video.

What is your opinion? What is a good file format for videos in the web? Or does it only depent on the browser?

Cheers

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141287 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
flv will not work in iOS and most Android devices.
IMO I think vimeo/YouTube is the best choice in terms of crossbrowser compatibility.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141290 by Nip
Replied by Nip on topic Allvideos - no sound
Okay..

To use vimeo or youtube I have to upload my movies to their servers. This I don't want!

My question was more regarding the file extension (.flv; .mp4 etc.)
OpenShot can export the following combiniations:

AVI (h.264)
AVI (mpeg2)
AVI (mpeg4)
FLV (h.264) <- this one I used now
MOV (h.264)
MOV (mpeg4)
MP4 (xvid)
MP4 (h.264)
MP4 (mpeg4)
MPEG (mpeg2)
OGG (theora/flac)
OGG (theora/vorbis)
WEBM (vpx)

Any suggestion? Why?
I mean, I can use google to answer it by myself but since we have started the conversation..maybe you have any suggestions.. I just started with making movies...

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #141305 by Krikor Boghossian
Replied by Krikor Boghossian on topic Allvideos - no sound
My suggestion would be the same. I always use these services since I do not have to care about the format or the medium that it is being served to.

If you insist that you self host the video then I would go with MP4 (h.264) . MOV (h.264) is good too check caniuse.com/#search=mov

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum