Luke Curley

Results 83 comments of Luke Curley

Hey @roerohan, I've got a pretty large set of changes in the works including a revamp of publishing. It might be best to hold off until then unless you need...

Okay publishing is now in Javascript and it's much better. I'm using it extensively for my application so it won't accidentally break again (I hope).

Hey @Blast545 Check out the contents of `dev/pub`. It invokes ffmpeg and you should be able to use the same flags.

As for gstreamer, thanks for the attempt to update it. I think I'm going to merge it into the `moq-rs` repo proper so I'll actually keep it up to date....

I crudely updated moq-gst to the latest API as part of moving it into this repo. It's a hack, but eh.

There's a way to publish on the web and via gstreamer now.

`http://localhost:8080` is the right URL. That makes a HTTP GET for `http://localhost:4443` to get the TLS certificate followed by a WebTransport CONNECT for `https://localhost:4443`. The WebTransport connect failure is unexpected....

#315 might work for you

> WebTransport is not defined That's a browser error: https://caniuse.com/webtransport You said you were using Firefox? Can you try Chrome?

Can you try without docker? I couldn't figure out an easy way to host the website via docker. `./dev/all` is much faster