AmniX / spydroid-ipcamera

Automatically exported from code.google.com/p/spydroid-ipcamera
GNU General Public License v3.0
0 stars 5 forks source link

Sound problem #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run on Sony Ericcson Xperia Ray or may be on any other :)
2. Catch stream with ffmpeg
  ffmpeg -i spydroid.sdp ...

What is the expected output? What do you see instead?

An lot of errors repeated many times about AMR decoding problem

What version of the product are you using? On what operating system?

Please provide any additional information below.

Why did you decide that the AMR frame size is only 32 bytes? :)
Why you do not take frame size from AMR frame header?
It may be from 13 to 32 bytes depending on... I don't know :)
In my situation frame size is 13 bytes

Original issue reported on code.google.com by dgane...@gmail.com on 30 Oct 2011 at 10:12

GoogleCodeExporter commented 8 years ago
VLC is not showing up any audio blocks being decoded. Checking the AMR stream, 
I am also getting a frame size of 13 bytes. Modifying the code to support this 
frame size still gives me no audio in VLC.  I am using a Samsung Galaxy tab 
10.1 (Android 3.1).

Original comment by barkside...@gmail.com on 16 Nov 2011 at 4:52

GoogleCodeExporter commented 8 years ago
Another thing I've read is that AMR is not supported in VLC without building it 
yourself - can anyone confirm this?

http://wiki.videolan.org/Common_Problems#AMR

Original comment by barkside...@gmail.com on 1 Feb 2012 at 2:20

GoogleCodeExporter commented 8 years ago
Hum, i haven't build vlc myself and it AMR support is okay. I'm using VLC 1.1.9 
!

Original comment by FyHertz on 6 Feb 2012 at 12:41

GoogleCodeExporter commented 8 years ago
any one got audio in vlc ?

Original comment by smartte...@gmail.com on 5 Mar 2012 at 6:31

GoogleCodeExporter commented 8 years ago
I have not had any time yet to look into the issue even further, but as what I 
think;
I think it is based on the device and how it outputs AMR. Or we can tell more 
on how to output AMR or we need to update VLC with the proper "codecs", I also 
read some posts where VLC was recompiled with different sources for AMR playback

Original comment by ronnie...@gmail.com on 5 Mar 2012 at 7:35