473,387 Members | 1,534 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

can i check if remote mms-stream exists?

Hi all,

I want to check if a remote mms:// stream exists. Just if it exists: not even use it.

i cant get it to work so far with php socket/fopen/exists......

this one exists:
mms://streams3.omroep.nl/tv/vara/najiblooptwarm/bb.20060603.asf

this one doesnt:
mms://streams3.omroep.nl/tv/vara/najiblooptwarm/bb.20060602.asf

Why doesnt it work?

Thanks for ANY help so far!!!! I'm really desperate!
p.s. needs to run on unix server.
p.s. other languages (if not possible with php) no problem.

--
----------------------------------------------
Posted with NewsLeecher v3.5 Beta 3
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jun 10 '06 #1
3 3021
Notski wrote:
Why doesnt it work?


Simply, because the mms protocol isn't supported by PHP. It's not available
as a wrapper, nor as a transport.

The mms protocol is typically handled by tcp/udp transports through port
7511. Having said this, you only know how to connect to such a service, but
not how to communicate to it.

For this, you will have to know how the protocol works and since this is a
propriatary procotol, you will have to back-engineer it. Luckilly, some
people already got busy with it, so a search on the web should come up with
some useful resources.

You can also use one of the many command line tools available and invoke
them from your script through one of PHP's system functions.
JW
Jun 10 '06 #2
wow, you seem to know your business well ;-) !
the problem is that i'm not an expert at all at this,
and i need this in order to complete a VERY nice
script for a community!
Can you help me a bit further please?

I just need to know whether it exists.....

thanks a LOT up ahead m8!

--
----------------------------------------------
Posted with NewsLeecher v3.5 Beta 3
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jun 10 '06 #3
Oh, once more Janwillem :-),
what did you also mean by this: (im not familiar with linux, but i have a redhat
dedicated server at my hosting company that i have root access to, so in case....):

"You can also use one of the many command line tools available and invoke
them from your script through one of PHP's system functions."

Thx!
--
----------------------------------------------
Posted with NewsLeecher v3.5 Beta 3
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jun 10 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: IT-zium | last post by:
Hell to all! In order to test my new MMS-decode script I've made, I need some help from testers who have a MMS-capable mobile phone and who want to help me testing the script by sending a...
0
by: Mario | last post by:
Hello, Excuse me if I am not so clear on what I a looking for, but its getting very hard to find any software,application or information that will let me access or get a frame(still image) from...
3
MMS
by: Kate Luu | last post by:
Hi all, Is it .NET Frame Work support MMS( Multimedia Messaging Service ) ? As I did research, Open Wave did have a SDK to develop MMS but the language to use for develop is JAVA base. Any help...
0
by: David Dvali | last post by:
Hello. I'm interesting if it is possible (if yes, how?) sending of some files to mobile phones via MMS messages or GPRS? What I need to complete this task in my application? I just need to...
1
by: Stupid48 | last post by:
I have a predicament.... I am passing a variable to an ASPX page that contains a physical path to an ASX file. Then, on that page, I take that link on Page_load and create a Windows Media...
3
by: Kevin | last post by:
Hi Does anybody know how to send and receive MMS? Thanks
1
by: johnlim20088 | last post by:
Hi, Hi, currently I am doing program which will store MMS, ringtone in repository, then the MMS, ringtone can send to mobile user. Does anyone familiar with this? Can help?
0
by: suresh_nsnguys | last post by:
Hi, i will allow user to enter their email address in my application.i will send some message with jpeg image attachment as mail to their specified email id. If user enter...
0
by: PankajMhatre | last post by:
want to check the "mms" url format validation in ASP.NET C# i.e mms://10.3.19.129/DRMTest/ & not like any other format
2
Paks
by: Paks | last post by:
Hi there, I was wondering what's the best way to set up a "MMS inbox" on a server? Is a MMSC the solution or what? I'm just getting confused here, hehe. What I would like is to set up a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.