Samuel East

Results 20 comments of Samuel East

We would also like this to allow our users to enable email auth from their custom profile page. Currently just hacked it like this while we prototype and test some...

Hi @forbesjo Thanks for the feedback about how to include the new videojs setup I will leave my link up and wait for a fix regarding the DASH file.

Probably worth noting that the video was a mov file encoded to DASH with AWS Mediaconvert using the DASH system preset.

Also wondering the same thing I am getting lots of errors in Chrome but its working in Firefox.

That’s because it can access the key to decrypt the segments you will probably want to put the key behind some kind of proxy.

Thanks, @bentasker really appreciate the detailed answer. I have been testing a few different FFmpeg commands mainly this one. https://docs.peer5.com/guides/production-ready-hls-vod/ I don't think I was really understanding the relationship between...

Hi @bentasker Yes, that's exactly what I was initially trying to do with ffprobe. I would get the following output when running on the input file. ~~~ { "streams": [...

I have recently been reading up on this apparently it is not possible anymore YouTube has removed this functionality. You cannot remove the related videos adding the rel=0 will only...

I have also got this problem videos are no longer working in chrome browser they work in other browsers. `code: 1005, message: "Error while trying to play the video"` `Failed...

Ok this works with ElectonJS records the screen and audio its pretty clunky but works. ~~~ Record With Audio .stop { position: absolute; top: 45px; z-index: 9999; } .start {...