mms

Need help with video streaming with web-embedded Windows Media Player Component

Hello, I need to be able to play a .wmv video in a Windows Media Player component on a web page starting at a particular specified point in the video right away. I can embed the component and play the video. The problem is that even if I specify the location with The PARAM “currentPosition”, the video starts to play from the beginning...

Is there are any api's available to MMS through any application of iPhone

I am designing iPhone application project. In that I need to send MMS through that application.Is there are available api's to create MMS and send it like an email? ...

Download MMS content on Blackberry

Hi I am relatively new to coding for the blackberry and I need to write a java application that can capture all incoming and outgoing MMS data from a Blackberry device. I have gotten the capturing of outgoing MMS's sorted with the use of A sendListener, but the problem comes with the incoming MMS's. If I use a MessageListener that proc...

iPhone app for mms streaming using libmms

Hi Guys, Could you please help me regarding the mms streaming. I have download the libmms unable to run inside the xcode for implementing an iPhone application. Could you guys guide me how to integrate the libmms in an iPhone application? or is there any other library/open source available for mms streaming. Thanks in advance Subha ...

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 am talking about MMS stream protocol library that can be found here. LibMMS is a common l...

Android: Is there a universal way to send the MMS on any android devices?

This code works on the plain google devices with native android system. But there is no MMS app in the list on htc sense devices and I don't know about Motorola Blur etc.: final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); emailIntent.setType("image/png"); emailIntent.putExtra(Intent.EXTRA_STREAM, uri...

How to Read MMS Data in Android ?

I want to read MMS data i have seen the part table in the mmssms.db where the mms entries stored i am using cursor to and i want to know the appropriate URI like i am using "content://mms-sms/conversations" and the Column names of "Address"(Sent to), "Text" or "Subject" and "Data" column name of image. i have seen the schema of mmssms.d...

Sending MMS using httpConnection (Android 2.1)

i am trying to send MMS using code sample from here. I am not sure I understand how to deal with MMSPart part and parts vars: where and how should they be filled? Thanks in advance ...

Detecting new MMS (Android 2.1)

I'd like to recognize arrival of new MMS msg (after it is downloaded to inbox). I am doing the following: private MMSContentObserver mMmsCO; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); h = new Handler(); mMmsCO = new MMSContentObserver(h); getContentResolver().registerContentObs...

Need to open the SMS/MMS app and have an image pre-loaded into the text input in iPhone OS

Hello, I am trying to open the SMS/MMS app on the iPhone and have an image that is saved in the camera roll pre loaded into the text field. Is this possible? Here is the code I have tried: NSString *urlString = [NSString stringWithString:@"sms://asset/asset.JPG?id=1000000041&ext=JPG"]; NSString *escaped = [urlString string...

Using FFMPEG Audio conversion in the iPhone.

Hi to everybody, I'm using ffmpeg in the iPhone, reading an wma stream from an mms server, but I want to save the stream to an m4a file using the ALAC encoder in ffmpeg, the problem is that trying to save the raw stream, the stream processed using avcodec_decode_audio2 , the file is not even recognized with the wma format, and obviously...

Android: Extract image from mms

After locating the mms thread to read how can the image content be extracted? I want to copy the image in an mms. Writing files in Android is well documented, I just need to know how to get the date to write. ...

What are some reliable MMS Gateways

This isn't a directly programming related question, but I wasn't sure where else to ask this and since it is for a technical project I'm working on, I hope it isn't closed down. This project requires users to be able to send text and images via text to a website. I have been told to make use of an SMS gateway that supports MMS (for the ...

Can I launch an Android app from incoming SMS/MMS messages?

I would like to know if I can launch a program via incoming MMS/SMS? More on the MMS side of things. Workflow: MMS sent to Android device self executable MMS Any thoughts? ...

Android: Show mms photos in application

I want to show mms photo attachments in my application. I know how to read photos with output streams, ect... But where do I point my uri? ...

how to stream through mms://

There are some posts about this, but so far, i haven't seen any good answer. Is there a way i can stream audio from mms:// uris with Android?. MediaPlayer seems not to like these streams. Also changing mms:// with http or rtsp doesn't work either. Did someone find a workaround to this?. Thanks! ...

iphone mms help...

guys how to i use private framework to send mms out? i able to send sms using coretelephony framework but how i send mms.. please help.. ...

what is a good MMS service provider to send to an http endpoint

I'm wanting to find a service that can give me a number or possibly a shortcode that people can send picture messages (MMS) to. I would like that service to then post that image to and http endpoint. For example, say I want to take a picture on a camera phone and then txt that picture to a shortcode say 12345 or possible 555-245-4952. ...

Inputstream Raw MMS Image Part

I would like to extract an image part from a raw mms inputstream from the wap server. I have the stream, but I have been going in circles parsing the image to an outputstream for writing. ...

Inputstream from WAP server, parse parts

I have asked this question countless times on various forums. Ultimately all I need is a recommendation for a book or website. Hopefully an API can be recommended. I can code anything I just dont know where to look. I have Googled to the end of the web. Looked over several Java packages including the wireless toolkit. Ive seen python API...