Chen
Chen
用测试程序rtp-receiver从live555取流,保存下来即可。 也可以用vlc之类软件从live555播放rtsp流,把wireshark抓包数值保存成rtpdump格式文件。
libmov/include/mov-udta.h 和 libmov/source/mov-udta.c 里可以添加一下自定义信息,不知道是否可以满足你的需求。
Could you show me the sdp contents of test program and gstreamer? As you known, unlike audio, video must decode from the key frame. Video buffering may be cause by...
I have tested rtp streaming to janus gateway, the video show very quicky. Config: h264-sample: { type = "rtp" id = 10 description = "H.264 live stream coming from gstreamer"...
Below is my test code: read a mp4 file and streaming to janus gateway server. Copy and save to media-server/test folder. (Just test on windows10 vs2019, not sure for linux)...
# 1. make sure janue h264-sample be uncomment:  # 2. rtp payload change to 126 (same as janus.plugin.streaming.jcfg) > `m_rtppacker = rtp_payload_encode_create(RTP_PAYLOAD_H264, "H264", (uint16_t)ssrc, ssrc, &s_rtpfunc, this);` --> `m_rtppacker...
SRTP/SRTCP error between web browser and janus,try to restart janus。 Check janus video fmtp profile-level-id value with your camera h.264 video profile. 
Browser send RTCP/PLI on miss/lost IDR frame. Janus find IDR frame in local memory buffer, or forward PLI to camera. librtp don't support rtcp/pli extension.
Make sure your camera streaming start with IDR frame. Or, config camera video GOP interval 1s(25 frames)
Why ffmpeg output "decodint for stream 0 failed" ? Could you upload the h264 file?