Lukas Fellechner

Results 111 comments of Lukas Fellechner

Not sure what you are trying to get @softworkz. A live stream by definition does not have a duration. I think you can get the current playback position from the...

AutoExtendDuration does not help you. It is only used in seekable streams which do have a duration, not in live streams. It's also a "stupid" solution, just extending the duration...

Duration is not set in FFmpeg for live streams, and it would also be logically wrong to set a duration since there is no duration. The only way how I...

If we'd include libass, my plan would be to output them just as regular image subtitles. I don't see a reason why this should not work. Libass renders text subs...

Let's not forget that this lib is a playback lib, and we are rendering to a MediaPlayerElement which uses D3D11 tech. I don't think that any proprietary cuda or whatever...

Unfortunately, the only kind of exceptions we can throw from C++/WinRT is HRESULT exceptions. We also cannot set any error messages or details. This leaves us with a very limited...

Actually it looks like we can provide custom exception messages! I only never saw it, because the constructor overloads do not show up on intellisense (WTF)?! This will show an...

@verelpode I think it would be more productive to not write these things in a "rant" kind of manner. But I fully agree with the IconSource and Path issues you...

@verelpode I disagree on your stand on image scaling. Blurry, badly scaled images look horrible. When I first saw the explorer icons of my app, I thought, OMG this looks...

I believe that it would have been less work to write 2 or 3 compact, focused proposals for the improvements that would be most valueable for you, compared to the...