My client has a site where they stream in MP4 videos from a Flash Media Server. This works all fine but now they want to move all the videos to their local server (accessible on a sub-domain) and this is where the sh*t hits the fan. I've tried many combinations but haven't gotten it to work so far.
One part of the problem is that I can'...
Hi guys, my question today deals with Flash AS3 video buffering. (Streaming or Progressive) I want to be able to detect when the video is being buffered, so I can display some sort of animation letting the user know to wait just a little longer.
Currently my video will start up, hold on frame 1 for 3-4 secs then play. Kinda giving the...
Problem Description
I need to stream large files from disk. Assume the files are larger than will fit in memory. Furthermore, suppose that I'm doing some calculation on the data and the result is small enough to fit in memory. As a hypothetical example, suppose I need to calculate an md5sum of a 200GB file and I need to do so with gu...
Hi,
Background - I'm trying to stream an existing webpage to a separate web application, using HttpWebRequest/HttpWebResponse in C#. One issue I'm striking is that I'm trying to set the file upload request content-length using the file download's content-length, HOWEVER the issue seems to be when the source webpage is on a webserver fo...
Hi,
Background - I'm trying to stream an existing webpage to a separate web application, using HttpWebRequest/HttpWebResponse in C#. One issue I'm striking is that I'm trying to set the file upload request content-length using the file download's content-length, HOWEVER the issue seems to be when the source webpage is on a webserver for...
I'm developing a PHP application which will charge users for the videos they watch. The business model is "everyone pays for how much she watches". For this purpose, I need to;
Implement secure video (FLV) access. (Authorized sessions will gain access)
Calculate how much video (FLV) data is sent from the server.
A trivial solution for...
Hi.
I have been struggling with this for a while and could really use some help.
I am attempting to design a WCF endpoint that allows for the streaming of images to the server and then returns imageURLs (i.e: "http://images.site.com/someimage.jpg").
Currently, the call to my WCF method looks like this:
for (var i = 0; i <= (Reque...
i have built a web forum using php but i want to integrate it with videos that are uploaded such that people will be able to make comments on it in a tree view form... how do i integrate that to my php class.....any help with that?
...
Hey guys, Iv'e noticed that when I send a complete packet (collect it's data in a buffer and send) it is much slower than sending the packet byte by byte.
Will it be okay if I make an online game using this method?
...
Hi guys - anyone that can help would be greatly appreciated.
I want to setup a video streaming service from my server. I want to store videos on this. Now I was thinking of streaming the video through some form of player (e.g. JWPlayer) and (a) allowing users to step through the video frame by frame (b) tagging the video by associating...
Hello - quick question. Any help greatly appreciated.
I am thinking of streaming video from a streaming server. Is it possible to store the videos on a separate server? What are the pros and cons of this?
Max.
...
I want to take a new streaming server for my website which generally holds videos and audio files. But how do we maintain backup of the streaming server if storage size is increasing day by day.
Generally Database server, like Sql Server, backup can be easily taken and restored very easily as it does not occupy much space for medium ran...
I need to connect to a http server from a phone and play a movie while downloading. I understand that you can simulate this using multiple players (Manager.createPlayer(...)) in J2ME but I dont know how.
Thanks
...
Hi
is there any possibility for loading flv or f4v on silverlight platform?
Thanks!
...
I have a situation where I want to extract some information from some very large but regular XML files (just had to do it with a 500 Mb file), and where XSLT would be perfect.
Unfortunately those XSLT implementations I am aware of (except the most expensive version of Saxon) does not support only having the necessary part of the DOM rea...
I'm attempting to transfer some files through WCF, but as soon as the method is called from the client, I get the following message:
The socket connection was aborted. This could be caused by an error processing
your message or a receive timeout being exceeded by the remote host, or an
underlying network resource issue. Local socket ti...
Hi everyone
When our application play new url of http streaming video , mpmovieplayer show previous image of video during loading new video from new url .
In detail , it show last part of previous video then show first part of previous that video again ( all captured image ) then it plays new url http streaming .
We need your advice ...
Hi
When we start play streaming video via url via mpmovieplayer , wolume bar is in 0 position , but there is sound when start playing http streaming video .
Pls advice us how to solve this . Thanks !
...
Hi,
I've received a request asking if it's possible to stream live video to a web site. The person requesting this has a notebook running MacOS, a professional camera that can be connected up using Firewire and a web site with PHP/MySQL.
What solutions exist to stream the video out on the Internet and, if practical, what would be neces...
Saving collection of transport stream files (.ts). This is collection of .ts files, I got them using segmenter. I am using them for HTTP Live Streaming. Streaming is working fine. Could anyone assist me on how to convert these .ts files to a normal single file (.mp4 or .mov iphone support formats) programmatically. This will give th...