WebRTC to Gstreamer Bridge
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to stream audio from a browser to a gstreamer pipeline on a server. I'm currently using Kurento, and modifying the Hello World example to try to connect an RTP Endpoint to the pipeline -- but am having trouble. I know the media is getting there because when I swap in a Recording Endpoint, I get a valid recording. The Kurento Node JS is: pipeline.create("RtpEndpoint", {}, function(error, rtpEndpoint) { if (error) { console.log("Recorder problem"); return sendError(res, 500, error); } console.log("Creating WebRtcEndpoint"); pipeline