mixiyihao / spydroid-ipcamera

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

The framerate always shows 29.97 in VLC #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set the frame rate is 15, select H.263 in the setting activity of spydroid
2. In PC, run vlc and type rtsp://192.168.xxx.xxx:8086
3. when the video stream shows in vlc, click Tools menu, Media Information 
menu, you can found the frame rate is 29.97 in the 3rd tab. But the frame rate 
I selected is 15

Spydroid version: 6.1.2
My mobile is HTC s710e, android 4.0

Original issue reported on code.google.com by shawnhu...@gmail.com on 8 Nov 2012 at 8:26

GoogleCodeExporter commented 8 years ago
Hi :) 
It probably means that your phone does not support this framerate and chooses 
to ignore the configuration ! Sorry :/

Original comment by FyHertz on 8 Nov 2012 at 11:28

GoogleCodeExporter commented 8 years ago
Oh, too bad......:(
so if i write some code to record video, i mean save as to 3gp file, the 
framerate will be 30, and i cannot choose it, right?

Original comment by shawnhu...@gmail.com on 11 Nov 2012 at 7:12

GoogleCodeExporter commented 8 years ago
I guess... But I can't be really sure, so yep I guess you should try to record 
a little video sample and measure the framerate...

Original comment by FyHertz on 11 Nov 2012 at 6:58

GoogleCodeExporter commented 8 years ago
I searched google about this question, and found many people met the same 
problem. I don't know why the mobiles' framerate is fixed and others is okay, 
so I think whether or not we can capture ONE frame per xxx ms in spydroid?

Thanks.

Original comment by shawnhu...@gmail.com on 12 Nov 2012 at 9:05

GoogleCodeExporter commented 8 years ago
I wrote some code to record video to local file, 3gp & H263, and set the 
framerate from 3-15, but always shows 20 in vlc.   :(

Original comment by shawnhu...@gmail.com on 12 Nov 2012 at 6:43