streaming

MediaElement.position jumps with 4 seconds

Hi, The situation is as follows: I'm using Windows Media Services 9 to stream my video and I use the latest Silverlight Mediaplayer RadControl from Telerik. At the moment I'm testing it all local host and the streaming server is in the same network, so problems with bandwidth and buffering etc is not the cause. I want to skip my video f...

Streaming, Asynchronous, Language Independent technology to transfer Object data

What are the best-practice / industry standard technologies for the folowing requirements Allow transfer of business objects from one client / server to another Language and platform independent Supports Streaming to alow passing large data (e.g. a connected statefull conversation) Is Asynchronous in nature (doesn't block, allows mon...

How to stream HD video from the web ?

I'm interested if there any web server application that allows you to stream HD quality live chat without software application installed on streaming client PC. Flash Media Server allows HD streaming but it must be encoded prior to that which makes impossible to work with as any streaming client will need to install and handle their enco...

MediaScannerConnection Android

Hello Everybody, I would like to know if it is possible to scan with MediaScannerConnection an audio file that is not located on the sd card of the device. I mean, Can I pass the file to the MediaScannerConnection using streaming?. Thanks. ...

Is it possible to use MS Sync Framework + WCF and using streaming instead of buffered messaging?

I have not found any document for using MS Sync Framework + WCF and using streaming instead of buffered messaging. Does anyone have any reference on how to implement it? Thanks! ...

Streaming with Android MediaPlayer - catching errors and buffering

I'm having trouble getting MediaPlayer to be resiliant when streaming from a HTTP URL. If I start playing the file, but then drop the connection (e.g. airplane mode), MediaPlayer#OnErrorListener generates what=1, extra=-17; and then shortly afterwards what=-38, extra=0. There's no documentation I can see in the APIs of what this denotes...

how to test if the wcf is really in streaming mode?

I have a operation contract that is like this: public interface ISearch { [OperationContract] System.IO.Stream DownloadFile(string file); } the binding is nettcpbinding, and when i set buffered and streamed transfer mode, the wcf seems both work. so how can i test whether the wcf is working in streamed mode? ...

Adding streaming video in web site?

I need to add / include video streaming in a web page of my website. How can I include video streaming in my web page? Can anyone help with sample or examples or with tutorial links? ...

weird wcf streaming mode

why is this working in streamed wcf? the binding code: public static NetTcpBinding CreateNetTcpBinding() { int messageSize = 1024*64; XmlDictionaryReaderQuotas readerQuotas = new XmlDictionaryReaderQuotas(); readerQuotas.MaxArrayLength = messageSize*100; NetTcpBinding tcpBinding = ne...

Sending data async over network with prefetching in .NET

If you have ever used SQL Server Management Studio, you would have noticed how query results begin to show in the viewer before the query is finished and all results are received by the client. I am looking to implement (reuse) that functionality for my own data store / data streaming farm. Client sends a query to the server and gets ...

Realtime RTMP streaming of user-uploaded files, as they upload

I want users to be able to upload audio files to my server (say, over HTTP.. mechanism doesn't matter much), and then I'd like to assemble those files into a playlist and stream them out over a live RTMP stream to a Flash widget. The catch is: I'd like to begin streaming the audio files before they completely finish uploading. For examp...

Access denied in SQL 2008 on image write

I have create my code in order to write images in a remote sql server All the details of accessing and writing are fine until now, including the system account right now i'm in the command of: SqlFileStream = New SqlFileStream(filePathName, fileToken, FileAccess.Write) and when i'm trying to execute it the Server returns the error 'A...

Where do I place a FLV file to stream on a local Red5 server?

I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online. Where do I place the .flv file to stream it? ...

How to get how much data application have download?

Is there any way to determine the amount of data used by application? My application doing live streaming, is that possible to track the data that user have used to watch streaming? Thanks in advance. Amit ...

Spring MVC + Oracle LOBs + Streaming

Hi there, I have to send a binary stream of a blob by means of a ServletOutputStream. I'm using the following technologies and software: Oracle 11, WebSphere 7, Springframework 2.5.5, Hibernate 3.3.SP1. There are two Oracle databases. The first one contains tables for description of documents I have to transfer, and the second one - ...

Remote Observables in .NET

I encounter this scenario all the time, but have never found anything but home-grown solutions to it: You view a list of orders When you make changes to those orders, they dynamically update on any other clients screens who are looking at the same list, and vice versa I call this idea "Remote observables"... not sure if it has a bett...

Sybase Stored Procedure ResultSet streaming?

I am certain that this is documented somewhere, but I can't seem to find it. Does anybody know if JDBC stored procedure results are streamed in Sybase? In particular, if I use a CallableStatement to call a Sybase stored procedure, is it possible for the Java code start to read rows from the resulting ResultSet before the stored procedu...

Is there a way to enable both session and streaming in netTcpBinding?

Hi I writing a WCF Service that need transfer large files, so i using streaming, but from the other hand i need to do username specific initializations. The problem is that getting the username and perform initialization every time is very expensive. If i could turn on session, i could just save initialized data in local variables in t...

merging XFDF with PDF form to create final PDF server-side?

This is what I have currently: User submits form data and gets a "download PDF" link. The link points to script which generates an XFDF file on the fly and outputs the XFDF file after setting the appropriate headers, etc. The XFDF file points to a password-protected PDF, which is the generic PDF form that uses the XFDF data to fill in ...

Streaming and playing an MP3 stream. .mp3 URL format

Hello, I used the sample code from http://cocoawithlove.com/2008/09/streaming-and-playing-live-mp3-stream.html. it runs OK with default URL. But when I replace with my URL "http://dl.mp3.kapsule.info/fsfsdfdsfdserwrwq3/fc90613208cc3f16ae6d6ba05d21880c/4b5244f0/b/7e/b7e80afa18d06fdd3dd9f9fa44b51fc0.mp3?filename=Every-Day-I-Love-You.mp3", ...