audio-streaming Questions

0

Overview I have a server which has an an open WebSocket connection with one client application. This client application (android app) can send live microphone audio data. What the server has to do ...

1

Note: If you end up here, you might want to take a look at shaka-player and the accompanying shaka-streamer. Use it. Don't implement this yourself unless you really have to. I am trying for quite...
Doris asked 19/10, 2020 at 18:47

3

I am recording and sending audio via a website. For that purpose I use the MediaRecorder API. There are no issues when using the site on desktop or Android devices and according to the MediaRecorde...
Besant asked 7/6, 2021 at 15:44

4

Solved

As a proof-of-concept I need to create a HTTP server which on GET request should start continuous stream of non-encoded/non-compressed audio data - WAV, PCM16. Let's assume the audio data are chunk...
Buncombe asked 27/11, 2019 at 7:58

4

I am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes for about a second or two. By freezing I mean that it doesn't respond to touches on the U...
Aarhus asked 9/10, 2011 at 3:14

1

Hi I have a front end application in react js. I using Elevenlabs to convert the text into audio. I am using streaming API of Elevenlabs so that I don't have to wait for the whole audio and can sta...
Bionics asked 7/8, 2023 at 20:7

3

We need to replace our NPAPI browser plugin with a plugin-less solution. We have 3rd party input device that provides us live audio in the form of Opus 'frames'. We transmit those frames to the bro...
Agustin asked 4/2, 2015 at 16:43

1

I am currently playing around with an AudioOverIP Project and wondered if you could help me out. I have a LAN, with an Audio Source (Dante/AES67-RTP-Stream) which I would like to distribute t...
Menken asked 17/2, 2020 at 10:9

3

Solved

A notable issue that's appearing as I'm building a simple audio streaming element in HTML5 is that the <audio> tag doesn't behave as one would expect in regards to playing and pausing a live ...
Managing asked 2/12, 2014 at 20:18

1

I'm trying to make an internet radio station and I would like to frequently change songs and overlay sound freely. I'd like to rate-limit the audio so the feed can be altered before its sent out. I...

2

Is there a way to allow android to play sounds using SoundFont files via using FluidSynth? I've been looking at jOrgan but the source code seems to be kind of... overwhelming to say the least. Pr...
Interferometer asked 28/10, 2011 at 11:8

6

Solved

I am looking for a python snippet to read an internet radio stream(.asx, .pls etc) and save it to a file. The final project is cron'ed script that will record an hour or two of internet radio and ...
Dysphonia asked 22/11, 2010 at 15:47

9

Solved

I would like to record the users webcam and audio and save it to a file on the server. These files would then be able to be served up to other users. I have no problems with playback, however I'm ...
Gladden asked 15/5, 2013 at 17:6

2

I need some help, I want to make a recycle view containing audio in each item, how to play the audio when press play button and set progress to seekbar and at the same time pause other sound and co...

4

Solved

I'm playing a video (from youtube) using a VideoView, like this: VideoView video = (ViewView) this.findViewById(R.id.youtube_video); MediaController controllers = new MediaController(this); contro...
Bayadere asked 15/11, 2012 at 9:46

8

Solved

Is it possible to play a shoutcast/icecast stream using HTML5? If so, how should I implement it?
Lytton asked 30/4, 2010 at 8:43

2

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on ...
Anissaanita asked 3/4, 2015 at 4:28

2

Solved

I've been experimenting with binary streams in Node.js, and much to my amazement do actually have a working demo of taking a Shoutcast stream using node-radio-stream and pushing it into a HTML5 ele...
Swadeshi asked 17/10, 2010 at 20:19

5

Solved

Is it possible to pull track info from an audio stream using PHP? I've done some digging and the closest function I can find is stream_get_transports but my host doesn't support http transports via...
Phlegethon asked 6/2, 2011 at 2:11

1

Solved

My IP camera supports audio output (audio back-channel). I want to live stream PC microphone audio over RTSP so it will be audible at camera speaker. ONVIF streaming specification tells me I have t...
Habergeon asked 24/12, 2019 at 8:25

2

Solved

It seems I want to convert audios, which I want to stream on my website, to audio/mp4; codecs="mp4a.40.2". Using ffmpeg-cli-wrapper, I am converting my uploaded audio files with this comm...
Roband asked 18/10, 2020 at 10:58

5

Solved

I need to play audio file from remote server in my app. I could play when I tested with localhost server (using WAMP). When the same file supplied from the server it is not working.. The file has n...
Dinger asked 12/5, 2011 at 6:54

3

Solved

I was able to access the playlist file (.m3u8) with signed URL. But the problem is, to access the stream files (.ts) within the playlist, the URL of each file needs to be signed too. For Example: ...
Potted asked 7/1, 2020 at 1:58

4

On a server with Ubuntu 14.04 LTS installed Icecast2 2.4.1 with SSL support. Also on this server work HTTPS website. I want insert on the page HTML5-player that will also take the stream through t...
Longrange asked 14/5, 2015 at 12:45

1

Project: list all media devices, then select 1 specific audio output device which is different from the default of Windows I used enumerateDevices(), following many code examples, example here, and...

© 2022 - 2024 — McMap. All rights reserved.