meetecho / simple-whip-client

Simple WHIP Client (based on GStreamer's webrtcbin)
GNU General Public License v3.0
66 stars 18 forks source link

on eos signal from sink between src and webrtcbin, disconnect from whip #10

Closed danjenkins closed 2 years ago

danjenkins commented 2 years ago

EDIT Removed the error listening hacky code.

Now you pass in an extra param to give it a name of a sink between the source that may end by itself and webrtcbin Typically you're going to have a demuxer or a parser or a decoder anyway so just add a name to that "sink" and pass that name in as a param under -e

danjenkins commented 2 years ago

@lminiero fixed the merge conflict

lminiero commented 2 years ago

Thanks for the quick fixes, merging!