The live-streaming tag has no wiki summary.
11
votes
5answers
667 views
What's the technology behind live stream sites?
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 ...
7
votes
3answers
4k views
How play the video using “HTTP Live Streaming” in iphone?
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 ...
3
votes
2answers
163 views
live stream recording in flex
I want to record a live stream in flex for that what i am doing is i am capturing the image of the videoDisplay element which is showing the video 15 frames per second which looks like a video.I am ...
3
votes
2answers
371 views
HTTP Live Streaming MPEG TS segment
I'm using FFMPEG and a free segmenter (Carson Mcdonald's) to produce my ts segments which i later save to a web server and play with Quicktime by playing the .m3u8
If I have segments 1,2,3,4 and ...
3
votes
7answers
176 views
Is there a way to communicate data between computers without while loops? C++
I have been struggling to try and find my answer for this on google, as I dont know the exact terms I am looking to search for.
If someone were to build an msn messenger-like program, is it possible ...
3
votes
1answer
486 views
Android Video Streaming - Device supported?
Ok. So there are a bagillion different Android devices. I have a video streaming service, works wonderfully for iOS. My app has a live video feature and a saved video clip playback feature (which ...
3
votes
1answer
287 views
Creating a livestream website
We already have a functionality of Video uploading in our webapplication[built using python with Django framework]. Now we are in the process of building a livestream site where people are able to use ...
3
votes
0answers
505 views
What would be the equivalent to /dev/video0 in OSX Snow Leopard on a MacBook Pro (integrated iSight Camera) [closed]
I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing.
I'm on a MacBook Pro running OS X ...
2
votes
1answer
30 views
Is it possible to check if livestream is streaming?
i have a website with multiple streams and want to promote the ones that are currently streaming.
the only solution i've found was something with an hidden flash player, WICH I DO NOT WANT (flash is ...
2
votes
2answers
63 views
Webcam pixelated with movement
I'm using AS3 to live stream video, but whenever the webcam picks up movement the picture is pixelated. Does anyone know how I can get a better picture?
Here are my camera settings:
var ...
2
votes
1answer
244 views
Streaming Live Audio and Video on internet using asp.net
i want to implement the live video and audio streaming on my one of the clients website.. and i dont have any idea how to go about, can you guys please help, is it possible that the video captured ...
2
votes
0answers
490 views
Video Streaming in Android: dealing with format and headers
I'm currently trying to stream live video from an Android device. Unfortunately, I am unable to read the stream I got through the network.
I figured out that the problem is due to the format used for ...
2
votes
0answers
747 views
Re-stream RTMP to HTTP with FFMPEG
As i'm learning how ffmpeg works, I found out a way to convert the incoming live stream into flv.
ffmpeg -i rtmp://SOME_IP/myApp/myStream -acodec copy -vcodec copy -y myStream.flv
What I didn't find ...
2
votes
0answers
336 views
How does Youtube implement live streaming
Monitoring your network while watching a Youtube live streaming (http://youtube.com/live/), you can see that they are downloading a file to your cache, and this file is actually the live stream.
...
2
votes
2answers
553 views
Using iPhone as input to mediastreamsegmenter - HTTP Live Streaming
I started working on HTTP live Streaming protocol and felt very interesting. Went through the complete document provided by Apple.
I tried Vedio On Demand and Live Streaming as well using VLC player ...
2
votes
2answers
207 views
setting timestamps for audio samples in directshow graph
I am developing a directshow audio decoder filter, to decode AC3 audio.
the filter is used in a live graph, decoding TS multicast.
the demuxer (mainconcept) provides me with the audio data demuxed, ...
2
votes
1answer
916 views
any C/C++ open-source RTMP streaming server?
do you know any C/C++ open-source RTMP streaming server?
2
votes
4answers
2k views
Streaming server by RTP or RTSP
I'm thinking about developing a streaming server and I have the following question, do over RTSP (example url: rtsp://192.168.0.184/myvideo.mpg) or RTP (example url: rtp://192.168.0.184).
As I have ...
2
votes
2answers
1k views
Live Streaming ( Socket ) - How to sync audio and video?
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 ...
1
vote
1answer
17 views
How to provide LIVE video streaming facility using silverlight 4?
I'm working on virtual classroom project and I want to provide LIVE video streaming facility through which students can see the LIVE lectures. I don't want to add much functionality in it. Can anybody ...
1
vote
2answers
74 views
building live stream video? chat video?
I was wondering how live streaming or chat video works? I know a bit about PHP and I've been learning ajax and jquery. I was wondering if it is possible to build such a system using PHP? Or maybe ...
1
vote
1answer
31 views
Livestream table isn't updating like it is supposed to
i'm building a webpage for livestreamers from my website.
but i'm having some problems with it, I have created a table, and i have been screwing around with it a lot and i have had good results, but ...
1
vote
2answers
125 views
Windows phone based live video streaming Application
i am hoping to develop a live video streaming app for windows phone.
I want to know what protocols and libraries support are provided for windows phone?
I want to implement a sort of Video chat ...
1
vote
1answer
124 views
Live Streaming Issue
I am developing an app to view live channels. Channels are hosted on Windows Media Services 9. I am using MediaElement for playing the stream and it is playing the stream first time but doesnt play on ...
1
vote
1answer
66 views
How can I monitor an mp3 live stream to detect corruption?
Once a month the mp3 streams messes up and the only way to tell it has messed up is by listening to it as it streams. Is there a script or program or tool I can use to monitor the live streams at a ...
1
vote
3answers
192 views
Encoder SDK 4 - Push to Publishing Point
I'm coding an application in c# using EC4 SP2 SDK.
I want to publish my file to a media server publishing point. I've searched and found 2 examples regarding seting up and auth on publishing points, ...
1
vote
0answers
117 views
Can I stream a video FROM my iPhone or iPad TO a server?
I want to live stream a video FROM iPhone to a remote server. Is that possible? If yes, how to do it? Please guide. I searched a lot but was not able to find a clear answer. The AVFoundation framework ...
1
vote
1answer
134 views
What is the best technique to send frames to the server or how does livestreaming work on iOS?
As in the current iOS SDK there is no way to get compressed frames from video, how could we implement live streaming like skype did?
The only way I see now is:
obtain uncompressed frames from ...
1
vote
1answer
83 views
C reading from a live file ( file keep growing in size )
I have an application that is recording live , the capture file keep growing in size
using fread() and feof() , but feof() is breaking the loop early , so what's the best technique to keep reading ...
1
vote
0answers
102 views
What is the best video live streaming service/API for a Rails app?
What I'm looking for:
live streaming video - broadcast, 1:1
ability to record streams
up to 10 video streams at the same time
I've tested OpenTok but the quality isn't there for larger ...
1
vote
1answer
1k views
Creating RTP Packets from Android Camera to Send
I'm new to Android and socket programming. I want to create an android application that transfer video live from device camera to PC. What first i do is to get a raw video data from PreviewCallback ...
1
vote
1answer
494 views
Stream live video from iPhone to remote server
All
I am trying to create an app that start capturing the video from camera when it is launched and then starts sending the video data to the remote server in real time and keeps capturing and ...
1
vote
1answer
167 views
Can someone help me with using livestream's api to make a cross domain xml request?
I'm trying to use livestream's extremely helpful mobile api found at http://www.livestream.com/userguide/?title=Mobile_API#Requesting_a_mobile_stream to make an xml request. All I am interested in is ...
1
vote
1answer
361 views
How to set Streaming Video Format from webcam using libvlc api.?
I am developing an application in which I am supposed to get Streaming using webcam,
For this I have used the libvlc api,
I am able to stream from webcam,
But I am getting the stream in the YUYV ...
1
vote
1answer
161 views
must i have FMS to publish a stream from my camera?
i am building an live streaming website and i am use
1- FMS
2- Apache webserver
i have made the subcriber and i works well .
but i need to build the publisher to allow users to broadcast thier ...
1
vote
2answers
2k views
Http Live Straming with the Apache web server
is it possible to do the HLS with the Apache web server? Would be enough to "put here the playlist with data chunks"? Is it that simple? Or there is some module, which can be used for that purpose?
...
1
vote
2answers
2k views
Stream live video from phone to phone using socket fd
I am new to android programming and have found myself stuck I have been researching various ways to stream live video from phone to phone and seem to have it mostly functional, except of course the ...
1
vote
1answer
936 views
Playing Live RTP streams on android
I am trying to build a client on android that will receive RTP streams and play it.
I have searched on stackoverflow and Google, and found that MediaPlayer class can be used for this. But the ...
1
vote
1answer
955 views
Embed RTMP live streaming link to browser
Anyone knows how to embed rtmp link to be viewed in a browser? I already tried Moeya but it is still not running. Anyone knows other solution to how can I embed this to a browser? thanks.
1
vote
1answer
700 views
Flash Media Server & AS3: Publishing works, recording doesn't
I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).
When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another ...
1
vote
1answer
634 views
How to live stream video using C program. What should be the HTTP reply ? How can I use chunked encoding if possible?
(the actual question has been edited because I was successful doing live streaming, BUT NOW I DO NOT UNDERSTAND THE COMMUNICATION between client and my C code.)
Okay I finally did live streaming ...
1
vote
1answer
381 views
iPhone extracting songname from the icecast streaming radio
I am looking to extract the Song name from an ice cast streaming radio. I am getting the icy-genre,icy-name n stuff. but not the song name. Could any one please help me. Its really urgent. Can we ...
1
vote
1answer
511 views
How to negotiate red5 connection parameters for streaming with JAVA
I have been creating a thin browser client (on java) that sends an RTMP stream to a specified red5 instance. I also use RTMP Researcher to monitor the traffic and events that occur between the client ...
1
vote
1answer
1k views
HTTP live streaming with encryption
I am trying to understand how the HTTP Live Streaming protocol that Apple supports on their iOS devices as well as on Safari protects the key that unlocks the content.
The way I understand it, the ...
1
vote
1answer
130 views
A browser-to-browser live streaming system
I'm trying to put in place a browser-to-browser live streaming website.
So, a foobar user can stream (live) his webcam (video and/or audio) from his webpage (http://www..example.com/admin/foobar) and ...
1
vote
1answer
294 views
Live Streaming Video
I want to do a live stream. I am using Flash as the client and FMIS as the server technology. I wanted to know if there is any way to do live video encoding via a web interface?
As-In, now I use ...
1
vote
0answers
127 views
streming video generation?
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 ...
1
vote
3answers
2k views
Live video streaming, how to play it on iPhone?
I am wondering what is available to play live video feed on my iPhone, in a developer way.
Few apps exists and play live stream like :
http://qik.com/
http://www.ustream.tv
http://orb.com/en/orblive
...
0
votes
0answers
35 views
What is the best live streaming platform for a responsive web design?
We've recently made our site responsive. We're going to be doing some live streaming in the near future and are looking what platforms would best support our new design.
For previously recorded ...
0
votes
1answer
103 views
Live-streaming on Android with HTML5 or an Application
I want to create a live-stream by using vlc on rtp, (preferably) rtsp or http protocols and I want to play this stream with android 2.3.4 based cell phone. I have tried starting from scratch and tried ...