Hello,
I try to stream a H.264 encoded video from a custom C++ application to Firefox. To do so, I modify the SDP offer generated by Firefox (as Chrome doesn't support H.264 yet) in order to prefer the H.264 encoder. It seems to work well as a OpenH264 encoder is created and I get OpenH264 warnings in the logs.
The problem is that in the browser, the video never shows up.
I use the webcam video capturer provided in the peerconnection example (it works well with VP8).
You can find the offer (sdp.txt) and the logs (out.log) attached to this message.
Thanks for your help.