streaming

Flash streaming player: shoutcast (mp3/aacplus), windows media audio

Is there a flash player that could handle all of the formats mentioned above. Or different players that could handle it? ...

Advantages of creating .ram, .wvx, .m3u files for hosting and streaming audio/video files?

We will be soon hosting a large number of audio and video files that have been historically saved in 3 various formats. (.rm, .wmv, .mp3) Should we create pointer files (.ram, .wvx, .m3u) for Web site visitors and search engines to consume them? If I create links to the actual media files directly, what are the implications? Are the p...

Red5 live streaming

Hello guys, I'm new with Red5. I would like to know how can I take a stream from a port (something like this rr.tt.yy.uu:1234) and publish it using Red5. I was looking the oflaDema and the Simple Broadcaster, but this only takes the camera and I need to take the stream. Can you help me please?, may be with an example or a guideline. Th...

How to stream a remote mp3 without using a full screen player? e.g. shoutcast

Hi, how do I play a remote .mp3 in an iPhone app with full control over the playback controls and visuals shown? I know MPMoviePlayerController can stream .mp3s but it takes over the whole screen. If you could just point me in the direction of an appropriate guide or class reference that would be great. ...

Video streaming API

Current situation: Users are downloading the whole video clip (>70mb or >140mb). This is not as effective as we would like. [I am a non programmer looking for a solution]... I want to be able to stream video for a professional development package from our servers to the user. The user logs in and access the video from the dashboard. ...

Stream video to a server

I'm trying to stream video to a server from another machine using Java and for starters, I'm just trying to transfer a file using a raw socket connection and a byte stream. However, things aren't showing up the same way. If I transfer a file this way, a 3MB file on my machine ends up being 5MB on the server. I'm trying this with a vi...

Read from a growing file in C#?

Hi, In C#/.NET (on Windows) is there a way to read a "growing" file using a file stream? The length of the file will be very small when the filestream is opened, but the file will be being written to by another thread. If/when the filestream "catches up" to the other thread (i.e. when Read() returns 0 bytes read), I want to pause to all...

Browser Based Streaming Video/Audio (not progressive download)

Hello, I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary technology. I wouldn't be serving static files and using progressive download, this would be real audio streams being captured live. Ho...

Web P2P video confrence solution

I'm looking for the best possible solution which will allow me to incorporate live video/audio conference between 2 users(only 2 at this point) into a flash gaming platform. The video chat is not just an extra feature, it's the main one. I'm mainly looking at open source implementations or something I'll be able to implement myself, b...

Live broadcasting

im developing live audio streaming project using windows media encoder and windows media server... suppose my local ip address is 192.168.90.9 the main server ip is...192.90.98.09 how can i handle in push method what are all the things should i do? suppose im user (local)upload live video to to main server how can i? ...

Getting Silverlight Video Stream

Suppose there is a Silverlight streaming video player on a random web site. How can I intercept the video stream and for example save it to file - i.e. the real source of the file. I know some of the sites embed the source in tag - or at least that was the case with Flash. But sometimes, players are smarter than that and call some logi...

Video Streaming on Blackberry

Is there any way to stream and play video files from the server? Does blackberry provide any built-in video player where I can play the streamed video? ...

What is the best way of generating a xslx file on a web site? Possibly with millions of rows?

I'm tasked with writing a solution for fixing a poorly performing legacy excel file generator. The files I need to generate could get very large. Maybe up to a million rows with 40-50 columns. I guess I will stream directly to the user if possible, but I might just have to save the file to disk first and then create a link for the use...

Estimating bandwidth usage for Desktop Java application

We have a data streaming application which uses local caching to reduce future downloads. The full datasets are larger than what is streamed to the end user - i.e. just the bits the end user wants to see. The concept is pretty much like a browser, except the streamed data is exclusively jpg and png. The usage patterns are sporadic and u...

Record MMS Video stream using .NET

I want to record MMS and RTMP streams using .NET. Can anyone give some sample code snippet. I have aleady tried VLC Sout, its not much helpful. ...

How can I connect an object that requires a writable stream to an object that wants a Readable stream?

A DataSet knows how to serialize to a stream via WriteXml(). I have an object that wants a readable stream. How can I connect the DataSet to this other object? The plumbing analogy: suppose a 1/2" copper pipe has a "male" outlet, and a valve also has a "male" fitting. To connect the two I need an adapter - female on both ends. I...

flv files and swf files, do they stream off the web?

Have have a question about FLV files, do FLV files stream when you post them on the web? I am linking to a number of FLV files on the web and want to have seamless view of the videos. SWF files seem to stream ok-- E.g.: https://drchrono.com/site%5Fmedia/uploaded%5Fmedia/training%5Fvideos/getting%5Fstarted.swf I don't want people to ha...

Streaming, Daemons, Cronjobs, how do you use them? (in Ruby)

Hey there, I've finally had a second to look into streaming, daemons, and cron tasks and all the neat gems built around them! But I'm not clear on how/when to use these things. I have a few questions: 1) If I wanted to have a website that stayed constantly updated, realtime, with my Facebook friends' activity feeds, up-to-the-minute ...

Data Streaming in Adobe Flash

I am trying to write a flash program that allows multiple users to collaboratively work on the same document. I would require the changes and updates from each user to be sent to a server, processed, and propagated to everyone else working on the document. What kind of server technology should I be using? It needs to be a low-latency so...

C# : How to stop streaminig media on flash content ?

Hello, I'm coding an application in C# that enters a site which contains flash embedded content. But every time a site is entered, the streaming movie starts to play automatically. Is there anyway to stop automatic start of embedded content ? I can't disable Flash since the entire site is coded in flash; all I want is to stop the embedd...