Treffer: Building Realtime Web Applications with WebRTC and Python

Title:
Building Realtime Web Applications with WebRTC and Python
Authors:
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
EuroPython
Publication Year:
2014
Document Type:
course material<br />moving image (video)
Language:
English
Accession Number:
edsbas.38FE177
Database:
BASE

Weitere Informationen

(en)Tarashish Mishra - Building Realtime Web Applications with WebRTC and Python WebRTC makes building peer to peer real time web applications easier. First, we'll discuss in short what WebRTC is, how it works. Then we will explore ways to build the signalling system of a WebRTC app using Python. Outline of the talk =============== ### Intro (5 min) ### - Who are we? - What is WebRTC? - Functions of WebRTC. ### WebRTC APIs and Demos (3 min) ### - MediaStream (getUserMedia) API - RTCPeerConnection API - RTCDataChannel API ### Signaling in WebRTC Applications (3 min) ### - What is signaling? - Why is it needed? - How to implement it? ### Implementation of signaling (16 min) ### - Implementation using Google AppEngine and Channel API - Implementation using Flask and gevent