Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Audio Playlist RSS feed


Is it possible to embed a feed like this (https://radio.securenetsystems.net/dx/get_ondemand.cfm?stationCallSign=KSTJ&authTokenWeb=87D50A1C-12E4-4C6B-83BD-B2D54F8E71FE) and get a playlist. I am using the JW Player Wordpress plugin. Thanks!

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

While it is possible to embed that playlist within our player, it would require you setting it with the playlist configuration option in an embed using .setup(). Since the Wordpress plugin requires URLs to be added to your dashboard and you cannot add external playlist URLs, you wouldn’t be able to embed it with the plugin itself.

To be able to embed this playlist, you would have to embed the player using the “Custom Embed” methods found in options #2 and #4 on our Basic Video Embed support article. However, instead of using file, like the following:

file: "//example.com/uploads/myVideo.mp4",

you would use playlist, like this:

playlist: "https://radio.securenetsystems.net/dx/get_ondemand.cfm?stationCallSign=KSTJ&authTokenWeb=87D50A1C-12E4-4C6B-83BD-B2D54F8E71FE",

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.