example-webrtc-applications icon indicating copy to clipboard operation
example-webrtc-applications copied to clipboard

Examples of WebRTC applications that are large, or use 3rd party libraries

Results 52 example-webrtc-applications issues
Sort by recently updated
recently updated
newest added

#### Description Add sample pipeline for screen sharing using gstreamer-send. `echo $BROWSER_SDP | gstreamer-send -video-src "ximagesrc startx=1280 show-pointer=true use-damage=0 ! video/x-raw, framerate=30/1 ! videoscale method=0 ! video/x-raw, width=1280, height=720 !...

Update the struct of Softphone and update the Digest Auth part to simplify use. More info here: https://en.wikipedia.org/wiki/Digest_access_authentication

## Summary As there exists a https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm it'd be useful to have the equivalent for saving to mp4 or mkv. ## Motivation While the existing example of saving h.264 to...

https://github.com/pion/example-webrtc-applications/blob/master/snapshot/main.go

I'm trying to understand where to get the .sdp file from a ongoing WebRTC conference. Can you give an advice on how to obtain it?

Not usre where exactly yo ask this, but I'm looking for some advise on processing a stream. Firstly, thank you for Pion, it's awesome! We have it in a project...

Set sdpMid value to an empty string replacing null for avoiding NullPointerException: W/System.err(10024): java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] java.lang.String.getBytes(java.lang.String)' on a null object reference W/System.err(10024): at org.webrtc.JniHelper.getStringBytes(JniHelper.java:25) W/System.err(10024):...

## Summary One paragraph explanation of the feature. ## Motivation Why are we doing this? What use cases does it support? What is the expected outcome? Is this available in...

#### Description This is a copy of sfu-ws with examples for using TURN.

### Your environment. - Version: d5f669a4581a43f962184d3885ff5860820bf9fb - iPhone6s, iOS14.4 ### What did you do? Follow README and run. ### What did you expect? Run without crash. ### What happened? Crash...