Streaming wowza to iPhone - ios

I'm streaming a live event via Wowza. I can see the downstream via rtmp, and in vlc with the playlist.m3u8 url, as stated in the "iOS and Mac OS X" example.
However this url doesn't work on the iPhone: I get a very informative "video could not played" message.
So beside the <LiveStreamPacketizers> part of the Application.xml configuration, is there something special to enable to make it work on iPhones?
TIA
greg

I found it: you have to send "baseline 3.0" h264 to cover old iPhones.

Related

An iOS app want to play flash video

My app supports playing videos, but some of them are in Flash format. How can I make my app to support Flash playback? Thank you.
Unfortunately, there is currently no way to support the Flash format on iOS except through a proxy browser like Photon, which works like remote desktop.
If you must include your Flash videos, you can consider converting them to MP4.

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

Streaming AAC+ (inside FLV) on iOS using AIR

For a streaming radio station, I have an AAC+ audio stream, inside an FLV container, delivered via HTTP. An example URL is http://3023.live.streamtheworld.com/ALTROCK_S01A_AAC. I wrote a simple AIR app (using the latest AIR and Flex SDK's) to play this stream, and it works fine on PC and Android, but doesn't play anything when deployed to the iOS simulator or a device (i.e., the bytes are loaded but there is no sound).
This is similar to Can FLV AAC stream be played in Android, but for iOS.
I wanted to use AIR in this scenario, since I need to listen for the Cue Points in the FLV - and this is easy to do if you're playing Flash in a web browser, so AIR seems like the natural choice. I have also looked at http://code.google.com/p/haxecast/ and https://code.google.com/p/project-thunder-snow/ but they all seem to use the same basic idea (parse the FLV using Netstream in "data generation mode" and feed the AAC+ data to a Video object) - and so they all hit the same wall on iOS.
I also came across this post which seems possibly related although it's not quite the same situation (e.g., it's not FLV).
Is AIR on iOS supposed to support this scenario- namely, streaming AAC+/FLV audio via HTTP?
EDIT: This post also appears to hit the same obstacle - so a lot of people are asking about this situation. Anyone from Adobe have any insight?
After much further research I've concluded that AIR on iOS just doesn't support this, and you have to build a native app (or at least use framework other than AIR) instead.

PJSIP Video call

I have built the libraries for video support and it shows 2 codec found h263 and h264.
But when I run ipjsua video steaming is not happening, I have tried enabling video, enabling autorx and autotx but no positive results.
also when I list the windows it shows 0 windows found.
Please explain the steps to capture and transmit video between devices
it would be a great help for me.
The PJSIP wiki says:
Note: video (from 2.x) is not yet supported on iOS.
And the userĀ“s guide says:
Video is available on PJSIP version 2.0 and later. Only desktop platforms are supported, mobile devices such as iOS are not yet supported. This document describes how to use the video feature with PJSIP.

Website video on blackberry phones

I need to create a web page, that shows video on iphone, ipad, blackberry & desktop browsers.
On desktop browsers and ios it works fine. But i have a issue with blackberry.
<object data="path_to_3gp_video" type="video/3gpp" title="Some title" width="400"
height="300">
After some googling i figured out that this code works fine on blackberry:
<a href="rtsp://v3.cache5.c.youtube.com/0/video.3gp"><img
src="media/prs_poster_ns.jpg"></a>
But I need play it on my server, which doesn't supports rtsp protocol.
Are there any alternative solutions?
Few pointers:
Check if Blackberry Browser version is it v4.6.0 or above, verify it from this link
Check if Blackberry Browser and your server supports HTTP Progressive Download as you said RTSP is not supported by server
Check if the Blackberry OS support RTSP / HTTP / HTTP-Progressive playback, using this link
Find your device here supported media types and check what video format does it support.

Resources