streaming on iOS through rtmp - ios

I am desperately looking for a solution to stream through rtmp from red5 server on iOS. And I couldn't get rtmp c lib work on my Xcode project.
Could anyone please post any tutorials? or share some other solutions maybe?

here is what i found till now.
very useful obj-c libs, but costs smt.
- http://www.themidnightcoders.com/products/weborb-for-mobile/universal-mobile-connectivity-overview.html
- http://www.aftek.com/afteklab/aftek-iphone-RTMP-library.shtml
Then, i tried to implement librtmp c lib. But it would take long.
-http://rtmpdump.mplayerhq.hu/librtmp.3.html
So, we decided in the end, to communicate over web sockets and stream over http.

It works for me
Brightcove Player iOS SDK

Related

How can I start live streaming using RTMP link from iPhone using Swift 5

I'm working on a project in which users can go for live stream using iPhone device camera.
I looked for the same and found certain libraries but mostly are paid.
So, please suggest the better way to achieve the desired result, any library link, blog or code would be helpful.
The project is built using swift 5, Xocde 12.3.
Reference link:
I found this library for android: https://github.com/TakuSemba/RtmpPublisher
Thanks in advance.
#HappyCoding
try this
"Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS."
https://github.com/shogo4405/HaishinKit.swift

Adding RTSP over TCP support to VLC RTSP Server

We have recently developed an application using VLC streaming features. A new thing that we need is to have an RTSP server supporting RTSP/TCP (RTSP over TCP). Unfortunately, VLC does not support RTSP/TCP.
We will be glad if someone shares a sample VLC code with RTSP/TCP capability or help us to add RTSP/TCP feature to VLC software package.
Regards,

iOS Audio/Video Live Broadcast Solution

I am developing a social app for android and iOS,
iOS and Server work has started.
Our App needs to broadcast live audio/video to end users using our app.
We have tried using setting up Servers using RED5 and WOWZA.
In iOS we got crashes, buggy frameworks from RED5 iOS SDK for broadcaster so we moved for trial version of WOWZA
After implementing WOWZA GoCoder SDK for iOS we found that its license is too much costly for me of $8000 + $2000/year maintenance :(
The midnight coder seems to be buggy from the reviews (I have not used it for broadcaster client yet)
Can anybody recommend me for good iOS SDK or some custom way to implement live broadcast streaming from my mobile camera.
Any help will be highly appreciated.
Thanks
You can use NGINX RTMP for Live streaming server https://github.com/arut/nginx-rtmp-module
And in iOS for broadcasting you can use https://github.com/LaiFengiOS/LFLiveKit
both are free libraries

iOS playback RTMP with AVFoundation

I need to implement an iOS app that playback RTMP with AV. Exists any library for this propose? I have bean searched on Internet but I didn't found nothing or any example.
I think that I must capture frames and decodec because iOS don't playback rtmp.
I haven't got idea to where start
There are few providers i had come across few months back.
You might want to refer them.
cine.io
VideoStream SDK for iOS
Brightcove Player SDK for iOS
RealTimeLibs
All of above are paid ones.
There are also some open source libs:
RTMP-Wrapper
MediaLibDemos
Hope this helps you.

How to create RTSP player in iPhone

Is it possible to view video stream (H.264 live feed) over RTP/RTSP in native iPhone ? If not,is it possible to write an application and then I have rtsp url how to get streaming video in iPhone.
"rtsp://192.168.2.148:1935/live/test.stream"
I got code Streaming Video in Android using above url, but now I tried iPhone I don't know
which frameworks are used and how to get Video Streaming please give me any Idea
I have the same issue,and I found an excellent ffmpeg player for iOS, IJKPlayer.
You can change the build script in config/module.sh to support RTSP.
If you want to play rtsp real time stream.I have already fock another version IJKPlayer to support that.
Yeah Sure. You can do RTSP stream in iPhone but with the help of some libraries. You can use the DFURTSPPlayer for that purpose
https://github.com/durfu/DFURTSPPlayer

Resources