Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Last active March 12, 2022 16:20
Show Gist options
  • Select an option

  • Save Akagi201/b38398016a0365ea110c to your computer and use it in GitHub Desktop.

Select an option

Save Akagi201/b38398016a0365ea110c 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
@gianricod
Copy link
Copy Markdown

Hello
i have an ipcamera with fullhan fh8810.
I was wondering if you could provide the bootstrap image if you have it. Flash image from address 0x0 to 0x1000

thanks
gianrico

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment