Skip to content

Instantly share code, notes, and snippets.

@apprisi
Forked from Akagi201/ipcamera-sdk.md
Created February 28, 2016 15:56
Show Gist options
  • Select an option

  • Save apprisi/19559e673b6bdcea2cc5 to your computer and use it in GitHub Desktop.

Select an option

Save apprisi/19559e673b6bdcea2cc5 to your computer and use it in GitHub Desktop.

platform

item fullhan hi35xx Ambarella A5S Allwinner A20
media sdk none mpp sdk CedarX / OpenMAX
OS ucos2 linux linux linux
toolchain Vendor fullhan on windows hisiv200 on linux CodeSourcery on linux crosstool-ng
C lib fullhan SDK glibc / uclibc glibc glibc

SDK

fullhan

  • 获取一帧视频帧: iVEnc_GetChnBitStream, iVEnc_ReleaseChn
  • 获取一帧音频帧: audio_get_one_frame

hi35xx

  • MPP(Media Process Platform)媒体处理平台
  • 获取码流接口: HI_MPI_VENC_GetStream 可得到H.264/JPEG/MPEG-4视频帧
  • 获取音频帧接口: HI_MPI_AI_GetFrame, 支持G711、G726、ADPCM

Ambarella A5S

  • Flexible Linux Drivers and libraries
  • Demo / Test Applications
  • mediaserver 可提供RTSP server
  • 有提供视频, 音频编码, mux的参考代码, 略复杂, 未详细看. 对应测试程序test_encode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment