floe / surfacecast

SurfaceCast: merge and distribute surface streams and webcam chat via WebRTC
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Allow feeding H.264 into the webrtc wrapper #49

Open floe opened 1 year ago

floe commented 1 year ago

Right now, all encoding is done in the wrapper and only raw video can be consumed; would be more flexible if an option for consuming already-encoded H.264 is available. This is a prerequisite for addressing #31.

NB: in parallel, some scenarios would benefit from not hard-wiring a decodebin into the output, but also allowing to output the encoded stream.