I’ve got a Sunell Ip camera which has got H264 and G.711 alaw/mulaw audio output format.
I would like to stream the video+audio live. I tried the transcoder but it isnt working.
The problem is that the video and audio is not synchronised,the video plays more slow (about half speed) and there is a strange “do-re-mi” sound in the audio signal. If i set the audio bitrate to lower eg:8000bps the video speed become normal, but there is no sound. If I set the bitrate to eg: 96000bps the video slows down again.
Have you ever seen this problem?
my conf/application.xml and transcode.xml are the following:
Looks like you’re trying to upsample the audio from 8kbps to 64kbps in your template, which you probably don’t want to do. Try lowering the bitrate in your transcoder template to equal to or less than your source bitrate or use: ${SourceAudioBitrate}
You can log extra debug information to the log file regarding the RTSP handshake between Wowza Media Server and the IP camera (RTSP/RTP source) by adding the following property to the MediaCaster/Properties container in [install-dir]/conf/[application]/Application.xml:
Also check to see if there is a firmware update for your camera. If problems persist, email support@wowza.com with a zip of [install-dir]/conf and logs directories, URL to your live camera feed if possible, and please reference this thread.
Looks like you’re trying to upsample the audio from 8kbps to 64kbps in your template, which you probably don’t want to do. Try lowering the bitrate in your transcoder template to equal to or less than your source bitrate or use: ${SourceAudioBitrate}
I tried with many bitrate. If I set to 8000 or more, i hear the watermark and the camera microphone sound, but the video goes about half speed.
If I set the bitrate to 5000 or below, there is no sound but the video speed is correct.