I was able to send the gstreamer to the Janus Gateway streamingtest.html via janus.plugins.streaming.cfg configuration.
Can I reroute this to video room?
Also, the gstreamer h264 is working, however every other few seconds it has 'video lag pauses' in the video stream, how can I make it lag free?
Using the following settings, I've tried adjusting the bitrate, fps (minimum 30 or higher), config-interval as 0 1 2 pt 96 and 126, no improvement.
raspivid -n -w 640 -h 480 -b 512000 -fps 30 -vf -hf -t 0 -pf baseline
-o - | gst-launch-1.0 -v fdsrc fd=0 ! h264parse ! rtph264pay
config-interval=1 pt=126 ! udpsink host=192.168.1.24 port=8004