rtp icon indicating copy to clipboard operation
rtp copied to clipboard

Generate Examples of Usage

Open cameronbroe opened this issue 4 years ago • 1 comments

I have a project that I am working on where I want to send an H264 stream over the RTP protocol to be consumed by another application, so this project rather than the WebRTC project as a whole seems more applicable. There are no examples provided like the WebRTC project has, so we should create one. I spoke with @Sean-Der in Slack about it and he told me to notate an issue.

The goal is going to be to create a basic example demonstrating how to send an H264 file over RTP directly with this package.

cameronbroe avatar Apr 15 '20 21:04 cameronbroe

I've started to take a stab at working on this here: https://github.com/cameronbroe/rtp/tree/h264-serving-example

So far, I'm just sending the raw H264 data over UDP. I'm kind of at a loss of where to go with packetizing the data into RTP with this library.

cameronbroe avatar Apr 17 '20 16:04 cameronbroe