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
Could anyone tell me how to get fps when playing the rtsp streaming?
Thanks.