Recent questions from F.A.Q

3 years ago Elementor

Can Publitio be used with Elementor Pro?

BY Mark Bustamonte 1632 1
MajaKisic
MajaKisic
Mar 27, 2022

Hello Mark,

Yes, Publitio works with Elementor Pro.

3 years ago Paypal !

Will you be considering accepting PayPal payments? It will be more secure option for some of your customers !

BY Veena 1797 2
Wild Soundscapes
Wild Soundscapes
Apr 16, 2023

Ditto. I'd like this too.

Would like to know how long my files /videos will be saved ?

BY Veena 1802 1
MajaKisic
MajaKisic
Dec 23, 2021

Hi,

As long as you have an active account.
If you reach the monthly limit for Bandwidth usage, Publitio will stop serving content for your account.

When your account is close to 80% of a limit you will receive an email notifying you that the account is close to the limit.

Are there any native metrics that come out of this system that allow us to calculate the percentage completion of a video, or time spent in a file or asset?

This would help us in calculating the percentage completion of a course our learners are doing.

BY Andrew Mowat 1612 1
lms course Metrics completion
Publitio
Publitio
Dec 10, 2021

Not yet, but will be added as an part of publitio player stats in the future.

We are having to move away from Vimeo after discovering that it is banned/restricted in Indonesia.

Are there any geographies where Publitio docs/videos cannot be served?

Thanks.

BY Andrew Mowat 1794 1
Geography Banned Sites Global delivery
Publitio
Publitio
Dec 10, 2021

Not that we are aware off. Some people reported issues with China Great Firewall, and some countries like Egypt have their own countries firewall in place. You can test different servers bellow :

https://media-us.publit.io/file/tummy.mp4 United States East(New York) data center
https://media-us.publit.io/file/tummy.mp4 United States West (Oregon) data center
https://media-us.publit.io/file/tummy.mp4 Europe East (Sweeden) data center
https://media-us.publit.io/file/tummy.mp4 Europe West (London) data center
https://media-us.publit.io/file/tummy.mp4 Asia East (Singapore) data center
https://media-us.publit.io/file/tummy.mp4 Asia West (India) data center

If server is accessible for specific country it will work for the end visitors also.

Hi, do I have to create videos with subtitles or does Publitio support SRT files?

BY Clarice Chan 1744 1
SRT subtitles
Publitio
Publitio
Dec 10, 2021

we will add subtitles support for the publitio player in next update

This bug is not fixed... this error continue... please verify urgent. Thanks

"success":false,"code":400,"error":"message":"Please include file or file_url in your request"

let formData = new FormData();
formData.append("file", file);

if (file == undefined)
console.log("Choose file to upload first");
return;


const api_url = publitio.uploadUrlSigned();

this.axios
.post(api_url, formData,
headers:
Accept: "application/json",
"Content-Type": "multipart/form-data",
,
onUploadProgress: function (progressEvent)
const valeur = Math.round((progressEvent.loaded / progressEvent.total) * 100);
console.log(valeur + "%");
.bind(this),
)
.then(function (response)
console.log(response.data);
if (response.data.success == true)
console.log("upload ok");
else
console.log("upload failed");

);

Originally posted by @ednsinf in #17 (comment)

BY Timofey Pchelintsev 1982 2
api upload error 400
Timofey Pchelintsev
Timofey Pchelintsev
Nov 08, 2021

It seems to work after removing "Content-Type": "multipart/form-data" header.

HEllo
Its possible to do that :
Take action when the video is 100% viewed

for example execute javacript on the page.
It is to make a button visible only when the viode is seen at 100%

BY NEMEO 1916 1
Publitio
Publitio
Sep 22, 2021

Not yet, but we will see if possible to implement something like this in feature player updates

Hi there - The Americans with Disabilities Act (ADA) is a federal anti-discrimination statute designed to ensure equal access to opportunities and benefits for qualified individuals with disabilities. In many state, government, and education institutions, videos must include ADA-compliant captions.

I'm hoping to continue to use Publit.io as my CDN for all my files (video especially), but the lack of ability to upload caption files is making me use other video options (by law).

I know I could 'burn' the captions in, but because our videos need to be subtitled for multiple languages, that's not an efficient option.

Are there plans to incorporate a captioning file (SRT) option into the video feature? I don't need automatic captioning like Youtube or others, but I do need the ability to upload a previously created SRT and have it display in-video for my audiences. Hoping this is in the pipeline? Could you confirm? Thanks so much!

BY Lisa Ross 1865 1
video accessibility captions SRT subtitles
Clarice Chan
Clarice Chan
Nov 29, 2021

When can we expect the next player update? Like Lisa, we will like to use Publitio but the lack of SRT ability has caused us to consider other companies.

When I upload files I get an error message. Please see this short video that shows the problem:

share.getcloudapp.com/L1urWPNK

I have tried on both Firefox and Chrome and still same problem.

BY René Andersen 1821 6
upload
René Andersen
René Andersen
Sep 22, 2021

It looks like it is working now, and even better it updates the files without me pressing F5 to refresh the browser window.