Video Portal
This module creates a video portal that entirely consists of embedded videos. This is good for some sites that want to save bandwidth by not allowing video uploads.
For some video sources such as Youtube, Dailymotion, and Vimeo, the thumbnail will be automatically fetched. It is possible to upload your own thumbnail for videos
Supported Video Sources are:
=> Dailymotion
=> Vimeo
=> YouTube (including Channels and Playlists)
=> Google Drive
=> Live Streaming
=> HTML Video Embed
----------------------------------------------
You can view my full list of modules at https://una.io/page/products-author?profile_id=200
- Download
- Buy for $20
- 3418
- Share
- More
-
- · James Prince
- ·
I requested for a mod that could embed videos so our site could use video sharing platforms for storage and delivery to reduce server load. I was quite surprised when he contacted me about 2 weeks later and say it would be on UNA''s app market that afternoon. I promptly purchased, downloaded and installed. It has performed well and I was surprised in the additional features for YouTube and a few other platforms that that their embed Iiframes could not be inserted without modification of script.
-
- · Jerome Mingo
- ·
Version 1.0.1 has been released. Adds functionality to show video in the Timeline.
-
- · Robert Sussman
- ·
Hi Jerome I think I figured out why the stream won't play the .m3u8 live stream, it is not an audio or video file I found this and want to see if you think it will work.
How do I convert M3U8 to MP4 using ffmpeg?tzmartin/m3u8-to-mp4.md- Copy m3u8 link.
- Run command. echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4.
M3U (or M3U8) is a plain text file format originally created to organize collections of MP3 files. The format is extended for HLS, where it's used to define media streams. ... Media playlist: containing URLs of the files needed for streaming (i.e. chunks of the original video to be played).
This is the AWS docs
https://docs.aws.amazon.com/ivs/latest/userguide/player-videojs.html
-
- · Electrik
- ·
Videos embedded in eng are not visible in other languages. It makes no sense. The files, categories and languages should be correlating. Can you make changes to get read of this issue?