kurento-rtmp
kurento-rtmp copied to clipboard
demo: webrtc to rtmp via kurento
Local video: yes WebRTC: yes, RTMP window: No ``` Page loaded ... Starting video call ... Creating WebRtcPeer and generating local sdp offer ... spec: {"audio":true,"video":{"width":620,"framerate":15}} chrome: {"audio":true,"video":{"optional":[{"minWidth":620},{"maxWidth":620},{"minFramerate":15},{"maxFramerate":15}]}} Invoking SDP...
Please rebuild this project
after browser send offer and server do receive the offer but didn't execute the getKurentoClient callback. why?
Hello and congrats on this software you wrote. Also thank you for sharing it. Do you have any suggestion on how to increase the capture of the camera in terms...
From ffmpeg: [sdp @ 0x384a460] Could not find codec parameters for stream 1 (Video: h264, none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options
@godka @quickstreamingmedia ,Can you guide me on below errors? [sdp @ 000002ce0a49f780] Could not find codec parameters for stream 1 (Video: h264, none): unspecified size Consider increasing the value for...
你好,我测了下,流程没有问题,但是rtmp协议观看时在1080p下有严重的花屏问题,720p没有问题。 直接用webrtc观看1080p也没有问题。 然后改了些参数,测试也没太大的改善: rtpEndpoint.setMinVideoRecvBandwidth(0); rtpEndpoint.setMaxVideoRecvBandwidth(0); rtpEndpoint.setMinVideoSendBandwidth(0); rtpEndpoint.setMaxVideoSendBandwidth(0); rtpEndpoint.setMinOutputBitrate(0); rtpEndpoint.setMaxOutputBitrate(0); sdpRtpOfferString += 'a=fmtp:96 packetization-mode=1;max-fr=30;level-asymmetry-allowed=1;max-fs=12288;x-google-start-bitrate=800;x-google-min-bitrate=100;x-google-max-bitrate=3000\n'; 还有什么思路可以排查问题呢? 多谢!
您好!成功运行此demo的node及npm版本分别是多少?
I have sent you a message via email about something concerning this if you could please reach out to me that would be AMAZING