stasel / WebRTC

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS
Other
359 stars 76 forks source link

Add support for tvOS #10

Open snowinszu opened 3 years ago

snowinszu commented 3 years ago

Thanks for great job. Could you add support build script for tvOS?

stasel commented 3 years ago

Hey, compiling webRTC for tvOS is not trivial and requires changing some C/C++ source files to make it work. I saw some people managed to do that but unfortunately I don't have the capacity to do it right now.

Can be fun little project some time in the future.

llspalex commented 11 months ago

@stasel Do you have any info on if there's an obtainable version of WebRTC for tvOS, or is this something you'd be willing to contract?

mreed49 commented 10 months ago

Hey, compiling webRTC for tvOS is not trivial and requires changing some C/C++ source files to make it work.

Do you have any pointers at where to start looking to make these changes?

stasel commented 10 months ago

I would start with understanding how the ninja build system works, try to modify the config files to generate tvos framework target and handle any compilation errors along the way. There is a chance that some API will not be available on tvOS and a workaround will be needed.

If would be great if you could share any progress others can benefit your work