Page 1 of 1

How to get fps when playing rtsp streaming

Posted: 26 Aug 2015 13:33
by wayneshiau
Hi

I downloaded VLCKit for this: http://www.videolan.org/vlc/download-ios.html
Then I followed the instruction from this site: http://stackoverflow.com/questions/2989 ... -streaming.
(According to feepk: To enable stats, remove @"--no-stats" from VLCLibrary.m. Further, after the build script downloaded MobileVLCKit/ImportedSources/vlc, stop its execution, edit MobileVLCKit/ImportedSources/vlc/extras/package/ios/build.sh, remove the line stats from the blacklist, and restart the script.)
After I rebuild my own VLCKit with command

Code: Select all

./buildMobileVLC.sh -n
, I still can not get the fps.

Could anyone tell me how to get fps when playing the rtsp streaming?
Thanks.