GitHub / elixir-webrtc/ex_webrtc issues and pull requests
#115 - Fix typos
Pull Request -
State: closed - Opened by kianmeng about 1 year ago
- 2 comments
#114 - Fix send_rtp for non-existing track id
Pull Request -
State: closed - Opened by ndrean about 1 year ago
- 4 comments
#113 - /lib/ex_webrtc/peer_connection.handle_cast(:send_rtp) refactor circa line 982
Issue -
State: closed - Opened by ndrean about 1 year ago
- 2 comments
#112 - `echo` example not working
Issue -
State: closed - Opened by peaceful-james about 1 year ago
- 12 comments
#111 - Inbound Simulcast
Pull Request -
State: closed - Opened by LVala about 1 year ago
- 1 comment
#109 - Add `whip_whep` example
Pull Request -
State: closed - Opened by LVala about 1 year ago
- 1 comment
#106 - Accept padding packets in VP8 depayloader
Pull Request -
State: closed - Opened by mickel8 about 1 year ago
#105 - Release `0.2.0`
Pull Request -
State: closed - Opened by LVala about 1 year ago
#104 - Improve the structs in the API, add docs
Pull Request -
State: closed - Opened by LVala about 1 year ago
- 1 comment
#103 - Update `README.md`
Pull Request -
State: closed - Opened by LVala over 1 year ago
#102 - Adjustments for BUNDLE group. Update ex_ice.
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#101 - Add outbound RTX
Pull Request -
State: closed - Opened by LVala over 1 year ago
#100 - Respond to incoming NACK
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 2 comments
#99 - Add `send_pli` function
Pull Request -
State: closed - Opened by LVala over 1 year ago
#98 - Allow to pass GenServer opts to the PeerConnection
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#97 - Change controlling process spec to `Process.dest()`
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#96 - Add ice_gathering_state_change event
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#95 - Handle incoming data before receiving an answer
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#92 - Allow `add_ice_candidate` when `current_remote_description` is not set
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#91 - Improve CI
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#90 - Generate NACKs and handle incoming RTX packets
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#89 - Fix issue with not-updating RTP header extensions on remote description
Pull Request -
State: closed - Opened by LVala over 1 year ago
#88 - Add WHEP from file example
Pull Request -
State: closed - Opened by clone1018 over 1 year ago
- 1 comment
#87 - Use normalized comparison in PeerConnection.Configuration.supported_codec?/2
Pull Request -
State: closed - Opened by clone1018 over 1 year ago
#86 - Fix `TWCCRecorder` base timestamp evaluation bug
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 2 comments
#85 - Fix get_all_running/0 test
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#84 - Allow for setting custom controlling process
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 2 comments
#83 - Add local/remote ICE candidates to current/pending description.
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#82 - Fix SDPUtils.get_dtls_role/1. Handle multiple Group attributes.
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#81 - Sending RTCP Reports
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#79 - Update bidirectional connection example in the transceiver guide
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#78 - Add support for RTCP Sender Reports
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#77 - Add support for RTCP Receiver Reports
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#76 - adding rtcp processing example
Pull Request -
State: closed - Opened by themusicman over 1 year ago
- 6 comments
#75 - Move functions modyfing `RTPSender` out of `PeerConnection`
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#74 - Add more examples
Issue -
State: closed - Opened by srcrip over 1 year ago
- 1 comment
#73 - Fix invalid order of return values from `TWCCRecorder.get_feedback/1
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#72 - Allow `MediaStreamTrack.t()` as a parameter to `send_rtp/3`
Pull Request -
State: closed - Opened by srcrip over 1 year ago
- 3 comments
#70 - Add logo
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
#69 - Update README.md
Pull Request -
State: closed - Opened by LVala over 1 year ago
#68 - Call end_of_candidates on receiving an empty ICE candidate
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
#67 - Fix issue with rejecting non-matching FMTP
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#66 - Simplify examples
Pull Request -
State: closed - Opened by LVala over 1 year ago
#65 - Fix bug with choosing transceiver for remote m-line
Pull Request -
State: closed - Opened by LVala over 1 year ago
#64 - Add get_stats/1
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#63 - Add support for TWCC feedbacks
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#62 - Add ICECandidate.to_json and ICECandidate.from_json
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#61 - Fix no supported codecs scenario
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#60 - Handle ExDTLS errors
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#59 - Add test for adding and removing tracks in a loop
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#58 - Add audio handling in the `echo` example
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#57 - Improve API and API docs
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#56 - Add Transceiver guide
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 3 comments
#55 - Add stop_transceiver/2
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#54 - Refactor PeerConnection tests
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#53 - Restructure `Media` module
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#52 - Extend Ogg examples
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#51 - Add replace_track
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 2 comments
#50 - Ogg writer
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#49 - Add removeTrack
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#48 - Reject SDP offer when there are no matching codecs
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#47 - Add Opus payloader
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#46 - Add save_to_file example
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#45 - Add VP8 depayloader
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#44 - Add IVF writer
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#43 - Ogg reader
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#42 - Add VP8 depayloader and IVF writer
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 2 comments
#41 - Add negotiation_needed notification
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#40 - Stop transports on closing PeerConnection
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#39 - Correctly generate SSRC for RTPSender
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#38 - Add `add_track/2` function to API
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#37 - Update config on receiving remote SDP
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#36 - Fix timestamps and typos in send_from_file example
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#35 - AV1 payloader
Pull Request -
State: open - Opened by mickel8 over 1 year ago
#34 - Properly handle new remote tracks
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#33 - Add AV1 to the list of default video codecs
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#32 - Fix ssrc in demuxer
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#31 - Negotiation improvements
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#30 - Initial version of sending from a file
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#29 - Add IVF reader
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#28 - Roadmap
Issue -
State: open - Opened by mickel8 over 1 year ago
- 12 comments
#27 - Move ICETransport initialization to PeerConnection
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#26 - Update deps. Get rid of most of the compiler warnings
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 2 comments
#25 - Add ICETransport behaviour
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#24 - Convert PeerConnection internal state into map
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#23 - Increase assert_receive_timeout to 300ms
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#22 - Verify peer cert fingerprint
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#21 - Allow for sending data
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#20 - Add PeerConnection state machine
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#19 - Verify peer certificate fingerprint
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
#18 - Convert `RTPTransceiver` to separate process
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#17 - Use new, struct-based `ex_dtls`; add tests
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#16 - Change `DTLSTransport` to a process
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 2 comments
#15 - Basic RTP demuxing
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#14 - Make codecs and rtp header extensions configurable
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#13 - Configure codecov
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#12 - Setup SRTP decryption
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#11 - Document and refactor PeerConnection options
Pull Request -
State: closed - Opened by mickel8 over 1 year ago
- 1 comment
#10 - Move DTLS utilities to `DTLSTransport` module
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment
#9 - Fix DTLS handshake initiation in active mode
Pull Request -
State: closed - Opened by LVala over 1 year ago
- 1 comment