Questions tagged [audio-streaming]

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

More details in Wikipedia page on streaming media

2571 questions
1
vote
1 answer

How to access the left channel level and right channel level separately from microphone input

I am using this code snippet to trace the activityLevel (basically volume) from the microphone. Basically, this shows an integer by using function onMicActivity(event:ActivityEvent):void { trace("activating=" + event.activating + ",…
Mike Eng
  • 1,593
  • 4
  • 34
  • 53
1
vote
0 answers

Play audio accessed from local drive with embed/object element

I am using the following code to play an audio file from local drive. I am not able to access the local drive path. //for firefox var a = '
sree
  • 535
  • 4
  • 12
  • 26
1
vote
0 answers

Send/Broadcast audio data to shoutcast software iOS

I have a use case, where a user can select a song from playlist and send it to stream on other iPhone devices(Multi casting). I would like to know the work flow on how to send audio data to shoutcast software on server so that it acts as a radio…
ShujatAli
  • 1,376
  • 2
  • 14
  • 26
1
vote
1 answer

What is the approach for list / stream / download files from cloud?

On an Android device, I'm trying to list down mp3 file names (list view) , stream/buffer a mp3 file , download the mp3 file available in the cloud. I was thinking about couple of approaches that I can follow to get this done Host mp3 files on a…
Jitendar M
  • 633
  • 1
  • 10
  • 26
1
vote
0 answers

How to stream RTMP audio in Android?

I've googled many times to see how to stream RTMP audio in Android. However, I don't get success. Therefore, if anyone has good solutions, please help me. Thanks
Leap Bun
  • 2,265
  • 5
  • 28
  • 44
1
vote
1 answer

Convert wav file to pcap

Trying to find a way to covert .wav file to pcap file. I have tried a open source program wav2rtp but the pcap file generated using this program is giving errors when I try to open pcap file in wireshark. Is there a simpler way to do this file…
user1805280
  • 251
  • 1
  • 5
  • 14
1
vote
1 answer

Audio stream from a file using ffmpeg

I have a requirement to stream contents of an audio file which is constantly being updated using ffmpeg to another computer on the same LAN. I have downloaded ffmpeg static builds for Windows. I understand the way to specify destination IP address…
Vigo
  • 707
  • 4
  • 11
  • 29
1
vote
1 answer

Audio Stream WiFi to WiFi - Broadcast

I have a requirement for an IOS app where a user will start the app, records an audio speech (via device microphone) which would be broadcast to other user on the same network, all this has to be live over wireless connection(WIFI). I did some…
Sarim Sidd
  • 2,166
  • 2
  • 22
  • 31
1
vote
1 answer

Continue playing audio from web page even after going to the next page

I'm setting up a radio/stream player on a website. The player could be an iframe with/or an object (type="application/x-shockwave-flash") or an
mixcas
  • 53
  • 7
1
vote
3 answers

Best Route to Stream Music from iPhone to iPhone

I am looking for an efficient way to stream music from iPhone to iPhone. These iPhones would be nearby each other so one of my options was to use their Bluetooth features. This forum, http://ubuntuforums.org/archive/index.php/t-1464189.html,…
keji
  • 5,947
  • 3
  • 31
  • 47
1
vote
1 answer

Which connection class type should we use when connecting to a server to stream an audio file?

I need to connect to a server where resides an mp3 file and stream it. If I am not using rtsp connection what do u suggest me to use? Can we use rstp in this case? Is it fine to use a http connection? I used that but it seems to take a long time to…
Bohemian
  • 5,957
  • 11
  • 38
  • 47
1
vote
0 answers

Titanium: How to check if Audio Stream Exists before start playing?

I'm building a online radio streaming app and so far it stream and play audio on android and ios. But when I started testing my app on ios device (iphone) I found an error. "File Error - Unable to configure network read stream" It happens when the…
1
vote
1 answer

Error playing audio file from Windows Azure blob storage

I have an audio file stored in Windows Azure blob storage. The file is m4a and the content/mime type is set to audio/mp4. When accessing the file in Chrome or jPlayer the file plays fine once but then after refuses to…
James Mundy
  • 4,180
  • 6
  • 35
  • 58
1
vote
2 answers

Search file 1 in file 2

I need to go through an audio stream of 30 minutes and look for another 30 seconds of audio which is within the first audio. Example: I have a file of 30 seconds and file 2, the recorded broadcast (30 mins.) And i want to find the start position of…
1
vote
1 answer

Unable to send the total playtime while streaming an mp3 audio file using ASP.NET WEB API

We have a web service http://lullaby.shoresandbox.com/api/recordedsongs/stream/28 that streams an mp3 song. We are setting the following headers. response.Content.Headers.Add("Content-Disposition",…
dotcoder
  • 2,828
  • 10
  • 34
  • 50