I am trying to run the rtsp protocol in iphone so i have downloaded the code for RtspPlay from this link :
RTSPPLAY Github
I am using latest Xcode 4.4.1.
But I am facing problem to run this code in my device because of error.
Error is: Entitlements.plist could not be find.
Please download this code from given link and let me know what can i do.
Any help would be very appreciated.
Thanks
others have run this code without issue, we've tested with Xcode 4.3 , entitlement file reference can just be deleted in the build settings, I think no entitlement is better than trying to use one from a different app.
We will investigate further, and update our repository if needed, we want rtspplay to be a serious contender in mobile video , thank you for your feedback
Related
I just had the unfortunate of losing my app source code. Is it possible to get it from google appbundle or apple build?
This question should help you turn your android app bundle into apk.
If you have the apk file, then it might be possible to turn it back into code. This answer might help you out.
I'm not sure if this is gonna work or not but it's worth trying so keep me updated
Let this be a lesson for you to use Github next time!
I tried updating a stand alone WatchOS app to the App Store and got this message from iTunes after uploading it:
ITMS-90492: Invalid WatchKit Support - The file WK doesn’t have the correct code signature. Make sure you’re using the correct signature, rebuild your app using the current public (GM) version of Xcode, and resubmit it. Don’t just modify the code signature of WK.
I have uploaded previous version without a problem, so I think it might have something to do with using WKInterfaceDevice().play(.click) in my code which is new to the version uploaded, but I am not entirely sure, has anyone ran into a similar problem and how did you fix it?
This appears if you have XCode beta installed on your Mac. It doesn't have to run just its simple presence results in this artefact.
I want to use sqlite in my iPhone app, but I read the first I have to do is add the framework, but it seems not to exists in my Mac.
As I read it is in /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhone02.0.sdk/usr/lib/
but there is not, i looked for it with finder, but it havn't found the file (In Developer folder it's only an Application folder).
Should I install something?
I'm using Xcode4.3
Thank you in advance
You don't have anything to install, this is indeed already included in the iOS SDK.
Here is a short YouTube video to show you how adding a framework in Xcode 4 : http://www.youtube.com/watch?v=v-4TDlcsZRo
Hope this helps
I am trying to play RTSP url in my iPhone app. I have used many Third-party API's like Live555,FFMpeg
I got code Live555 but it is not running in simulator as well as device. There is showing no error. It is always showing Build Succeeded.
Pls let me know what and how can i do in this case.
Thanks in advance.
We can certainly help, but I need some more details on what you are trying to do , and the type of errors you are getting. We also have some other frameworks to try, what would help best I think is if you had a public url for whatever feed you are attempting to play.
If you like you can also compile and try it on the device using
https://github.com/mooncatventures-group
performance on device and simulator vary so much, that we just don't bother with the simulator , so everything is compiled for the device.
I want to upload my Update to the iTunes Store (Universal App) but it doesn't work. Everytime I try it I get this answer: "An error occurred uploading to the iTunes Store".
I don't use the application loader (won't work) - I'm using the organizer in Xcode to upload it.
Yes, I have experience with uploading new Applications and Updates on this way, but I have no idea what happend now.
I hope there is anyone who could help me.
Thanks a lot, mavrick3.
There just may have been a network error, or there may be alot of uploads going on right now, try back in a few, or restart your Mac. You can also try a Clean Build, that never hurts.