active questions tagged streaming - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T04:23:07Z http://stackoverflow.com/feeds/tag/streaming http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1843054/streaming-in-and-out-of-an-sql-server-2005-image-field-with-c 0 Streaming in and out of an SQL Server 2005 image field with C# ? Maxime Labelle 2009-12-03T21:29:43Z 2009-12-06T17:39:26Z <p>After having checked extensively for an answer to this question, I still cannot find a satisfying solution. So here goes.</p> <p>I need to store possibly large amount of data in a column of an SQL Server 2005 table. I absolutely need to work in a streaming fashion, so that :</p> <ol> <li>When writing, the data is sent in chunks to the database. Is there some builtin way to achieve this from C# client-code using the classes in System.Data.SqlClient? Or do I need to resort to using ADODB.Net Stream object ? Not sure how to mix the two concepts (especially with regards to participating in the current SqlTransaction.</li> </ol> <p>Alternatively, is there a way for a T-SQL stored procedure to <em>append</em> data to an existing column. With this approach, the stored procedure would be called multiple times from the client code and this would achieve the streaming requirement.</p> <ol> <li>When reading, the data should be read one chunk at a time, in a streaming fashion.</li> </ol> <p>Alternatively, is there a way for a T-SQL stored procedure to provide sequential or even random access to the contents of an image field?</p> http://stackoverflow.com/questions/1851082/flash-video-streaming-intricacies 0 Flash Video Streaming Intricacies sascha 2009-12-05T03:46:26Z 2009-12-05T04:29:28Z <p>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.</p> <p>One part of the problem is that I can't test in real-time on their server due to restrictions. I've tested locally with a MP4 file in a sub-folder from where the SWF is located and that works fine but as soon as it goes on a test server (where there's a crossdomain.xml that grants that test server rights to access media files on the client's server) the video will not stream. Here's an example of the scenario:</p> <p>Let's say this is my test video:</p> <pre><code>test.mp4 </code></pre> <p>It's in a folder on the client's server with sub-domain:</p> <pre><code>http://media.client.com/videos/ </code></pre> <p>The site (i.e. SWF) is on <code>http://www.client.com/</code></p> <p>... Could somebody give me an example of how to definitely use AS3 NetConnection.connect() and NetStream.play() with these parameters? I've tried pretty much any variation but with no success. The AS3 docs are very vague about this and the fact that I can't test on-site doesn't help either.</p> <pre><code>_netConnection.connect("http://media.client.com/"); ... _netStream.play("videos/test.mp4"); </code></pre> <p>... doesn't work.</p> <pre><code>_netConnection.connect("http://media.client.com/videos/"); ... _netStream.play("test.mp4"); </code></pre> <p>... doesn't work either (throws exception if I remember correctly).</p> http://stackoverflow.com/questions/415889/embeddable-flash-based-mp3-player 3 embeddable flash based mp3 player hasen j 2009-01-06T09:08:27Z 2009-12-04T15:35:57Z <p>I need to serve audio content (not music though, more like podcasts; human speech), and I'm thinking of using a flash-based player to let users hear the content without having to download it.</p> <p>I need a free embeddable flash based mp3 player. Any suggestions?</p> <p>Because it's not music, I don't care about playlist (I don't want them, they will get in the way), and I need a seek-bar (if that's what you call it), I also don't want it to display the file name or title any crazy thing like that, just a play/pause button and a seek bar.</p> <p>Or, alternatively, if it's not very complicated, I might try to make one myself. Does anyone have experience building such a thing to give me an insight on how hard it would be?</p> <p><strong>UPDATE</strong> I'm looking at this one <a href="http://www.macloo.com/examples/audio_player/" rel="nofollow">http://www.macloo.com/examples/audio_player/</a></p> <p>Though, I don't know who made it, and whether or not it's free?</p> http://stackoverflow.com/questions/1834944/what-is-a-good-pure-perl-on-line-or-streaming-statistics-package 5 What is a good pure Perl on-line or streaming statistics package? Jeremy Wall 2009-12-02T18:40:49Z 2009-12-04T15:35:18Z <p>Are there any prerolled streaming statistics libraries for Perl à la: <a href="http://en.wikipedia.org/wiki/Algorithms%5Ffor%5Fcalculating%5Fvariance#On-line%5Falgorithm" rel="nofollow">http://en.wikipedia.org/wiki/Algorithms%5Ffor%5Fcalculating%5Fvariance#On-line%5Falgorithm</a></p> <p>I haven't found anything on CPAN yet and I really don't want to have to code one myself.</p> http://stackoverflow.com/questions/1842583/sending-movie-stream-from-client-to-server-the-python-server-should-play-the-str 0 Sending movie stream from client to server. The python server should play the stream on the fly. Orjanp 2009-12-03T20:14:28Z 2009-12-04T12:22:59Z <p>I would like to simulate some kind of camera on a UAV. The camera should provide a live stream, and send the stream over a network connection to a server. The server should be able to play the stream on the fly for me to see.</p> <p>I was thinking the client(uav) just read a moviefile and sent it to the server. But how can the server show the file on the fly? I suppose the simplest way would be to use xine or mplayer to show the movie? But how?</p> <p>This is to be done in python and GNU/Linux. The client and server is both located on the same machine.</p> <p>The main issue is to get the server to play the file on the fly, before it has the whole file available. Any ideas?</p> <p>EDIT: The server and client are connected with a standard tcp/ip connection. The video feed is not alone on the connection.</p> <p>Orjanp---</p> http://stackoverflow.com/questions/1825338/video-streaming-using-c 1 Video streaming using c++ Amer 2009-12-01T10:35:30Z 2009-12-04T06:49:18Z <p>I'm going to build an application in c++ that creates stream of photos and then sends them as video stream to another application. any ideas about how can i start? what I mean is, what libraries should i use and what the encoding? I'm thinking about MJPEG, and UDP or RTP as protocol.... any help would be greatly appreciated.</p> http://stackoverflow.com/questions/1843849/veotag-com-alternatives -1 Veotag.com alternatives [closed] VPDD 2009-12-03T23:31:23Z 2009-12-03T23:31:23Z <p>I am looking for a veotag.com alternative or similar software can be a commercial program or open-source but I need to customize it.</p> http://stackoverflow.com/questions/875421/how-do-i-seamlessly-concatenate-mp3-streams 1 How do I seamlessly concatenate MP3 streams? Jasiu 2009-05-17T20:26:50Z 2009-12-03T17:04:26Z <p>Hey,</p> <p>I'm working on a streaming server that will be capable of broadcasting targetted ads. Basically listeners hear the same music, but every, say, 30 minutes comes a block of ads and every listener has his/her own block. Implementing such streaming server poses various problems and this question is about one of them.</p> <p>The server will work in a manner similar to Icecast, i.e. it will read the stream over the network from some stream generator and relay it to every listener. When it's time to broadcast ads, the server stops fetching the stream from the generator, reads ads from files and inserts them into each listener's buffer, transmits them and resumes on relaying stream from the generator.</p> <p>When the server switches from relaying stream to broadcasting ads, it has to concatenate two MP3 streams (we broadcast in MP3). My concern is that simply appending one piece of data after another may produce some audible artifacts. Can it be done seamlessly?</p> <p>I've already figured out this: - I can make the server be aware of MP3 frames to avoid sync errors. - I'm thinking about appending MP3 frames from the ad file after MP3 frames from the stream. - Since ad is loaded from properly encoded MP3 file, I circumvent the problem of byte reservoir, because the first frame from the file can't use it.</p> <p>But my concern is the way MDCT works. Listeners have no idea of what my server will do, so their MP3 decoders may produce some artifacts because incorrect MDCT data will be placed one after another in the stream they download. Will zero-padding at the beginning of the file with the ad compensate for this?</p> <p>Do you know any libraries/tools (open source if possible) that can seamlessly join two MP3 files without decompressing them?</p> <p>Can you point any good resources describing MP3 format? I searched Internet a lot, found lots of information, but I still miss the overall picture.</p> <p>Maybe you know that this would be easier if I used another codec like OGG/Vorbis, AAC?</p> <p>Regards,</p> <p>Mike</p> <p>PS. This question is not a duplicate of <a href="http://stackoverflow.com:80/questions/62618/what-is-the-best-way-to-merge-mp3-files">What is the best way to merge mp3 files?</a>. mp3wrap and tools alike are not an option for me.</p> http://stackoverflow.com/questions/1839664/custom-seek-bar-for-a-streaming-video-file-in-android 0 custom seek bar for a streaming video file in android unknown (google) 2009-12-03T12:45:22Z 2009-12-03T16:47:54Z <p>How can we display a custom seek bar for a streaming video file in android?</p> http://stackoverflow.com/questions/1625553/how-does-vlc-media-player-implement-http-streaming 1 How does VLC Media player implement HTTP Streaming? Varma 2009-10-26T15:43:45Z 2009-12-03T10:25:22Z <p>How does VLC Media player implement HTTP Streaming? </p> <p>I am aware that, VLC Media player can be used as a streaming server and also a streaming client. </p> <p>My requirement is to stream(over HTTP) a proprietary protocol data from the server to clients and I am not comfortable with C/C++ code. I am comfortable with C# and Java. Can somebody point me to example implementations of HTTP Streaming in either C# or Java?</p> http://stackoverflow.com/questions/1834223/calculating-filesize-of-a-response 0 calculating filesize of a response? DJ_Steve 2009-12-02T16:46:24Z 2009-12-02T19:54:20Z <p>hello, im tryingto code a script to do dynamic transcoding of video and audio (likely just audio for now) and streaming to mobile devices, currently im using the script posted elsewhere on here (<a href="http://stackoverflow.com/questions/1608571/how-do-you-convert-audio-files-on-the-fly-to-the-browser">http://stackoverflow.com/questions/1608571/how-do-you-convert-audio-files-on-the-fly-to-the-browser</a>) but this seemsto have problems as i do not know how to calculate the filesize of the outputted data, can anyone suggest how i might calculate this dynamicly and pass the correct header?</p> http://stackoverflow.com/questions/1825712/read-chunk-by-chunk-bytes-from-a-file-in-iphone-application 0 read chunk by chunk bytes from a file in iphone application KamalBhr 2009-12-01T11:56:14Z 2009-12-02T15:03:09Z <p>hello</p> <p>I am trying to implement an iphone application which can read some fixed amount of bytes from a file and store in another file. this process will going on up to end of file. I am very new to iphone application so please help me on that . Is there any parent classes are there for this specific type of implementations. </p> http://stackoverflow.com/questions/901227/can-you-recommend-an-effective-and-cheap-cdn-for-video-streaming 5 Can you recommend an effective and cheap CDN for video streaming? Shaul Dar 2009-05-23T09:46:26Z 2009-12-01T16:07:53Z <p>I am looking for a streaming CDN recommendation. Cost and performance are my chief concerns. Video viewers may be all over the globe, with the, US, Europe, Russia and South America topping the list (yes, I know that leaves out a little :-).</p> <p>I saw the following list of streaming CDNs in LinkedIn: Akamai, BitGravity, EdgeCast, Highwinds, Internap, Level3, Limelight, Mirror Image, Move Networks, Qbrick, SimpleCDN, StreamZilla, Swarmcast (streaming via HTTP), WINK Streaming... (+Amazon's S3 and CloudFront)</p> <p>Can anyone recommend any of these or others? Or a different type of technology (e.g. P2P).</p> http://stackoverflow.com/questions/787040/live-streaming-with-directshow-and-windows-media-format-sdk 0 Live streaming with DirectShow and Windows Media Format SDK moorglade 2009-04-24T18:28:40Z 2009-12-01T15:00:04Z <p>First, some background:<br> I'm developing a Silverlight 3 application and want to add support for live streaming (webcam + microphone as input). Unfortunately, Silverlight cannot access a webcam or a microphone itself, so I need to create a stand-alone application for establishing the media stream. I guess Silverlight would work best with Microsoft technology, so I want to use the ASF format with WMV/WMA encoding.</p> <p>After doing some research, here is what I think I could do: <ul> <li>It seems it is possible to capture both webcam and microphone input with DirectShow and then combine it into one "stream".</li> <li>To encode the stream, I probably need to pass it to the Windows Media Format SDK libraries (MSDN documentation describes how to use DirectShow with WM ASF Writer).</li> <li>I think it should be then possible to use something like "Network Sink" to broadcast the ASF stream (without writing it to the HDD).</li> <li>I guess that connecting lots of clients to the stream would be quite heavy on bandwidth, so I should probably send the stream to a server and broadcast it from there. I just don't know if it's possible to use a combination of ASF Reader/Writer to "pass" the stream through the server. I also don't know if I could use multicasting to achieve a similar result.</li> </ul></p> <p>I'm planning to use C#, although this probably doesn't make much difference as I will have to use some wrappers for C++ libraries anyway (like DirectShow.Net or SlimDX).</p> <p>Unfortunately, I have virtually no experience with handling media streams. So my first question is, is it even possible to do streaming in the way I described?</p> <p>And if it IS possible, is it a sensible way or should I consider using some different libraries/frameworks?</p> http://stackoverflow.com/questions/857546/how-to-access-an-audio-stream-using-directshow-net-c 1 How to access an audio stream using DirectShow.NET C# Hauke 2009-05-13T11:57:14Z 2009-11-30T17:12:32Z <p>Hi,</p> <p>What I would like to do is to pass an arbitrary audio file to a DirectShow filtergraph and receive a (PCM audio) stream object in the end using .NET 3.5 C# and DirectShow.NET. I would like to reach the point that I can just say:</p> <pre><code> Stream OpenFile(string filename) {...} </code></pre> <p>and</p> <pre><code>stream.Read(...) </code></pre> <p>I have been reading up on DirectShow for a couple of days and think I have started to grasp the idea of filters and filtergraphs. I found examples (<a href="http://www.informikon.com/directshow-tutorials/yet-another-capture-sample-in-c.html" rel="nofollow">to file</a> / <a href="http://www.geocities.com/contactgirish/DirectShow.html" rel="nofollow">to device</a>) how to play audio or write it to a file, but cannot seem to find the solution for a Stream object. Is this even possible? Could you point me in the right direction in case I missed something, please?</p> <p>Best,</p> <p>Hauke</p> http://stackoverflow.com/questions/1184113/how-do-continuously-update-data-to-an-asp-page 0 How do continuously update data to an asp page? Lori 2009-07-26T09:18:37Z 2009-11-30T05:00:02Z <p>Hi, I have an asp page based on a very simple database. It references a single table of probably 30 records and maybe 12 data fields and everything works great as I am only uploading a new database every week or so.</p> <p>I have a special circumstance where I would like upload new data to the database and display automatically on the page every 20 to 30 seconds without the user having to refresh their screen. I would expect up to 1000 concurrent users accessing the data.</p> <p>I have been manually uploading the database via ftp, which will obviously not work on this timeline and would also run the risk of error pages as the database is being replaced.</p> <p>So, can anyone point me the right direction to setup this scenario?</p> <p>Other details that might be helpful: The database is an Access database (but I could change to another format if needed) Running on Windows platform hosted by an ISP, not my own server</p> <p>Thanks in advance for any help on this!</p> <p>Lori</p> http://stackoverflow.com/questions/1815208/streaming-mp3-with-open-source-php 0 Streaming MP3 with open source PHP konzepz 2009-11-29T10:38:52Z 2009-11-29T11:41:43Z <p>What are the best PHP solutions for a <a href="http://blip.fm" rel="nofollow">blip.fm</a>-like fixed audio player?</p> http://stackoverflow.com/questions/1814457/stream-audio-from-linux-server-with-silverlight 0 Stream Audio from Linux Server with Silverlight Benny 2009-11-29T02:32:37Z 2009-11-29T04:32:46Z <p>I have a large catalog of audio on a Linux (CentOS 5) server that I would like to expose to an existing .NET web site. Is there any way to stream the media from the Linux server through my web site using Silverlight? If so, how would a person go about setting it up?</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1813386/live-audio-streaming-alternatives-without-flash-silverlight 0 Live Audio Streaming alternatives *without* Flash, Silverlight... Tom 2009-11-28T18:52:44Z 2009-11-28T19:07:39Z <p>What , if any, alternatives are there to Flash, Silverlight, and Java applets for streaming live media?</p> http://stackoverflow.com/questions/1215687/online-book-reader-streaming-chunking-parts-of-a-book 1 online book reader - streaming/chunking parts of a book unknown (google) 2009-08-01T02:34:38Z 2009-11-28T19:00:02Z <p>I am trying to create an online book reader (all text, no graphics needed). The reader can be flash or html/javascript. The trick is I need to push out the book in chunks so I can limit non-paid readers to only the first chunk or so. I have thought about just pre-parsing a book file into several files (each chunk) and serving each but there is no good way to segment as I cannot easily segment by chapters (not always sure where a chapter begins). So a more fluid solution would be best.</p> <p>Additionally, I need some basic security to make it difficult to copy the content and piece it back together as a whole book. I don't expect this part to be unbreakable, just good enough.</p> <p>I've seen I can make each book a PDF and then convert that into an SWF. But then how would I limit the frames served in flash (assuming a swf frame is a pdf page)? Any ideas? </p> <p>btw, I've looked closely at Scribd's iPaper. Things like that look slick but don't really provide a good reading experience for text only books. I do like the readability of some of Google's books. Its fluid and seems to read well for mostly text books.</p> http://stackoverflow.com/questions/1725081/linux-application-that-bundles-multiple-incoming-audio-and-video-streams-into-one 1 Linux application that bundles multiple incoming audio and video streams into one container file? StackedCrooked 2009-11-12T20:18:17Z 2009-11-27T20:24:50Z <p>I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. During a lecture all these data streams arrive at one Linux server. This server should transcode and bundle all these streams into one container (Matroska) file.</p> <p>My options seem to be:</p> <ul> <li>Write a GStreamer application</li> <li>do something with FFMPEG</li> <li>do something with VLC</li> <li>...?</li> </ul> <p>Has anyone done something similar in the past? Can you recommend something?</p> <p><b>Edit</b><br> For those interested, here are a few of my findings:</p> <ul> <li>Matroska is not a good format for streaming (it's possible, but it's not its primary intent)</li> <li>For Flash streaming you can use MPEG4</li> <li>If you want to combine different videos into one video where each subvideo occupies a rectangular portion of the total screen, then this <a href="http://git.gnome.org/cgit/usability-lab/tree/eb1304-to-ogg.sh#n93" rel="nofollow">GStreamer script</a> is useful (I found it on this <a href="http://blogs.gnome.org/halfline/2009/10/11/video-4-way-split-screen-gstreamer-pipeline/" rel="nofollow">blog post</a>).</li> <li>Desktop capture works fine with VLC</li> </ul> http://stackoverflow.com/questions/916902/luster-gluster-or-mogilefs-for-video-storage-encoding-and-streaming 4 Luster, Gluster or MogileFS?? for video storage, encoding and streaming Horacio 2009-05-27T17:01:14Z 2009-11-27T20:11:04Z <p>So many options and so little time to test them all... I wonder if someone has experiences with distributed file systems for video streaming and storage/encoding.</p> <p>I have a lot of huge video files (50GB to 250GB) that I need to store somewhere, be able to encode them to mp4 and stream them from several Adobe FMS servers. The only way to handle all this is with a distributed file system but now the question is which one??</p> <p>My research so far tells me:</p> <ul> <li><strong>Lustre</strong>: mature proven solution, used by a lot of big companies, best with >10G files is a kernel driver. </li> <li><strong>Gluster</strong>: new, less mature, FUSE based that means easy to install but maybe slower due to FUSE overhead. Better to handle a large number of smaller files ~1GB </li> <li><strong>MogileFS</strong>: seems to be only for small files ~MB, uses HTTP for access?? possible FUSE binding in the future.</li> </ul> <p>So far Lustre seems the winner but I would like to hear real experiences for the particular application I have.</p> <p>Also Hadoop, Redhat GFS, Coda and Windows DFS sound as options so any experiences are welcome. If someone has benchmarks please share.</p> http://stackoverflow.com/questions/1296875/live-streaming-video-latency 1 Live streaming video latency Robert 2009-08-18T22:17:23Z 2009-11-26T17:23:46Z <p>Trying to determine what's "most" responsible for latency - the round trip my video makes from my encoder, to my server, and back down to the player in my browser.</p> <p>I'm at about 12 seconds right now with a player I like. Is it buffering in my player? Buffering on the way out by FMLE? </p> <p>The reason I ask is I feel I've eliminated other culprits with my little test scenario outlined below. And also, all else equal, swapping other players in produces the greatest variance in the latency. One takes it down to 4 seconds. Can't get any lower than that though.</p> <p>Eliminating other culprits:</p> <p>-Bad network? Nope, running it all locally. -The codec?, Nope, setting FMLE to VP6 or H.264 produces same latency. -Pushing too much data out of FMLE? Nope, 50kbs or 1000kbs produces 12 seconds -Framerate settings to intense? Nope, 5-29.97 fps changes effects motion quality but delay stays around 12 seconds.</p> <p>I'm developing a small FMS based web presentation package so the latency will have to be down to a second at most. I've seen a similar package with almost no latency. Here's my test set up:</p> <p>-Camera connected to Windows XP machine -Flash Media Live Encoder 3.0.1 -FLash Media Server 3.51 -Video Player - Sample dynamic streaming player in Adobe Flash Media Server productivity tools (kind of like a reference implementation for Adobe's ActionScript 3.0 Dynamic Streaming Class)</p> <p>If I bounce my video off a server about 30 miles from me the result is nearly identical. </p> <p>I ran a test with a CDN and a player they provided and the best I could do was 4 seconds.</p> <p>Does anybody have a really fast player I can test?</p> http://stackoverflow.com/questions/1797576/c-file-upload-read-to-memory-and-use-as-text-file-is-there-a-better-way 0 C# File Upload read to memory and use as text file - is there a better way? Polo Herrera 2009-11-25T15:12:23Z 2009-11-25T20:38:07Z <p>I have a intranet hosted web application where the user will upload a text file with space delimited data in 5 columns. I don't wish to save the file so I wanted to just use it in memory. I tried many different examples off the web and none worked. Finally a co-worker showed me how to do this. Here is the code and I'm wondering if there is a better way to do this. In the end, all I want is a way to link the data to a gridview or repeater for viewing and later storage into a database (SQL Server).</p> <p>I am using Visual Studio 2008, C#, .NET 3.5 </p> <p>The upload file asp tag ID is SurveyFileUpload<br> The SurveyDate is an asp:input field</p> <pre><code>Int32 fileLen = SurveyFileUpload.PostedFile.ContentLength; // Create a byte array to hold the contents of the file. Byte[] buffer = new Byte[fileLen]; // Initialize the stream to read the uploaded file. Stream s = SurveyFileUpload.FileContent; // Read the file into the byte array. s.Read(buffer, 0, fileLen); // Convert byte array into characters. ASCIIEncoding enc = new ASCIIEncoding(); string str = enc.GetString(buffer); testReadFile(str, db_surveyDate.Text); ****************************** protected void testReadFile(string inFileString, string inSurveyDate) { string[] lines = inFileString.Split('\n'); curFileListing.InnerHtml = ""; int curRow = 1; var readings = from line in lines select new { // this is just for display purposes to show the number of rows on the page Row = curRow++, SurveyDate = inSurveyDate, ItemNumber = Regex.Split(line, "[ ]+")[0], Northing = Regex.Split(line, "[ ]+")[1], Easting = Regex.Split(line, "[ ]+")[2], Elevation = Regex.Split(line, "[ ]+")[3], Name = Regex.Split(line, "[ ]+")[4] }; saveFileData.Visible = true; GridView fileData = new GridView(); fileData.DataSource = readings; fileData.DataBind(); fileData.AlternatingRowStyle.BackColor = System.Drawing.ColorTranslator.FromHtml("#eee"); curFileListing.Controls.Add(fileData); } </code></pre> <p>This works OK. I'm not that knowledgeable with LINQ and I had a hard time with the file stream part. Thanx for your time.</p> http://stackoverflow.com/questions/1794581/a-problem-with-play-mms-streaming -1 A problem with play mms streaming RAGOpoR 2009-11-25T04:16:11Z 2009-11-25T04:56:03Z <p>Error log:</p> <pre><code>[Session started at 2009-11-25 11:10:27 +0700.] 2009-11-25 11:10:32.454 MoviePlayer[1085:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid content URL provided to MPMoviePlayerController (mms://202.142.200.130/fm97.5). Use +[NSURL fileURLWithPath:] for local movie files.' 2009-11-25 11:10:32.456 MoviePlayer[1085:207] Stack: ( 31081563, 2496697609, 31165499, 31165338, 26283790, 11147, 16078, 2733145, 3140514, 3149251, 3144463, 2838067, 2746396, 2773173, 39177937, 30866304, 30862408, 39171981, 39172178, 2777091, 10648, 10502 ) </code></pre> <p>Code Sample:</p> <pre><code>NSURL *movieURL = [NSURL URLWithString:@"mms://202.142.200.130/fm97.5"]; MoviePlayerAppDelegate *appDelegate = (MoviePlayerAppDelegate *)[[UIApplication sharedApplication] delegate]; [appDelegate initAndPlayMovie:movieURL]; -(void)initAndPlayMovie:(NSURL *)movieURL { // Initialize a movie player object with the specified URL MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] initWithContentURL:movieURL]; if (mp) { // save the movie player object self.moviePlayer = mp; [mp release]; // Apply the user specified settings to the movie player object [self setMoviePlayerUserSettings]; // Play the movie! [self.moviePlayer play]; } } </code></pre> http://stackoverflow.com/questions/1779712/multi-bitrate-dynamic-rate-for-progressive-flv-playback 1 Multi-bitrate/dynamic rate for progressive FLV playback drummer 2009-11-22T19:33:38Z 2009-11-25T00:24:36Z <p>Is there a way to get multi-bitrate playback working with progessive playback without having to download all versions of the file? People all coming up with all kinds of cool ways to make progressive feel like streaming. I wouldn't be surprised if there is also a hack for this. Any module names or reading resources that people in the know in this field can recommend?</p> http://stackoverflow.com/questions/1765243/getting-headers-when-streaming-images-through-php-from-a-database 1 Getting headers when streaming images through PHP from a database Marco 2009-11-19T17:54:22Z 2009-11-24T18:53:25Z <p>I have some pretty simple php code that returns binary image data from a database.</p> <pre><code>ob_start(); $stmt = $db-&gt;prepare($sql); $stmt-&gt;execute(array($ImageID)); $stmt-&gt;bindColumn(1, $lob, PDO::PARAM_LOB); $stmt-&gt;fetch(PDO::FETCH_BOUND); ob_clean(); header("Content-Type: " . $content_type); fpassthru($lob); </code></pre> <p>Let's call this script get_image.php. I'm calling this script from another one to get the image data and then process it. LIke so.</p> <pre><code>$src = file_get_contents('example.com/get_image.php?ImageID=foo'); $src = imagecreatefromstring($src); imagecopyresized($newfile, $src, 0, 0, 0, 0, $newwidth, $newheight, $origwidth, $origheight); </code></pre> <p>I'm getting errors from the image processing functions saying the "Data is not in a recognized format". After taking a look at the response it looks like my $src variable <strong>includes the headers as well as the binary data</strong>. I've been doing research but I can't figure out how to get rid of the header output and just work with the raw binary string. Any help is appreciated.</p> <p>To be clear, if I print out the $src string, instead of raw binary data I get the following.</p> <pre><code>HTTP/1.1 200 OK Date: Thu, 19 Nov 2009 17:33:01 GMT Server: Apache/2.2.8 (Unix) ... X-Powered-By: PHP/5.2.11 Connection: close Content-Type: image/jpeg /* Then all the binary data */ </code></pre> http://stackoverflow.com/questions/1727205/streaming-audio-clips-from-iphone-to-server 2 Streaming Audio Clips from iPhone to server Beezulbub 2009-11-13T04:54:49Z 2009-11-24T00:48:07Z <p>I'm wondering if there are any examples atomic examples out there for streaming audio FROM the iPhone to a server. I'm not interested in telephony or SIP style solutions, just a simple socket stream to send an audio clip, in .wav format, as it is being recorded. I haven't had much luck with the google or other obvious avenues, although there seem to be many examples of doing this the other way around.</p> http://stackoverflow.com/questions/1779511/play-youtube-videos-with-mpmovieplayercontroller 1 Play youtube videos with MPMoviePlayerController jmurphy 2009-11-22T18:27:18Z 2009-11-23T05:06:38Z <p>Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by passing a URL to initWithContentURL. When I launch the movie player the player comes up but just goes away after about 20 seconds. When I try it in the simulator I get an alert view that says the server is not configured correctly. Is there an argument I need to pass with the URL to get a specific type of video feed from google?</p> <pre><code>NSURL *videoURL = [NSURL URLWithString:@"http://www.youtube.com/v/HGd9qAfpZio&amp;hl=en_US&amp;fs=1&amp;"]; MPMoviePlayerController *moviePlayer; moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:videoURL]; [moviePlayer play]; </code></pre> <p>I've also tried the following URL's <a href="http://www.youtube.com/watch?v=HGd9qAfpZio" rel="nofollow">http://www.youtube.com/watch?v=HGd9qAfpZio</a></p> <p>I have also seen the argument &amp;format=1 and tried to add that to the end of both of the strings but no luck. </p> <p>Thanks in advance for any help!</p> http://stackoverflow.com/questions/1775202/how-to-stream-large-files-using-jaxb-marshaller 1 How to stream large Files using JAXB Marshaller? mrohland 2009-11-21T11:19:04Z 2009-11-21T13:39:15Z <p>Hi.</p> <p>The Problem I'm facing is how to marshall a large list of objects into a single XML File, so large I can not marshall the complete list in one step. I have a method that returns these objects in chunks, but then I marshall these using JAXB, the marshaller returns with an exception that these objects are no root elements. This is ok for the normal case there you want to marshall the complete document in one step, but it also happens if I set the JAXB_FRAGMENT Property to true. </p> <p>This is the desired XML output:</p> <pre><code>&lt;rootElem&gt; &lt;startDescription&gt;&lt;/startDescription&gt; &lt;repeatingElem&gt;&lt;/repeatingElem&gt; &lt;repeatingElem&gt;&lt;/repeatingElem&gt;... &lt;/rootElem&gt; </code></pre> <p>So I assume I need some kind of listener that dynamically loads the next chunk of repeatingElements to feed it to the marshaller before he would write the closing tag of the rootElement. But how to do that? Up until now I only used JAXB to marshall small files and the JAXB documentation does not give much hints for that use case.</p>