UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

Video Multiplexing example

Open segatecm opened this issue 4 years ago • 12 comments

Hi all: I want to send some data with video frame synchronous, like camera position... I found some stuff like Multiplex Video Encoder, But I don't know how to do it. So please give me some advice, Thanks.

segatecm avatar Nov 09 '21 12:11 segatecm

Could you explain Multiplex Video Encoder? We are going to develop the Encoded Streams API for sending/receiving metadata with video frame synchronously. https://github.com/Unity-Technologies/com.unity.webrtc/issues/305

karasusan avatar Nov 12 '21 02:11 karasusan

A class name MultiplexEncoderFactory in webrtc c++ source code. It used to send metadata with video frame. I dont know how to use it in C#. So, please Help!

segatecm avatar Nov 12 '21 05:11 segatecm

Is this? https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/media/engine/multiplex_codec_factory.h

karasusan avatar Nov 16 '21 11:11 karasusan

Yes, MultiplexEncoderFactory. How can I use it in Unity?

segatecm avatar Nov 16 '21 12:11 segatecm

@segatecm Currently, we can not use it.

This module looks interesting. I searched about that, but there is not a lot of information. 😅

karasusan avatar Nov 17 '21 01:11 karasusan

Me too. I want to use it.But can not find any sample.

segatecm avatar Nov 17 '21 03:11 segatecm

memo: URS-368

karasusan avatar Nov 22 '21 05:11 karasusan

Thanks. Where can I check the URS-368 progress?

segatecm avatar Nov 22 '21 08:11 segatecm

@segatecm Sorry, this link is for an internal tracking system, so I cannot share that.

karasusan avatar Nov 24 '21 02:11 karasusan

OK. How long will this feathure be released?

segatecm avatar Nov 24 '21 07:11 segatecm

@segatecm It is difficult to add the feature immediately, please watch the ticket. https://github.com/Unity-Technologies/com.unity.webrtc/issues/578

karasusan avatar Feb 08 '22 03:02 karasusan

Thanks!

segatecm avatar Feb 09 '22 06:02 segatecm