Hi all,
I am developing an application which includes streaming of videos form web server. I have tested on Curve 8900, 8330 and the videos stream perfectly and played well. But the problem exist on BOLD 9000. On bold i can only hear sound of videos but no display.
I cant understand how the same code works perfectly on 8900 but not on ...
Hi everyone....
I have a created an online radio station using icecast2 and edcast....
When i connect to the server with the the url "mysite:8000/stream.m3u" the browser first downloads the .m3u playlist and then we have to open it with our desired player.
I've also seen some sites where you just click on the play button of the playe...
I have a Flex3 app I wrote and I'm streaming audio over RTMP from a Red5 server. I'd love to be able to use SoundMixer.computeSpectrum(), but the spectrum data is all zeros. In one location, Adobe writes that SoundMixer.computeSpectrum() does not work with RTMP data:
"For media loaded from RTMP sources, you cannot use the BitmapData.dra...
Hi,
I am writing a program that reads a file, whose first two lines are:
Field of space: 0.4
226981 20
Then I want to pass 226981 and 20 to integer variables. So I do:
ifstream vfile(file_name, ios::in);
vfile.getline(header,FILENAME); // Read the header-line
vfile >> nTot >> file_size;
If I compile the program wit...
I'm looking to add an element to my wxWidgets GUI that behaves like a terminal emulator. Not in terms of a shell which executes commands, but just the input-output setup of an application running in a terminal.
Basically, the requirements are:
Streaming input/output: When you enter a character, it is added to an input stream, and when...
Hi, I want to create a FLV stream generated from images taken from my directx application, to end up on a webpage.
My current plan is (have been) to send screenshots as JPG:s from the dx app, to a client running on Linux. This client converts the JPG:s to a MJPEG stream. And ffmpeg converts the MJPEG stream to FLV - ending up in Flash P...
My first application was submitted to App Store and failed to be approved owing to "excessive volumes of data over the cellular network". I don't know how they test this but since it's basically a news application which displays various articles, images and streamed videos, I would go and blame the videos for the rejection. I can't test ...
I wrote a WCF service that should transform any size of files, using the Streamed TransferMode in NetTcpBinding, and System.IO.Stream object.
When running performance test, i found significant performance problem.
Then I decided to test it with Buffered TransferMode and saw that performance is two times faster!
Because my service shoul...
I have a simple flash video player that streams the video from a streaming media server. The stream plays fine and I have no problems with playing the video and doing simple functions. However, my problem is that on a mouse over of the video, I have the controls come up and when I do a seek or scrub on the video, I get little weird box...
This document --> http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html explains in detail about how to stream videos to the iPhone. There is, however, no mention about how the content is then presented to the user. It could be via the browser, or via a co...
I've created a player for a client in the past using their LimeLight server to stream videos and not had an issue before, however for a new client using different LimeLight server, the videos seem to be ending 3-4 secs too early.
My traces on 3 vastly different videos I tested:
metadata duration = 32 // 32 secs long, ends at 27
...
Hi, all, I want know how to play the online tv like the site 'http://wwitv.com/portal.htm'
seem it is RTSP , does iPhone sdk support this type stream ?
again, how to play MMS stream , like 'mms://8.3.230.132/cctv4-200' ...
Thanks for your answers.
...
From an audio-file I want to be able to expose audio on a webpage, but between specific start and stop times.
Say I have a audio-file that is 45:30, for example, and I want to expose it for streaming and download between 7:25 and 8:30, but also between 6:20 and 9:27.
What do I need in term of special services, Silverlight-controls and ...
My sister is a totally internet radio freak. She listens to internet radio all the time. So I thought why not write a little funny styled app for her upcoming birthday ;-)
I'd like to understand the concept behind streaming online web radio. As I never listened to online radio myself I need some advice from you guys.
Questions in my m...
I'm building a video player here: http://leongaban.com/stackoverflow/RTMP/
It's streaming RTMP, and I'm trying to get my video to seek correctly if the user clicks on the groove bar (gray bar under the green progress bar) Currently it does not seek and gives me a NaN on my duration variable and an error on my progress bar width variable...
Hello friends,
I am making one application in which I need to play some videos on my webpage or application.
And my videos are placed on my computer locally. Now what kind of URL i need to provide, or what type of streaming do I need to make it playable on other computers, from the webpage only.
Is there any controls, which plays videos...
I am wanting to write a WCF web service that can send files over the wire to the client. So I have one setup that sends a Stream response. Here is my code on the client:
private void button1_Click(object sender, EventArgs e)
{
string filename = System.Environment.CurrentDirectory + "\\Picture.jpg";
if (File.Exists(filename))
...
I'm working on a project where there are short clips of fly throughs rendered from maya of a 3D environment. I worked up a swf that loads the clips as FLV and plays them accordingly.
My current script seems to bomb during the FLV playback sometimes and never recovers. The swf size is 1280x720 and around 1500 bitrate but the clips are ...
I have I have cheap Apache PHP hosting. I have mp4 and or Ogg video file. I want to dinamicaly stream this video to users. And let that users see it thru html 5 video player.
How do you do true streaming (beeng able to scroll to any part of wideo with out previous download of full video) with the video tag (i.e. not progressive download...
What is the best website that Allow hosting videos and embed option (not youtube)
...