hi all,
while i was searching video player over http, i found the article which is located at this url;
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/Stream ing_media_-_Start_to_finish.html?nodeid=2456737&ve rnum=0
i can run by adding ";deviceside=true" at the end of url. it works fine i...
Hi,
I'm using ICECAST and I'm streaming AAC/HE-AACv2 audio/video file through flash player and on iPhone. Both are separate. But when I submit url in WINAMP to stream it's requesting username/password. But when I use it with flash player, it just starts streaming. My case is I want to use same streaming (RTMP) for both website and iPhon...
We offer a streaming player for a number of our clients, who are responsible for their providing us with their own audio streams. We have written a very simple flash player that can play all of the streams that we support (icecast/shoutcast/live365/mp3 over http/etc).
Unfortunately, we have found that when listening, our player sometime...
I am part of a team which has been given a task to deploy an IPTV solution for a company. The system has been architect-ed like this.
There is Video capture card , which receives satellite signals from a satellite receiver. This video capture card is part of a windows 7 machine. The signals need to be trans coded here and passed to a st...
Is it possible to capture/encode a video file on a slow machine, then upload it live to a Red5 or Adobe Streaming server, and have that server stream to file live to flash clients?
If so, what protocol is used to stream the data from the encoding machine to the Red5 / Adobe server?
I see a lot of things about RTMP, but am I correct tha...
i want to upload multiple files to server using iphone
i am using http for uploading images but some of images are missing .
...
Has anyone had any luck getting encrypted streaming to work with Apple's HTTP Live Streaming using openssl? It seems I'm almost there but my video doesn't play but I don't get any errors in Safari either (like "Video is unplayable" or "You don't have permission to play this video" when I got the key wrong).
#bash script:
keyFile="key.t...
I'm attempting to control a QuickTime object that I have embedded into a webpage using JavaScript, and want to listen to and react to the DOM events that the object throws. Apple has published a tutorial on the matter that doesn't seem to work at all. The code that I made using their documentation is as follows:
$(document).ready( funct...
Hi,
I am using Amazon CloudFront to stream paid video content to my users and I am having problems getting the videos secured. Wowza does that by creating a secure token, but the use of wowza would be much more costly.
Is there anyway that I can better protect my content by using Cloudfront or other CDN?
Thanks!
...
public void load()
{
final JFileChooser fc = new JFileChooser();
int returnVal = fc.showOpenDialog(this);
if(returnVal == JFileChooser.APPROVE_OPTION)
{
try{
FileInputStream f_in = new FileInputStream(fc.getSelectedFile());
ObjectInputStream obj_in = new ObjectInputStream(f_in);
...
If you use streaming for audio and video, how does caching on server and client work? If you know that users will always look at the entire video, is streaming in this case a good choice?
...
Hello,
What are the possible formats of Live audio streaming in iPhone?
Thank you,
...
I find plenty of examples of downstreaming a video from a server to an android, but I actually want to stream live images from my droid to a server.
...
What I need to do, is to make a script, which submit a $_POST query to remote host, and that host is returning an answer on $_POST:
<?php
if($_POST['passkey'] == "c")
echo "OK";
else
echo "FAILED";
?>
I use this code:
function get_client_answer( $source_host='http://www.example.com/',$source_file='validate.php') {
$postdata...
I've noticed certain radio apps, that some stations required wifi and others did not. What were those other stations possibly using? Are there other methods of streaming audio on iOS?
Apparently, I was not clear in my question before.
I'm asking in terms of API's. Is there an API to interact directly with say, FM radio, on iOS? Is wif...
I've been told that some apps have video streaming which streams initially and when completely downloaded the video is stored to the user's device for quick and internet-free subsequent viewing.
Firstly, is this possible? Secondly, could you point me towards resources demonstrating how it could be done, or possibly offer some insight to...
Hi,
This is a difficult question to ask and answer, because it involves a lot of components. I would appreciate it however if any suggestions can be made.
I have a vb.net forms application that has a form containing a webbrowser control. This control i feed a URL with a flash applet. The flash applet's purpose is to start the user's we...
I have a working solution on an IIS6, which I made using this guide: FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler
The app is basically a FLV Player, but streaming is essential to it.
Now, one of our customers is running IIS7 and the streaming doesn't work, so I was hoping that someone in here would now how do handle...
What tecnologies justin.tv use to stream live videos ?
thanks ^_^
...
I have a class DocumentGenerator which wraps a MemoryStream. So I have implemented IDisposable on the class.
I can't see how/where I can possibly dispose it though.
This is my current code, which performs a file download in MVC:
using (DocumentGenerator dg = DocumentGenerator.OpenTemplate(path))
{
/* some document manipulation wit...