I need to pass an rtmp url to RSS remote enclosure link, not http. When I do that, even though it saves my value to the db, it seems to strip the 'rmtp:' from the link it puts out, resulting in '//filename.mp4'. I'm happy to make this change and apply a patch, but I can't figure out where I would need to change this in the code. Is this possible to allow?

Comments

zany’s picture

Category: bug » feature
Status: Active » Postponed

We use check_url from the D6 API. See http://api.drupal.org/api/function/check_url/6
It's a wrapper for filter_xss_bad_protocol ( http://api.drupal.org/api/function/filter_xss_bad_protocol/6 ). Looks like it supports rtsp but not rmtp. You can patch core and/or request the change in filter.module.

zany’s picture

Assigned: Unassigned » zany
Status: Postponed » Closed (works as designed)

Use the Filter allowed protocols module to set the allowed protocols.