Hi,
I am trying to use Janus streaming plugin to stream H264 encode video (Baseline profile) to Janus streaming plugin demo page opened in Chrome browser.
It shows that stream has started and displays bitrate, however, video does not start.
chrome://webrtc-internals shows that all frames are dropped and not decoded.
If I use Firefox - it does show the video.
I can play RTSP stream using ffplay and VLC.
Janus streaming plugin configuration:
rtsp-5: {
type = "rtsp"
id = 5
description = "UVC G3 Flex B3A5"
audio = false
video = true
videofmtp = "profile-level-id=42e01f;packetization-mode=1"
}
What could be the reason for this and how to make it work on Chrome ?