RicardoRodriguezPina / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

WebRTC dealing with H264 code #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In a WebRTC system, make a call from web to boghe.
2. The boghe can't see the web's views while the web can see boghe's.

What is the expected output? What do you see instead?
Here we use our own media gateway in WebRTC system so the stream from web is 
transcoded into H264 by the media gateway. We hope to see views in the boghe 
but boghe's screen is black.

What version of the product are you using? On what operating system?
v2.0.153.836 on Windows 8.1

Please provide any additional information below.
In our media gateway, we set the following paras:
(use ffmpeg)
av_dict_set( &codec_options, "profile", "baseline", 0 );
av_dict_set( &codec_options, "level", "2.0", 0 );

That works well when use VTalk as ims client, but when use boghe, we can see 
nothing.

Do you know how to deal with that? Thanks!

Original issue reported on code.google.com by liyi5...@gmail.com on 10 Jul 2015 at 8:25