RTMP stream with Wordpress plugin
I'm trying to display a video with the wordpress plugin (pro licence).
I've setup someting like:
[jwplayer file="rtmp/url/to/mp4/file" ]
The url is valid (works in vlc and others). First the player was not loaded. Then I found a post about a buggy setting and changed:
define("JWP6_USE_CUSTOM_SHORTCODE_FILTER", false);
Now the player loads but I get a "ID not found on server" error.
Is there any documentation on the subject? What is the correct syntax to display the video?
TIA
greg