Steve Mayhew

Results 49 comments of Steve Mayhew

Eric, I've got a fork of this plugin running in my local env... Planing to set it up as a SourceTask subclass so it will drop in to your CSS...

Thanks Eric! 1.5 of js with the check style worked great for us. I've got source set support in the Sass plugin, once I get options in I'll push it...

This is the API we are using, combined with detecting the thermal throttle condition based on frame drops and frame rate, based on @ojw28 's comment here https://github.com/google/ExoPlayer/issues/6284#issuecomment-539695298, we do...

> * Since you already know all tracks at the point where you make this decision, you could use `TrackSelectionOverride`s to select any subset of tracks you prefer. Very possible,...

@marcbaechinger is correct, there is no API in Android to set the DNS resolution the system will use, that would be a pretty big security whole. @Lohit-Huddar If you use...

@davydovvladimir It's on the input side that decode only is set, So I"m taking the tack of fixing this in the HLS input side (implement frame accurate seek, at least...

An update... I have been able to get single frames rendered pretty quickly in pause mode. Here's example logging: ``` 0.0 11-02 18:08:16.799 12000 12000 D EventLogger: seekStarted [eventTime=5176.89, mediaPos=134.63,...

I’m still working out if that is necessary, but if so ultimately we’ll need a mode where the track is in trickplay then add that flag based on the Format...

@davydovvladimir What are you using to generate the i-Frame only tracks? If you can make a small VOD example, zip and send it I can have a look. You can...

@davydovvladimir I've been testing this extensively on AmLogic based SOC's (this includes Google's own Chrome Cast / Goggle TV and TiVoStream) and it works perfectly (frames queued to the decoder...