Hello!
I have downloaded the sources from
https://github.com/mpromonet/webrtc-streamer and trying to build it on Ubuntu 32 bit machine. When I run
gn gen out/Release --args='is_debug=false rtc_use_h264=true ffmpeg_branding="Chrome" rtc_include_tests=false' I have errors:
File "/home/victor/depot_tools/gn.py", line 38, in <module>
sys.exit(main(sys.argv))
File "/home/victor/depot_tools/gn.py", line 33, in main
return subprocess.call([gn_path] + args[1:])
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
I need webrtc on a machine 32 bit. Maybe it's a way to run with some specific parameters to build it?
Thanks.