--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/bbfc09a2-02de-45e9-b497-494f59e0ba04%40googlegroups.com.
gst-launch-1.0 -v rtpbin name=rtpbin ! videotestsrc ! \
'video/x-raw, width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)30/1' ! \
videoconvert ! queue ! vaapih264enc bitrate=25000 ! \
'video/x-h264, stream-format=(string)byte-stream, profile=baseline' ! \
rtph264pay config-interval=10 pt=96 ! \
rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! \
udpsink host=127.0.0.1 port=5000 rtpbin.send_rtcp_src_0 ! \
udpsink host=127.0.0.1 port=5001 sync=false async=false
To unsubscribe from this group and stop receiving emails from it, send an email to meetech...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/ad4558a6-086a-422c-b55e-54498999e0e4%40googlegroups.com.
gst-launch-1.0 -v rtpbin name=rtpbin ! videotestsrc ! \
'video/x-raw, width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)30/1' ! \
videoconvert ! queue ! vaapih264enc bitrate=25000 ! \
'video/x-h264, stream-format=(string)byte-stream, profile=baseline' ! \
rtph264pay config-interval=10 pt=96 ! \
rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! \
udpsink host=127.0.0.1 port=5000 rtpbin.send_rtcp_src_0 ! \
udpsink host=127.0.0.1 port=5001 sync=false async=false
h264-sample: {
type = "rtp"
id = 1
description = "H.264 WebRTC Stream"
audio = false
video = true
videoport = 5000
videortcpport = 5001
videopt = 96
videortpmap = "H264/90000"
videofmtp = "profile-level-id=428028;packetization-mode=1"
}
A.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/ad4558a6-086a-422c-b55e-54498999e0e4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/a892385e-c7f5-46d3-bd5a-4f758970fc55%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/a892385e-c7f5-46d3-bd5a-4f758970fc55%40googlegroups.com.
I'm seeing stuttering also with just ~ 500Kbits/sec. Also linking against libnice master (libnice.so.10).Any other tips on debugging the stutter?
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/fbfd0af6-7ff6-4bcb-86bd-d0a3aa61b294%40googlegroups.com.