audio-streaming
Live streaming audio using ASP.NET
We have a need to stream live audio from remote devices and be able to listen to it in a web page.I can stream stored audio files, but the live stream has me a bit confused, since we will be adding th[详细]
2023-02-03 12:03 分类:问答Need Android equivalent of AudioInputStream
I\'m trying to write an Android app that analyzes content from the user\'s mu开发者_如何学JAVAsic library.Let\'s assume that these are mp3 files on the SD drive, for starters.I\'m able to find Java al[详细]
2023-02-02 04:42 分类:问答Streaming iLBC encoded file via RTP with gstreamer
I\'m trying to build a gstreamer pipeline to create an RTP audio stream with iLBC codec.Gstreamer (as of version 0.10) has an RTP payloader pipeline element called rtpilbcpay.Unfortunately only the RT[详细]
2023-01-31 13:54 分类:问答Send MP3 file via RTP
I want to send a file .mp3 in RTP packets to a client. What I know is, how many bytes I get from .mp3 file to send in each RTP packet, that is, how much bytes of the .mp3 file I place in the payload f[详细]
2023-01-30 10:44 分类:问答C++ stream server for HTML5 Audio
Is it possible to have the src of an HTML5 Audio tag be a C++ program, and for the C++ program to stream audio to the audio element? For example, let\'s say I have an HTML5 Audio element trying to get[详细]
2023-01-30 07:47 分类:问答Streaming mp3 files with django, read from a page with <audio>
I\'m trying to make a small app to stream my mp3 files with a web interface, and I thought about playing withand do the server side in python with django.[详细]
2023-01-30 05:18 分类:问答Audio/video streaming on Windows platform
I\'m building an interactive language learning application to be used in a classroom environment. The idea is that a teacher should be able to talk to the students (=audio stream to all students), let[详细]
2023-01-30 01:56 分类:问答Play MP3 audio data on iPhone
I need to play mp3 audio data in iPhone continuously. I am getting continuous mp3 data via server in iPhone. Now I need to play this data in iPhone. I ca开发者_JS百科nnot access url to play as it is o[详细]
2023-01-29 09:28 分类:问答Streaming an audio file vs serving it statically
I have a website where users can upload audio files (of type aac). The users can playback their audio files through a web browser or mobile devices such as a iPhone or an Android. For web browsers, I[详细]
2023-01-28 16:22 分类:问答Embedding Windows media player in C# any other alternative?
I am using embedded ver开发者_StackOverflowsion of Windows media player 11+ using C# in a windows application. Is there any better alternative to play audio? I am looking to play audio and will not be[详细]
2023-01-28 09:03 分类:问答