Questions tagged [mms]

Multimedia Message Service(MMS) is an extension of the Short Message Service(SMS) protocol which allows for multimedia to be passed in messages. Microsoft Media Server(MMS) is Microsoft's proprietary network streaming protocol for Windows Media.

585 questions
5
votes
1 answer

Send mms in background service without showing any interface

The below code is navigating me too default MMS app with the photo, text and number Intent mmsIntent = new Intent(Intent.ACTION_SEND); mmsIntent.putExtra("sms_body", "text"); mmsIntent.putExtra("address",…
Pranav C Balan
  • 113,687
  • 23
  • 165
  • 188
5
votes
0 answers

getting started with libmms

Actually, the title explains it all... I want to read a stream, but have no idea from where to start. I've searched the web for some documentation/tutorial/whatever with no luck. Any help using this lib would be very appreciated. [CLARIFICATION] I…
BAndonovski
  • 3,309
  • 1
  • 17
  • 19
5
votes
3 answers

Opening the main SMS conversation intent on android

How can I launch an android mms/sms main conversation intent from my own activity? The best answer I found till now was: Intent intent = new…
MikeL
  • 5,385
  • 42
  • 41
5
votes
2 answers

Converting RTMP Stream to MMS Stream

I have live rtmp stream which I want to push to windows media service as mms stream . Is this possible ?
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
5
votes
1 answer

How to get MMS id Android Application

can anyone help me out to find MMS id, i using this code to get MMS text but i don't know the MMS id (mmsId) so i stopped !! I'll be thankful for your help Samila
Samiah
  • 221
  • 1
  • 6
  • 17
4
votes
0 answers

Streaming MMS Protocol using VITAMIO SDK in Android

Has anyone managed to develop a streaming MMS for android? I heard about the SDK Vitamio but can not find anything on the net that explains how to use.
daminufe
  • 924
  • 1
  • 7
  • 13
4
votes
1 answer

How to send vcard as an sms/mms?

Hi everyone, I am working on an application,which has the functionality of sending vcard(vcf files),Ive generated a vcf file of a particular contact and able to send it using email, but i want to send it via sms / mms functionality and…
Gagan Tiwari
  • 212
  • 2
  • 16
4
votes
1 answer

Android video stream mms and m3u8

I am trying to play some video streams from mms and m3u8 inside my Android application. It seems that the MediaPlayer doesn't have support on this and from what I have read on FFMPEG it seems there isn't any easy way with that also. I am using…
Catalin
  • 1,821
  • 4
  • 26
  • 32
4
votes
1 answer

Mark MMS as read programmatically

Is there anyway to update the MMS/SMS database to mark the message from read to unread and vice versa? I've tried using URI but they don't work for me.
Zerhinne
  • 1,987
  • 2
  • 22
  • 43
4
votes
0 answers

How to restore MMS in Android-2.2?

Possible Duplicate: Save/Create MMS in inbox Android What I want: I want to restore MMS. What I have: I have restored SMS successfully, that was quiet easy. I am trying to restore MMS using same code/technique by changing the URI etc in SMS…
Khawar
  • 5,197
  • 4
  • 28
  • 52
4
votes
2 answers

Android- Sending MMS Programmatically Without Being Default App

The MMS portion of the Android SDK is largely not exposed, and consequently there is really one main 3rd party library that helps out with this. The sample project included in the library will not send MMS, however, a fork of the project does. When…
Shane Sepac
  • 806
  • 10
  • 20
4
votes
0 answers

Sending an MMS with a vCard attachment on Android devices

I'm trying to find a way to send a MMS message containing a vCard attachment. I thought this would be a fairly easy task, but I still haven't managed to come up with something that just works over a wide variety of Android phones. The first thing I…
ddewaele
  • 22,363
  • 10
  • 69
  • 82
4
votes
0 answers

Sending MMS with Flutter

I'm looking for a way to programmatically send text + image in SMS message using Flutter (so basically an MMS). Hope anyone could help me out here.
Jaime
  • 824
  • 1
  • 9
  • 29
4
votes
0 answers

Problem receiving MMS message on Android API 24

I am trying to receive an MMS message in my program. Here is what's in my manifest:
Kristy Welsh
  • 7,828
  • 12
  • 64
  • 106
4
votes
1 answer

Play MMS stream with clear HTML5/JS

Is it possible to play MMS audio stream with HTML5 / JavaScript in Google Chrome without any Windows Media Player object ? I want to write a Google Chrome plugin that will allow playing that streams.
hsz
  • 148,279
  • 62
  • 259
  • 315