Daniel Ashcraft

Results 14 comments of Daniel Ashcraft

> I imagine these streaming services require more than just an RTMP address? Probably a authentication token of some sort? The services typically require a stream key and a rtmp...

So here is a small code example, if you pass a media buffer into this and fill out the necessary variables, it should stream the media to your twitch. There's...

I've had to disable it, it doesn't work in dev or build for me. I haven't had an opportunity to create a minimum reproducible example, here in next few days...

Great question, i am not currently testing it with the dark mode/theme selectors, i will say that is has added the container to HTML and body as well, so it's...

Yeah there's some unscoped styles in the docs theme, ideally all docs theme work should be scoped to the specific docs work so that if you use this in an...

@bhatvikrant you can use my pr and fix the issue then copy paste the generated styles instead of the modules CSS export

@B2o5T i haven't updated to the latest version, but as of the version listed above, i was still experiencing the issue. I'll double check if we still have that issue...

.columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } The second child is the margin-left that you are adjusting, the first child is set to 0. Try overriding...

@piotrdubiel @dariuszseweryn @Cierpliwy is there anything the community can do to get some eyes on this PR?