Danish Arora
Danish Arora
@shubham-pixelnx I'm wanting to spawn a chromium instance, go to our meeting URL, record that meeting, and save it to the server. All of it needs to happen on our...
Got it - gonna resort to server-side recording & post-processing then
Recording individual RTP streams (diverting them from the media router to a new endpoint on ffmpeg/Gstreamer, and recording them). Once those individual streams have been recorded, using ffmpeg/Gstreamer again to...
Addressed in js-waku here: #1894 Blocked until nwaku releases support for yamux: https://github.com/waku-org/nwaku/pull/2518
Yes, the PR upgraded nwaku to 0.27 but dials seem to be failing. Will come back to this and investigate
related to https://github.com/waku-org/nwaku/issues/2502
@vpavlin > On the other hand, if the flow is > > 1. `createSubscription` > 2. `addEventListener` > 3. `subscribe` > > Then it may not really help the devexp...
> With autosharding only the content topic would be needed. Hence, I suggest to only pass the content topic to addEventListener: > > function addEventListener(contentTopic: string, (event: Event) => void):...
> > * not possible to handle error if `subscribe request` fails; > > This would be handled with `createSubscription` throwing/rejecting, no? yes
tracking followup as discussed in PM meeting here: https://github.com/waku-org/js-waku/issues/1713