mysuf
mysuf
There should be more sophisticated parser. Especially to implement SEARCH command. This cannot be achieved with ordered regex above. And there are more uncovered RFC scenarios. e.g. Aside the asterisk...
I have a question about this. There is not any clue about triggering these events..nowhere. Are you sure that these events really occur?
Ah. So this is how it works! Thanks.
I already reported this in #445, but its better to have it in separate ticket..
Also It misses first loadstart and then, for whatever reason, triggers readyforpreroll twice while adsready was triggered once.
@incompl I tried it in both videojs-ima (reported above) and also mine integration with same behaviour. I didnt try contrib-ads-example. I guess that it will be related to missing loadstart...
Similar issue happens when Google IMA SDK replaces video element's src on IOS (videojs 6.13.0, contrib-ads 6.9.0). As it bypasses `player.src` method, player doesn't know that source changes (to mp4)...
@pukkandan I don't know how sophisticated yt-dlp error categorization is, but I can imagine in the case of: a) connection error (timeout, etc.) use already implemented retry b) bad checksum...
Is it not possible to use `z.lazy()` somehow? The result looks the same to me - run it only once getter is called. Recursion is just one use case. Like...
@colinhacks I would like to share my thoughts too, because I really miss similar feature. If particular field is not crucial/required implies that it should be set as optional. When...