platform/upstream/gstreamer.git
2018-06-27 Matthew ClarkCorrect signalling usage instructions
2018-06-25 Mathieu Duponchellewebrtc-sendrecv.py: required gstreamer 1.14.2
2018-06-21 Sebastian DrögeGeneral code cleanup of the Rust sendrecv demo
2018-06-21 Sebastian DrögeFix various clippy warnings in the Rust sendrecv demo
2018-06-18 maxmcdAdd --disable-ssl flag to webrtc-sendrecv.c
2018-06-18 maxmcdAdd --disable-ssl option to simple-server.py
2018-06-18 maxmcdAdd Rust version of sendrecv example
2018-06-11 Mathieu Duponchellewebrtc-sendrecv.py: improve debug and documentation
2018-06-11 Mathieu Duponchellesendrecv: python version
2018-04-11 Nirbheek ChauhanFix heading levels
2018-04-03 Eloi Bailmp-webrtc-sendrecv.c: add missing comma in the list...
2018-03-31 Nirbheek Chauhansendrecv/js: Improve more logging and errors
2018-03-31 Nirbheek Chauhansendrecv/js: Fix some null/undefined checks
2018-03-31 Nirbheek Chauhansendrecv/js: Don't reuse peer_id across sessions
2018-03-31 Nirbheek Chauhansendrecv/gst: Add no-op audio/video converters
2018-03-31 Nirbheek Chauhansendrecv/js: custom getUserMedia constraints
2018-03-31 Nirbheek Chauhansendrecv/js: Simplify local stream management
2018-03-31 Nirbheek Chauhansendrecv/js: Allow overriding peer_id and ws_server
2018-03-31 Nirbheek Chauhansendrecv/js: Explicitly close the local stream when...
2018-03-31 Nirbheek Chauhansendrecv/js: Make error statuses more prominent
2018-03-31 Nirbheek Chauhansendrecv/js: Call getUserMedia on incoming call
2018-03-31 Nirbheek Chauhansendrecv: Don't set pipeline state if it's NULL
2018-03-31 Nirbheek ChauhanDon't use strict ssl certificate checking for localhost
2018-03-23 Nirbheek ChauhanAdd Makefiles for all C demos
2018-03-23 Nirbheek ChauhanFix compiler warnings in all C demos
2018-03-23 Nirbheek Chauhansendrecv: Fix SDP message format
2018-03-21 Sebastian KilbFix audio/video linking error on windows
2018-03-10 Nirbheek ChauhanREADME.md: Document the binaries and Cerbero
2018-03-09 Nirbheek ChauhanCheck for all necessary plugins at startup
2018-03-08 Nirbheek ChauhanFix crash on Windows by delimiting option entries with...
2018-02-17 Nirbheek ChauhanREADME: link to blog post, document multiparty example
2018-02-02 Tim-Philipp... README: fix formatting
2018-02-02 Tim-Philipp... webrtc-sendrecv: define GST_USE_UNSTABLE_API to avoid...
2018-02-02 Tim-Philipp... Update README
2017-12-12 Nirbheek Chauhansendrecv: Add a Google STUN server to the configuration
2017-11-22 Matthew Watersserver/js: also allow running on localhost
2017-11-22 Mathieu DuponchelleUpdate to new promise API
2017-10-30 Nirbheek Chauhanmultiparty sendrecv: Add a queue before the audio sink
2017-10-30 Nirbheek ChauhanWIP: Add a new multiparty sendrecv gstreamer demo
2017-10-30 Nirbheek Chauhansendrecv: Rename function for greater clarity
2017-10-28 Nirbheek ChauhanUpdate Protocol.md
2017-10-28 Nirbheek Chauhansimple-server: Add support for multi-party rooms
2017-10-28 Nirbheek ChauhanProtocol.md: Fix headings
2017-10-28 Nirbheek Chauhansignalling/client.py: Rename to session-client.py
2017-10-21 Nirbheek ChauhanAdd sendrecv implementation in js and gst webrtc
2017-10-21 Nirbheek ChauhanAdd a simple python3 webrtc signalling server
2017-10-21 Nirbheek ChauhanInitial commit