rlaphoenix
rlaphoenix
I made a new Emit Event called vJsMediaToggleDone that emits to the scope after the append thing I did above so that I know when its appended and ready. I...
Nevermind, the events do work! SO I guess I found the solution?! My events issue is that it was targeting my player id for the original initial tag, but that...
And again, poster updates fine too :D
Yeah once I add that string of text, from what I can see, the variable for compiledEl is essentially a one time use thing, so I dont see why it...
An update, seems the changes I made still cause one issue, if you change the source a 2nd time, it have staleChild return null or undefined, leaving 2 players in...
> > > Just adding a comment I personally use windows terminal but know a lot of people will used cmd over powershell and terminal (Most people probably don't even...
This is a bigger problem then anyone is seemingly giving this credit for. Why is this issue left stale with no one taking a look? This could potentially be a...
1. How do you compile this on windows? 2. Will you ever continue releasing pre-built Windows executables? Perhaps even installers using something like Inno Setup Compiler?
> > > > Is there any plans for something like this? > > In `saldl`, no. > > However, I'm incidentally working on a stream grabber `salgrab` which will...
See, it is easy to just loop downloads like that, but you lose concurrency/threading. Especially if each segment is super small (I'm talking < 10 MiB), the process of closing...