Commit Graph

7 Commits

Author SHA1 Message Date
Sean DuBois
24a312c34d Fix poorly named function in RTCPeerConnection
CreateOffer -> CreateAnswer currently `pion-WebRTC` can only generate
offers not answers.
2018-07-04 00:46:01 -07:00
Sean DuBois
b1da546d24 Implement multi-pipeline gstreamer-send example 2018-07-03 17:11:56 -07:00
John Bradley
912a8e18f8 Add opus sending support 2018-07-03 18:00:45 -05:00
Sean DuBois
6eb22ad669 Add 'gstreamer-send' to README.md 2018-07-03 00:10:38 -07:00
Sean DuBois
5bf9d5af34 Add ICE connection state change notification and timeouts 2018-06-30 02:57:47 -07:00
Sean DuBois
5235a4f78c Prepare for send-peer
Only thing left is creating the RTP packets, using packets directly
works
2018-06-24 19:48:45 -07:00
Sean DuBois
51136804ac Significant send progress
* GStreamer sends RTP packets to Go
* pion-WebRTC generates proper SDP, and has certificate ready
* Just need to implement SRTP functionality and rough MVP should be done
2018-06-22 01:04:07 -07:00