rtmp-to-webrtc
rtmp-to-webrtc copied to clipboard
GOPRO h264 stream not displayed
Hi there, thanks for this example. It works when using ffmpeg to inject an RTMP stream. However with a real GOPRO camera, the video is not displayed. The stream arrives to the browser (as per ://webrtc-internals) but no image is shown.
May it have to do with the h264 version (or used params) for the stream from the camera? As I understand it, your code demux the FLV but no H264 transcoding is done right?
Any possible help please? Thanks.