Adding RTSP over TCP support to VLC RTSP Server - vlc

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,

Related

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

how to streaming h.264 video send to WOWZA using rtsp with live555

I am new for capturing video, encoding in h.264, WOWZA server.
I have checked so many solutions on stack-overflow and google but not get perfect that I can use.
Basic functionality:
continue capturing from iPhone (Video should be in h.264 encoded)
using live555 library, generate RTSP url
send that same video to WOWZA server for live-broadcast video
Note: Video should be continuously play on server from iphone device without major delay.
My Question:
How to capture video which is encoded in h.264 format?
How to integrate live555 library to VideoCapture class for generate RTSP URL?
How to send that video to WOWZA using RTSP protocol?
For capturing video on ios am using AV Framework.
Please correct me if my way of think is wrong.
Thanks,
Punita
I have successfully compile both MobileVLCKit and Live555 library in same project.
Solution:
I have re-compile both library with same Architecture (armv7 & armv7s) and generate DynamicFramework.
And Then used into same xcode project.

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

Sound Manager 2 or JPlayer for Android and iOS

Can someone please advise me which one is better for Mobile App, targeting Android as well as iOS, using JQuery Mobile?
I need to run mp3 audios as well as rtmp live stream.
Thanks
MP3 audios will run good in both libraries but not RTMP live streams because RTMP protocol is flash based streaming.
Mobile webapp for iOS and Android will not play rtmp streams.
SoundManager 2 RTMP feature (needs Flash player 9): http://www.schillmania.com/projects/soundmanager2/doc/#smsound-serverurl

streaming on iOS through rtmp

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

Resources