I've got an embedded Windows Media player in an HTML page, and when the audio gets to the end, it just starts again from the beginning.
According to the documentation, there's an autorewind parameter/attribute and also a loop.
The problem is, I've set both of those to false (and/or zero) and it doesn't seem to make any difference.
Mig...
I googled around and coulnd't really find an answer.
How do I open an audio input device (namely a microphone) as a stream (preferably) on a CE/WinMobile device using Compact Framework?
I looked at WindowsMobile.DirectX, at various classes that contained Audio in their name and nothing seemed to do the trick.
What I want to do is basi...
i would like a webpage which streams audio. However i do not want the user to DL the stream everytime he listens. I would like it to work like youtube where you can listen to it as often as you like as long as you dont leave the page (or longer). How would i program that. I would be streaming the common formats, mp3, m4a, ogg, (maybe) a...
I want to write something like Skype, i.e. I have a constant audio stream on one computer and then recompress it in a format that's suitable for a latent internet connection, receive it on the other end and play it.
Let's also assume that the internet connection is fairly modern and fast, i.e. DSL or alike, no slow connections over phon...
Hi
I need to find out if my program is currently playing any audio and in case it does, I want to stop the previous audio and start a new playback.
The property kAudioSessionProperty_OtherAudioIsPlaying always returns a 0 (probably only checks whether iPod music is playing)
There's another property kAudioQueueProperty_IsRunning but this...
I need an open-source application which streams on demand (RTSP?) the prerecorded files. It should support all major codecs (G.711,g729...), and must be reasonably efficient.
Up until now Ive found only VLAN player suitable for this task. Any advice?
...
I looking for something that I can either embed their uploader directly or send the video files to that will then encode the video and allow me to stream the video through a player on "my" website.
The services, I have found so far are:
Bits on the Run
Bright Cove
Video Streaming Services
The service cannot be like YouTube ewhere th...
I wish I could play music or video on one computer, and have a second computer playing the same media, synchronized. As in, I can hear both computers' speakers at the same time, and it doesn't sound funny.
I want to do this over Wi-Fi, which is slightly unreliable.
Algorithmically, what's the best approach to this problem?
EDIT 1
Wh...
I am looking for a java library to efficently/fast transcodig and manipulation mp3 files. I am working on a sophisticated streaming server that mixes music and has some other functions to allow to users to interact with each other. A recommendation functonallity for example should fade over the stream of the sending user to the reciever ...
Hi
When we stream audio on an iPhone using the UIWebView, it uses the QuickTime player to display the audio which is playing along with the time bar and other controls. It also shows the QuickTime logo.
Is there any way I can stream audio using UIWebView while displaying an image on the webview instead of the big QuickTime logo (somet...
Hi
How can I implement seeking (timeline feature) in a streamed audio on the iPhone?
The AudioFileStreamSeek method takes in the byte offset from which I want to start seeking. I want to be able to get the current position of the mp3 which is playing and let the user come back (seek) to the same position at a later point in time.
But ...
I have a list of radio stations, mostly .mp3 and .ogg. I would like to have a player on a web page that could be controlled with JavaScript. Now I use jlgui, but it is somewhat limited.
Do you know of any alternative to jlgui? Preferably a java applet, but I can tolerate flash or even a system-default media player for a particular conte...
Hi
How can I save the current state of an audio file currently being streamed by my app. I want to start the song at the same place where the user left it (something like what Pandora does when listening to a song)
Right now I am getting the packet number being played. From the packet number I get the byte number and send it in the Ran...
First things first, I am a Python beginner, with a typical C++/Java background for object oriented stuff.
I was convinced to try Python for this current endeavor I am working on, and so far I like it. One issue I am having though is finding a good mp3 module.
I have tried TkSnack, which installed and ran fine with no errors(as long as ...
Hey there!
I wonder if you could share your thoughts / resources about live audio streaming (to run on-line radio station). I have to admit, I am a complete newbie to the subject, so please excuse me lack of details.
What are the most recommended platforms / software setups?
Opinions based on personal experience would be highly appr...
In LiquidSoap it's possible to either preload all audio values, or to have them load each time they are requested using request.dynamic. When I attempt to use request.dynamic and load liquidSoap as a daemon it hangs when trying to process the file, but works if I use the static loading methods. Sample code follows.
Essentially it seem...
I am working on an application that will stream music from a server of mine from an iPhone application.
This is my first iPhone app so I am a bit confused :
What would be the best way to do
this?
Is there something already built in
that I could use, like a MP3 player
that I just need to point toward the
correct server?
Do I need a s...
Hi
I am using Audio Queue services in my application which plays audio streamed over network.
sometimes I get an error when I make a call to AudioQueueEnqueueBuffer and the function returns OSStatus code -50. Audio Queue services reference does not specify's this error code.
I am using IPhone OS 2.0 and iphone SDK 3.0
Can anyone tell m...
I post video files to websites I develop with embedded youtube, works great.
What is currently the best way to post audio files the same way, e.g. a .wma file?
...
Hi,
I want to create a window application which will play an mp3 file, which will be on a different server.
For an example,
I have a URL (http://songs.mastemag.com/indian-movie-songs/L/download.php?get=2cdeb5bfb354f297e97ba6b6b3b53203&file=1/love-aaj-kal/01%20~%20Twist%20(MastiMag.com).mp3). I want to play this file from window ap...