jungsungyoul / spydroid-ipcamera

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

Problem of streaming to vlc #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I am the new programmer of android and working on camera streaming 
project that is quite similar to your apps :)

However, unfortunately, I just can stream the first few frames to vlc and nth I 
can see in vlc(I used H264Packetizer but not H264Packetizer2 since I will get 
error in line 208 (len = fis.read(buffer, rtphl+4, naluLength);)

What is the expected output? What do you see instead?
I expect to see the smooth image just like using the supported devices but I 
just can see a first few frames only.

What version of the product are you using? On what operating system?
I am using the tablet made by myself and I know my tablet supports h264 
encoding. The parameter of getting h264 header is correct from the program too.

Hope that someone can have sparkling idea in order to solve this strange 
problem:)

Thank you very much.

Original issue reported on code.google.com by tikon....@gmail.com on 5 Mar 2012 at 8:36