sdk-ameba-v4.0c_180328/component/common/example/media_audio_from_rtp
2019-04-02 16:34:25 +08:00
..
example_media_audio_from_rtp.c first add sdk 2019-04-02 16:34:25 +08:00
example_media_audio_from_rtp.h first add sdk 2019-04-02 16:34:25 +08:00
readme.txt first add sdk 2019-04-02 16:34:25 +08:00

 --This example is contributed by Ian--
 
 In order to test this example, you can utilize vlc rtp streaming feature to feed pcmu data for ameba to play audio.
 
 For better wlan performance please make the following modification before compiling this example:
 
 in lwipopts.h, 
			PBUF_POOL_SIZE 20 => 40 (just an example)
			PBUF_POOL_BUFSIZE 500 => 250
			DEFAULT_UDP_RECVMBOX_SIZE 6 => 24 (just an example)			
 in opt.h,			
			MEMP_NUM_NETBUF 2 => 24 (just an example)
			TCPIP_MBOX_SIZE 6 => 6 (just an example)