b-52-1 / linphone-vs2008

Automatically exported from code.google.com/p/linphone-vs2008
0 stars 0 forks source link

can't show video #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup linphone(android version) on android device.
2. call linphone-vs2008-demo from android with video support.
3. can't show video on vs2008-demo

What is the expected output? What do you see instead?
can't show video on demo.

What version of the product are you using? On what operating system?
vs-demo.

Please provide any additional information below.

Original issue reported on code.google.com by purerain...@gmail.com on 29 Dec 2011 at 8:59

GoogleCodeExporter commented 9 years ago
vs-demo 是否不支持视频?
在android 平台这边,开启了mpeg4 和h264.

Original comment by purerain...@gmail.com on 29 Dec 2011 at 9:01

GoogleCodeExporter commented 9 years ago
可能是视频尺寸支持问题,你可以修改  
mediastreamer2/include/mediastreamer2/msvideo.h
mediastreamer2/src/msvideo.c

增加尺寸支持,和修改 yuv_buf_init_from_mblk 
函数增加Android的尺寸

Original comment by duanweiw...@gmail.com on 10 Jan 2012 at 4:49