Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: remoting/host/linux/linux_me2me_host.py

Issue 1846893002: Interface with webrtc through encoded frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sergeyu comments and rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/linux/linux_me2me_host.py
diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py
index 9c80e789fea03b45f8023609b0e08d11677e9f38..e9dd7677d386965b6f2f4c52020652cd7b71464d 100755
--- a/remoting/host/linux/linux_me2me_host.py
+++ b/remoting/host/linux/linux_me2me_host.py
@@ -516,6 +516,7 @@ class Desktop:
signal.signal(signal.SIGUSR1, sigusr1_handler)
args.append("--signal-parent")
+ args.append("--enable-webrtc")
Sergey Ulanov 2016/04/12 18:57:31 Don't need this
Irfan 2016/04/12 21:13:11 Done.
self.host_proc = subprocess.Popen(args, env=self.child_env,
stdin=subprocess.PIPE)

Powered by Google App Engine
This is Rietveld 408576698