mediasoup-client direct access to h264 stream on device that does not have h264 hardware decoder

I don’t understand the problem.

  1. You create a DataProducer on a DirectTransport in mediasoup.
  2. You create a DataConsumer on a WebRtcTransport in mediasoup to consume such a DataProducer.
  3. You get the sctpStreamParameters of such a server side DataConsumer and signal them to the browser that calls transport.consumeData() with them.

Thank you very much! You awesome!

It’s work!!!
Now we need decode h264mp in JavaScript, it’s not anymore related to webrtc transport.