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.
Questions tagged [mms]
585 questions
0
votes
0 answers
Transcode RTMP source to HTTP or MMS and stream it using NodeJS
I have several Flash applications streaming audio.
I want to stream that audio in another protocol (HTTP or MMS). I search for RTMP to MMS and HTTP transcoding but can't find any NodeJS modules to do that job so I am guessing it is not…

letiagoalves
- 11,224
- 4
- 40
- 66
0
votes
2 answers
unable to run RTSP link through Vitamio on Android
I have used different RTSP links so far to run on Vitamio player in Android. I am using latest Version f Vitamio..I am using Sample application of Vitmaio. Only HTTP, MMS and RTMP links are working..
following is the code..
VideoView.java
public…

Ahmed S. Durrani
- 1,535
- 2
- 17
- 41
0
votes
1 answer
ipod albums landscae view
I would like to know if there's an API to implement a view which is similar to the iPod albums Landscape view. I tried using Scroll view but couldn't the get the required output.
Also, I would like to know if MMS can be implemented in an iPhone…

krishna
- 225
- 1
- 2
- 10
0
votes
3 answers
How to send image from one device to another in background on Android?
I need a workaround for the following task:
I have a JPG (of whatever) picture on my sd card, and I need to send it to another device in the background. How should I do that?
Best way (in theory) would be via MMS, but after a lof of searching, I can…

keybee
- 1,498
- 20
- 32
0
votes
2 answers
MMS intent with multiple phone numbers attached
I am using the below code to call an MMS intent :
{
Intent mmsIntent = new Intent(Intent.ACTION_SEND);
mmsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
mmsIntent.putExtra("address", temp);
mmsIntent.putExtra("sms_body",…

Bhavik Tikudiya
- 103
- 1
- 7
0
votes
1 answer
Problems with mms capturing in android using contentResolver
I am creating an app that will detect when a mms message is sent or received and will capture the contents. I am doing this by using a contentResolver to "content://mms-sms/conversations". When this is triggered, I iterate through the conversations…

user1200083
- 317
- 1
- 5
- 13
0
votes
2 answers
Trying to get SMS and MMS on Android - HTC issues
I'm trying to write my own SMS manager and I found many tutorials how to get SMS and MMS with URI and Cursor, but each try I'm getting problems I can't solve. Hope you help me a bit.
Okay, so I've been using "content://mms-sms/conversations/" which…

Radosław Wójciak
- 99
- 2
- 8
0
votes
1 answer
Fetch Image from MMS - Android
I need to fetch image from MMS that having txt and image.
query.getString(cPart.getColumnIndex("ct");
...returns text/plain type.
Don't show image type.

Sankari
- 53
- 1
- 7
0
votes
1 answer
Is mms:// URL supported over Media Foundation?
I am running Media foundation sample example MFPlayer to render the URL mms://.
this is getting failed with error code MF_E_INVALIDMEDIATYPE.
In GetMajorType of this Sample, type is coming as MFMediaType_Image instead of MFMediaType_Video.
Any…

user1802096
- 19
- 2
0
votes
2 answers
PHP mail MMS attaching image not working
Hello guys I am working on webapplication for sending multimedia messages upon user input of their phone numbers. I am successfully able to send emails with images in HTML form. Now, I am trying to send my customers MMS via PHP mail function, but…

Sadjka Dssdflsdkjf
- 29
- 2
0
votes
2 answers
MediaStore.ACTION_IMAGE_CAPTURE giving NullPointerException
i am implementing a MMS application for that i am using device camera.After taken photo i am getting bellow exception after press save in image display screen.
06-06 17:27:13.640: E/AndroidRuntime(21896): FATAL EXCEPTION: main
06-06 17:27:13.640:…

KCRaju
- 544
- 3
- 7
- 21
0
votes
1 answer
May i know the reason why i am unable to send image by using following code(as MMS)
i am trying to implement MMS application to send a pic/image.For that i have written below code.But after press ok message is sending like SMS not like MMS(Image is not attaching).
Please help me wheter the following code is correct or not.
try { …

KCRaju
- 544
- 3
- 7
- 21
0
votes
1 answer
Sending MMS over HTTP using GPRS modem
I am to develop application to send Email (with attachment) and MMS using Telit GL865 modem. Modem does not support WAP communication. Can MMS be sent using HTTP via GPRS? Is that a problem?

himanshu
- 417
- 5
- 18
0
votes
0 answers
Is it possible to play a ssm:// on Android?
everyone
I'm, trying to play a ssm stream on Android.
However, I tried many ways, I can't find how to do it.
Is there any better way to do it?
This is my code:
protected void onCreate(Bundle savedInstanceState) {
…

weigreen
- 1,232
- 8
- 13
0
votes
1 answer
how to select an option from "attach" in message application using monkey runner
I am trying to automate sending of MMS using a monkey runner script which is a python script.I am getting the co-ordinates from hierarchy viewer for touch/press functions.But the problem is all these events work on the main screen.I mean if there is…

Brinda
- 21
- 1