doogerk / ipcamera-for-android

Automatically exported from code.google.com/p/ipcamera-for-android
0 stars 0 forks source link

Streaming for H263 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Video streaming only works for H264 encoders. HTC Legend only have H263 
encoding option available. This is the only guaranteed minimum encoder spec in 
Android actually.
2.
3.

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

Lets get video streaming work with H263

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

Please provide any additional information below.

Original issue reported on code.google.com by intothem...@gmail.com on 2 Feb 2011 at 2:27

GoogleCodeExporter commented 8 years ago

Original comment by achang.z...@gmail.com on 11 Feb 2011 at 2:13

GoogleCodeExporter commented 8 years ago

Original comment by achang.z...@gmail.com on 11 Feb 2011 at 2:13

GoogleCodeExporter commented 8 years ago
Hi there, I would like to get this functionality up and running. For what I've 
seen the MediaDetect class is reacting differently for a h.263 coded stream 
than it would for a h.264 coded stream.

I'm just not sure about the details of the file format codification. I know for 
instance what mdat and moov atoms are, but I'm not sure about the meaning of 
the spsDataLength and ppsDataLength attributes that are calculated by methods 
of this class.

Is there a recommended reading or something, or better, is there someone 
already working on the subject?

Thanks

Original comment by Bilt...@gmail.com on 15 Sep 2011 at 8:28