Results 643 comments of SubJunk

@darrachequesne hi, thanks for the reply, no we didn't. We ended up preventing users from being logged in on different subdomains which is inconvenient for them. Would be very interested...

@darrachequesne thanks for replying, I did try that along the way but there were a lot of moving parts so I will try it again and let you know if...

Confirmed still a problem in 7.4.0

Thanks for the details, I will be looking into this soon

I noticed that our sample web feed for TED Talks works in Safari HTML5 mode so we can possibly learn from that

Well the problem is pretty clear after looking at the browser support tables at https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats We are transcoding to OGG and Safari has no support for it. So the fix...

Ok so it doesn't like our MP4s either, from: ``` ffmpeg -re -y -loglevel fatal -i inputfile.mkv -filter_complex scale=720:404 -g 52 -c:v libx264 -preset ultrafast -c:a aac -ab 16k -movflags...

Tried and failed with the Chrome trick we use too: ``` ffmpeg -y -loglevel fatal -i inputfile.mkv -filter_complex scale=720:404 -c:v libx264 -profile:v high -level:v 3.1 -c:a libmp3lame -ac 2 -pix_fmt...

@ExSport thanks, and good to see you :) Do you remember why we don't always use MP4 by default? Since it seems to have the best support across all browsers

@ExSport I'm going to experiment with this now if I have enough time. Also did you see your mention on our SourceForge interview this month? You are in the first...