Multimedia refers to content that uses a combination of different content forms.
Questions tagged [multimedia]
474 questions
9
votes
4 answers
Where is a list of available intents in Android?
I'm starting to learn how to develop apps for Android, and I'm having some issues with intents--it just doesn't seem like they're documented at all. All I want to do is send the user to the video recorder, where they record a video, and the video…

Kyle Slattery
- 33,318
- 9
- 32
- 36
8
votes
1 answer
Streaming Real time Audio
I want to have a functionality of real time audio streaming on android device which is capturing audio through the MIC of the device and send it to the server. I know to send a send a audio file after recording but in case of real time I need help.…

Nitin4Android
- 864
- 2
- 12
- 25
8
votes
1 answer
android stream audio to server
I would like to understand how socket work, especially I need some code samples for server side to receive the stream sent by mediarecorder from the device.
Thank you very much for any help.
My real final intent is to talk in device and listen it on…

Giuseppe
- 1,079
- 13
- 31
8
votes
4 answers
Why am I missing the Qt Multimedia functionality?
I am new to Qt and I'm creating a simple application which will playback an audio file.
I realized that I am lacking the Qt Multimedia API for audio when I wrote:
#include
..and I get that there is no such file.
I downloaded the…

satg
- 81
- 1
- 1
- 2
8
votes
2 answers
Implementing RTSP media server in Java
I am trying to implement a simple RTSP server in java that will use an android handset as the receiving client. I have trawled the internet for answers and have been returned to this site many times. Through this I have found out that JMF does not…

user673090
- 167
- 1
- 4
- 10
8
votes
4 answers
Best software for writing HTML-based user manuals
I'm working on a project where I need to generate end-user documentation for a piece of software. At some point in next year, the piece of software that I am writing this documentation will be retired. Therefore, I do not wish to spend a great deal…

Jazzepi
- 5,259
- 11
- 55
- 81
8
votes
1 answer
Implementing DLNA/UPnP (Win7 Play To) on a mobile device
For a semester project, I had the idea to implement Windows 7's Play to infrastructure to either use a phone as the end point (the player) or to stream stuff from the phone to a Windows 7 machine. Does anybody have experience working with this API?…

Chris Thompson
- 35,167
- 12
- 80
- 109
8
votes
2 answers
AAC ADTS raw data strange header
I got some ADTS AAC raw data from somewhere(actually it is extracted from a demuxed file) and in theory it should be corrected encoded. it looks like this:
Frame1:
21 19 94 ED A1 09 45 58 09
40 02 CA AA 85 D4 E5 C5 58 A9 73 00 0C 75 1C 5D
A7 4E 52…

user991800
- 385
- 2
- 5
- 13
7
votes
5 answers
what is the simpliest way to play sound from array data in delphi
Is there any simple function? I am searching something like that
Play(@data, 44000, 100 {time});

Astronavigator
- 2,021
- 2
- 24
- 45
7
votes
2 answers
Documentation for Python binding for MLT multimedia framework
I am start learning MLT multimedia framework. It's written in C/C++ so its official documentation has tutorials and examples for C/C++ only with few links for Perl binding.
I am looking for some tutorials for Python bindings of MLT, because I want…

Alok
- 7,734
- 8
- 55
- 100
7
votes
3 answers
Is there a new Midi API for Windows Vista/7/8?
I know the midiXxx API, but I saw it is currently listed under 'legacy' in msdn.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd743619(v=vs.85).aspx
Is there some other API i should use to target the newer Windows versions?
Will the old…

obiwanjacobi
- 2,413
- 17
- 27
7
votes
2 answers
Configure the multimedia components to get published inside the website folder
Need to publish the JS and CSS files using multimedia components.
The multimedia components gets published outside the website folder similar to the Images in
“C:\tridion\temp\pub14\Includes\scripts”
Any Idea How to Configure the multimedia…

Ajo Mathew
- 628
- 1
- 5
- 25
6
votes
1 answer
Android: MediaRecorder @ Native code
Playing with the MediaRecorder Java code I have found the MediaRecorder class to be quite limited, there is no way to control the media before it is encoded/compressed, and, there is no way to control the result, file, socket, transport:MPEG2-TS,…

NadavRub
- 2,520
- 27
- 63
6
votes
3 answers
How to check if a microphone and a speaker are from the same sound card?
My question is how to check if a microphone and a speaker are from the same sound card on Windows platform. If they are from different cards, then the logic to handling timing will be different. I'm using both DSound and WMME API.

Yun
- 89
- 1
- 2
6
votes
1 answer
MP4 Atom Parsing - where to configure time...?
I've written an MP4 parser that can read atoms in an MP4 just fine, and stitch them back together - the result is a technically valid MP4 file that Quicktime can open and such, but it can't play any audio as I believe the timing/sampling information…

Ryan McGrath
- 2,042
- 14
- 23