moq-wg / moq-transport

draft-ietf-moq-transport
Other
84 stars 22 forks source link

Compute overhead for audio only conference #131

Open fluffy opened 1 year ago

fluffy commented 1 year ago

We need to work to get the number of bytes sent for a use case like clubhouse to relatively efficient. ( I am thinking something similar to RTP )

ianswett commented 1 year ago

I marked this NotTransport because I don't believe this is a transport issue. Unless this is an issue implying moq-transport should support datagrams, in which case let's say so explicitly.

kixelated commented 1 year ago

I marked this NotTransport because I don't believe this is a transport issue.

+1

Unless this is an issue implying moq-transport should support datagrams, in which case let's say so explicitly.

Datagrams would slightly increase the overhead actually, since QUIC can coalesce multiple STREAM frames into a single packet.

afrind commented 12 months ago

Individual Comment:

+1 that this measurement is very useful, an interested party asked me for the same.

Can we assign someone who is able to send audio over moqt-01 (perhaps @suhasHere or @jordicenzano) to compute the current overhead with their implementation? This data may inform further work we need to do.

afrind commented 3 months ago

@suhasHere can you measure this in your implementation and report back

suhasHere commented 1 month ago

@afrind Yes . I might need some time to get the data reported. but happy to instrument the media flows.