Joey Parrish
                                            Joey Parrish
                                        
                                    I don't have any update from our end or more detailed direction to send you in for a PR. I double-checked the change logs, and we don't appear to have...
`curl -s -o - "https://pipedapi.kavin.rocks/streams/FG8nTQGJT-Q" | jq -r .dash` gives me null at the moment. But I'm not sure your expectations are in line with how URLs usually behave. For...
I can see from your example that the two tracks are equivalent in language, and only differ in format. This is analogous to video and audio, where you may have...
The big difference between v3.3 and v4.0 for HLS is the use of MediaSource sequence mode. For content without necessary time-sync tags (EXT-X-PROGRAM-DATE-TIME), disabling sequence mode may fix sync issues....
I believe [`jasmine-browser-runner`](https://www.npmjs.com/package/jasmine-browser-runner) is the way forward. It will let us keep our existing Jasmine tests, it will [connect to a remote Selenium grid](https://github.com/jasmine/jasmine-browser-runner#remote-grid-support-saucelabs-browserstack-etc), and we can reimplement our custom...
jasmine-browser-runner also seems to only run a single browser. That will also need to be addressed.
The maintainers of jasmine-browser-runner are [resistant to adding support for multiple browsers running in parallel](https://github.com/jasmine/jasmine-browser-runner/issues/51#issuecomment-2008177671), even if I provide a PR. (And I had this working locally.) They just don't...
The only way to support a muxed video+audio stream and a separate unmuxed audio stream would be to demux the video+audio stream internally, so that we could choose which audio...
I haven't debugged this, and my memory might be out of date since @avelad is so prolific... but I believe that we are sending the audio+video stream to MSE where...
Reopening.