I have read a lot of posts about live streaming in iPhone, but none of them really works.
The project I want to work out is as follow:
There is a MUTE movie streaming in a movie theater. I want to get the time code (the position it is playing) through wifi and makes iPhone/iPod Touch to play/stream an audio track at the same time code....
I am new to iphone development,I am parsing a XML URL and display its content in the table, when i click a row , its corresponding parsed tube URL is played using the movie player.I am using media player framework.Here is my code
NSURL *movieURL = [NSURL URLWithString:requiredTubeUrl];
if (movieURL)
{
if ([movieURL scheme])
{
Mov...
Hello first of all thank for viewing this code :)
I've been trying to do live video broadcast from my iPhone :( which doesn't supports video recording :D ...
wat i did is managed to write code to upload bunch of images captured at 10fps from iPhone plus some audio to my server ...
At server end im using few commands which does the fol...
What tecnologies justin.tv use to stream live videos ?
thanks ^_^
...
Hello,
Will the ALAC format support live streaming in iPhone ? the ALAC audio recording format is streamed to Server machine? so will i be able to play the audio chunk data, does ALAC format support?
Thank You.
...
Hello ,
I ve an audio file in Server machine, how to stream it live to iPhone?
what is the concept or technology involved behind live streaming in iPhone?
Thank You.
...
I am passing to the source property of a VideoDisplay component a DynamicStreamingVideoSource object with 3 different dynamic live stream items, described by this XML, for your consideration:
src="rtmp://88.87.56.214:1935/live/fashiontv_tmo_h.stream" bitrate="19200"
src="rtmp://88.87.56.214:1935/live/fashiontv_tmo_m.stream" bitrate=...
I'm planning to stream my usb tv tuner via specific protocol (ex: RTMP) to the media server (ex: Red5) that possible to control its channel from client (ex: flash application).
Is there any ideas how do I get it working out? another protocol would be okay (RTMP, RTP, RTSP, or maybe using TCP & UDP socket programming).
thank you.
...
It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low as 25kbps) home connection. Could someone explain me the technology behind such sites and how they managed to deliver under such low bandwidth?
...
Hi, what software do I need, if I want to make a video live stream, than could be watched in a flash player?
Preferably Linux tools. I'd like to peercast it to a hub, and multicast it from there, much like webradio works.
...
Hello everyone,
I would like to stream live from the video camera of my mobile phone to my pc. Is there an API available? Applications like qik or livecast are not very useful to me, because I want something open source in order to change it...
...
Does anybody know what audio codec do the following VoIP applications make use of for live streaming of voice over IP? I need the above information for experimenting with my own VoIP server/client written in C#.
TeamSpeak
Pfingo
Windows Live Messenger
Yahoo Messenger
...
As a hobby project, I want to set up an IP security camera to stream to my web server. The streams should be stored on the server, and I want to set up a web application to let me browse through the recorded video - either streaming using Flash or HTML5, or just by downloading chunks of video as video files.
Although not very experience...
Hi,
I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that c...
Does anybody know of a server that can record live streams published by a FMS?
...
I want to do a video streaming to a remote PC across the internet. The video bitrate is around 600 kbps. But my internet connection supports only a maximum upload bandwidth of 400 kbps.
So I thought I will get one more connection and use the combined upload b/w of 800 kbps to stream the video. I hope there should be a way to split the s...
1- Which one is better to use for streaming video ? TCP or UDP socket and why?
2- While streaming live, audio and video are coming from the server separately, so how can i make sure that the video i display and the audio I play on the device are in sync?
...
Hi i am trying to develop an Live Streaming IPhone App , i also read about HTTP Live Streaming in iphone but i am not getting an way that how the process will work , how a live stramming will play in iphone , i am able to play a movie in iphone using MPMoviePlayerController but not able to play live stram .
if any body has done this and ...