Skip to content
/ AmRadio Public

audio only background streaming from amcrest ip cameras

Notifications You must be signed in to change notification settings

jw3/AmRadio

Repository files navigation

Amcrest Radio

Background streaming of audio channels from Amcrest cameras.

camera api

Streams G.711 a-law formatted audio packets. See section 4.3.4 of the api manual.

 curl --digest \
      -u 'user:password' \
      'http://192.168.1.123/cgi-bin/audio.cgi?action=getAudio&httptype=singlepart&channel=1' \
      > /dev/null
  • httptype: 'singlepart' || 'multipart'
  • channel: integer (the audio channel)
  • uses digest authentication

references

About

audio only background streaming from amcrest ip cameras

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages