Rodrigo
Rodrigo
I am following the installation process on Mac. I notice that it compiles a lot of source code and takes a while to install. Could we have a `.dmg`? I...
Not working on Big Sur.
Another interesting alternative is the approach in [livescript](http://livescript.net/#literals). > Implicit lists created with an indented block. They need at least two items for it to work. > When implicitly listing,...
About the problem: ```coffeescript a = - b ``` This wouldn't be a problem if use `*` instead of `-`. There is no unary `*` operator. I read the previous...
About the audio track, with DRM free content things work fine, but when playing with DRM content the time is way above 2 seconds, maybe around 30 seconds. About the...
The user agent says AppleWebKit/605.1.7.1 and some other stuff. There is some documentation of what is supported and not, but it has a big confidencial watermark on each page. The...
It doesn't always happens when we start at position zero. But I have a felling that previous playbacks are interfering with new playbacks, even after we create a new instance...
We can try setting `closeSessionsOnStop` and the last version in master. Right now I am not sure how much time I can spend on this, but if I find time...
Ok, so I got a little bit more time to work on the issue. We were already using `closeSessionsOnStop`. I tried the master branch and it crashes too if you...
Can we clean the buffer manually outside RxPlayer? Is it possible to access the media source https://developer.mozilla.org/en-US/docs/Web/API/MediaSource ? We also noted that sourceBuffer.remove is not being called, is it possible...