Hello. I have make media stream "server" which able to make peer2peer connection to firefox by webrtc "protocol". I have made successfully sending stream data but have such strange problem. vp8 I-Frames(key frames) are draws(in html video tag) correctly but P-Frames(non key frames) not, they not blend to previous image. any recommendation or any idea where should I seek problem?
I have use libav for open webm file, read frames pack in rtp, protect by srtp and send. I not decode frames when read from file, just primary pack and send. webrtc logs not fix any error or some wrong. And it's quite hard to find where is real problem. Thank you. _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

