How do i use rtmp protocol for continously watch the server for any changes and when i upload a file to server from my cocoa desktop application?
its already there in lcds.
I need to notify the user of the app when some new file is uploaded to the ftp. I need to connected to rtmp so that when i upload a file other need to get notification about the file i uploaded. it should a real time.
is there any suggestions or alternatives? it would be a great help.
Thanks a lot in advance :)
Related
I am trying to capture video stream and upload it to RTMP server using FFMPEG in my cocoa app. I am able to play that file via FFPLAY but when i stop streaming file is not created properly.
It shows file size as 1kb even when streaming is done for 5 mins.
However if i try to save on my local system it works fine. A proper file is created and i am able to view it.
RTMP server is also fine coz from windows files are being created and saved on that server.
Thanks in advance. :)
Updating FFMPEG to version 3.1.4 solved my problem of streaming via terminal.
I want to do live webcast of some ceremonies. I can record .flv files using my webcam and ffmpeg software. Now, if I hire a red5 media server from some hosting company so that visitors can download from that website. Now my problem is how can I upload .flv files LIVE ( when video shooting is still in progress )
Please help how to achieve this
I assume by recording them you mean you are saving them to disk and are not streaming the video? If this is the case you simply need to use an upload form or have ftp / scp access to the hosted server. Pick one of the apps installed and place your flv files in the applications "streams" directory. Once the files are in-place you'll need a way to play them back, which will require a player (plenty of free ones out there like jwplayer). Hopefully this is what you were looking for.
I tried to search much but I can't figure out any tut or anything to do that. I only see stream video from server to iphone through http protocol.
I want to ask if ftp can stream video from ftp server to iphone ? And if the answer is YES then how to do ?
Please suggest me anything to do that.
Thank in advance.
Have you gone through this Apple FTP Example.
Hope this will give you some clue how to work with FTP
I realized that is impossible to stream video from ftp server to iphone. The APIs does not support this.
Thank you for your interest in the matter.
I have an iPad app that outputs a PDF file that needs to be uploaded to a remote server. What are my options here? Is there a sFTP or FTP implementation for iOS that would help me achieve this? Can it be done using other protocol?
Thanks!
FTP Client Wrapper in Objective-C for iPhone
ConnectionKit (might not be iOS compatible)
How about HTTP? http://www.cocoadev.com/index.pl?HTTPFileUpload
EDIT:
SCP using libssh2? http://www.libssh2.org/examples/scp_write.html
This on costs money: http://www.chilkatsoft.com/ssh-sftp-objc.asp
Haven't tried it myself yet.
(And a duplicate on SO: Upload file from iphone using SFTP protocol)
Please give me idea, How I can load a zip file to the iPhone document folder through the standard means of. I need periodically to load the zip file produced by the some Windows application. Maybe with help of iTunes?
It should work as read the zip file and update some view on my iPhone app. There is no WiFi connection or internet connection, only connection with computer.
To enable File Sharing in your app, you simply set the boolean flag “UIFileSharingEnabled” in your info.plist.
Read Ray's this post for more info - http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app