PDA

View Full Version : also linking mms:// and rtsp:// howto??


eric
07-09-2005, 04:07 PM
hi, i need to link to mms:// and rtsp:// links but it seems php link directory is restricted to handle http:// links only.

is there a workaround, anyone who can help?

tnx,
eric

yktan
07-09-2005, 04:59 PM
Hi eric, I'm not very well versed in the mms:// or rtsp:// request/response format so I'll assume that they're not like http://. The fastest way that I can think of to allow them to be used as links is to disable the URL validation during link submission/editing (that means links will not be checked at all). If that's ok with you I can post the modifications that you need to do to make that happen.

YK

eric
07-09-2005, 11:14 PM
Content visible to registered users only.

mms:// and rtsp:// will start media files in your media player or real player.

disabling the URL validation would be a way..better would be to add mms:// rtsp:// als valid ! :lol:

David
07-10-2005, 04:03 AM
There are some functions starting around line 149 of includes/functions.php
I'll bet we could either change them to always return as valid, but I'm not quite the expert coder to know exactly what to tell you, but hopefully someone here can take a look and give a more complete answer.