pion / webrtc

Pure Go implementation of the WebRTC API
https://pion.ly
MIT License
13.05k stars 1.6k forks source link

Move examples to a standalone project #516

Closed jinleileiking closed 5 years ago

jinleileiking commented 5 years ago

Summary

Move examples to a standalone project

Motivation

example modifies does not show in webrtc commits. Thas sucks.

Describe alternatives you've considered

Additional context

rob-deutsch commented 5 years ago

Good idea, but a couple of thoughts:

  1. The pro of taking it out of the commit logs is partly offset by the difficulty of keeping pions-webrtc and the examples in sync. Especially when things are moving fast.

  2. Slightly OT: I was recently surprised to learn that the gstreamer packages were moved to an internal directory. I think it is not good that other people can't use them. Those gstreamer packages were an important part of me building my first POC pions-webrtc app.

backkem commented 5 years ago

My thoughts from Slack:

Regarding @rob-deutsch comments:

backkem commented 5 years ago

Also, please make sure to keep the commit history when pulling things into a separate repo.

Sean-Der commented 5 years ago

Duped with #561