Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Play video from server, possible?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi all,
I see from the documentation that you can play videos from Youtube, Vimeo using the Zentools2 slideshow option.
Is it possible to play a video file that has been uploaded to /images/ on the server?
If not through Zentools2, are there any other options from JB, or should I use other extensions for Joomla?

Any suggestions, greatly appreciated.

Nick
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Nick,

The first thing I'd say with playing video from a folder in your site is be careful

If too many people try and view the video at the same time you may have a problem with the host / site preformance

Also the video sharing providers do a better job in making sure the viewer can see the video.

So if it was me I would look at video sharing given the above and its flexibility in where the video can be used e.g. social media etc
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I don't think I've seen a thread where people are self hosting the video and then displaying it via zentools

Do you have any idea what video format you were thinking about using?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul,
I don't think the site is likely to be stressed by too many people viewing the video at any one time. For starters, the video is only about 8Mb.
I've opted for the JoomlaWorks AllVideos extension. It seems to work OK, and because it does not rely on Flash, it works on all major browsers.
If I start running into probs, I'll have a look at Youtube etc.

Thanks, Nick
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Nick,

So you still need help with getting the videos to display in zentools?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Paul,
No, I've opted to use AllVideos. I don't think Zentools can handle playing videos from a local folder.

Thanks.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
However, is there some documentation on exactly how to include video in Zentools that you can point me to?
This may be a perfectly good option in the future.
Thanks
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
With using the allvideos plugin you would need to use the render plugin option in the settings otherwise the plugin syntax will render
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
"I see from the documentation that you can play videos from Youtube, Vimeo using the Zentools2 slideshow option."

Are you wanting to use the slideshow option?

Just a slideshow with videos and no other content?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Paul,
With the AllVideos, all I did was install the plugin, set it up, then added a little bit of code to the web page (basically pointing to the video on the server), and voila. Done.
It must access the JWPlayer because that is what displays on the page, with the arrow to start the video.
I thought there might be something equally easy with Zentools; but Zentools may not be the correct tool in this instance.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Nick,

these are two examples

Both are added via iframes

video_2017-06-27.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I've just tried an example using html5

<video controls>
<source src="images\video\Earth.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

This works but it needs the introtext in the drag and drop section with strip tags disabled
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This gave me (in Chrome)

grid-video.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Using all video

jwplayer.jpg


Using the mp4 tag and introtext in the module settings

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
So there are a few options it just depends on the content source and the layout you want to use

It gets more complicated if using a lightbox

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
OK, seems my ignorance of what Zentools can do is showing...
What you have shown opens up a whole new, exciting opportunity - unknown to me because I have not really bothered with video until now.
BUT, I have no idea how you did it.
Could you explain how you did each of these?
For example where does the <video controls>...</video> code go?
I've never used iframes - where do I find all that info?
Using MP4 tag - that's new to me too.

Sorry, but I feel I've stepped into a lecture half-way through and missed the important, basic introduction.

So, where do I go for instruction (or would you like to fill in the gaps of how you did it?)

I'm looking forward to implementing this on a site where the video no longer displays properly on Chrome because it relies on Flash to work.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Iframes - is taking the embed snippet from youtube

From this page -

And using the embed snippet - I'm not using the widths just the iframe code

File Attachment:

File Name: iframe.txt
File Size: 0 KB


I need to attach it in a text file so it doesn't try and render :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'll try that again

File Attachment:

File Name: iframe_2017-06-28.txt
File Size: 0 KB
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With iframes you need to enable iframes in the editor you use

Are you familiar with how to do this?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With iframes you would use the drag and drop video element

video-element.jpg


This is video grid
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: josfrenken

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers