Hi all,
I've been using JWPlayer in drupal 6 and setting up playlists to a streaming server for some time now, and everything works perfectly. Using the following kind of snippet in a node body....
[jwplayer
|config=myplayername
|file=720.mp4
|provider=rtmp
|streamer=rtmp://filename.cloudfront.net/cfx/st
]
But I've been trying to setup the same thing in drupal 7, all modules (as far as I'm aware) are installed and jwplayer is all fine and dandy in the site status, but the above snippet doesn't work, it just displays as a lump of text, and makes no effort to load the player.
Input formats are all the same as the previous setup. Jquery update is installed. Ou of ideas. Any help appreciated as I can't find any docs on the subject.
Cheers
Hi Kevin,
Which module are you using in Drupal 7? We don't have an official module for Drupal 7 yet so you may need to contact the developers of whatever module you are using.
Thanks.