hublin icon indicating copy to clipboard operation
hublin copied to clipboard

Sending files

Open sa4ek opened this issue 7 years ago • 2 comments

Good day, I want to make a module for sending files and some other data for all users, how can i do it?

And i have one more question, does video support alpha channel or transperency?

Or if I can use WebRTC datachannel for sending transperency and files.

And what about C# UWP api?

Thanks

sa4ek avatar Jun 01 '18 08:06 sa4ek

Hello,

Yes you can build your own module to send files; we already use WebRTC datachannel to send JSON between peers, you can do the same for binary data.

What do you mean by alpha channel?

Thanks for Microsoft UWP API, but this is not planned at all.

chamerling avatar Jun 01 '18 09:06 chamerling

I have depth camera, which can transfer not only rgb image. It transfer image with depth.
For example this codec can use transperensy in video - Webm with VP8. I want to pack depth data to alpha channel.

sa4ek avatar Jun 01 '18 09:06 sa4ek