The Wayback Machine - https://web.archive.org/web/20220324220724/https://github.com/topics/rtp
Skip to content
#

rtp

Here are 215 public repositories matching this topic...

Antonito
Antonito commented Sep 3, 2020

Your environment.

  • Version: v1.6.0
  • Browser: N/A

What did you do?

package rtp_test

import (
	"bytes"
	"testing"

	"github.com/stretchr/testify/assert"

	"github.com/pion/rtp"
	"github.com/pion/rtp/codecs"
)

func Test_RTP_Marshal_Unmarshal(t *testing.T) {
	multiplepayload := make([]byte, 128)
	packetizer := rtp.NewPacketizer(100, 98, 0x1234ABCD, &codecs.G7
good first issue

Improve this page

Add a description, image, and links to the rtp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rtp topic, visit your repo's landing page and select "manage topics."

Learn more