ALLOW_ALL_DOMAINS missing
Installation and Configuration
michaeld:
Looks like I found the direct path
ex. yourwebsiteurl/audio/stream/audio_file/1 That works in a player on another domain!!
It's also working with and without the advanced key jrCore_disable_play_cookies!
Final issue is with the rss template...How do you call the song_id? or item id? What is the correct call
Do I still need the variable $item. I've tried this {$item.song_id}, and this {$item.item_id} and a few other variations
Looks like I found the direct path
ex. yourwebsiteurl/audio/stream/audio_file/1 That works in a player on another domain!!
It's also working with and without the advanced key jrCore_disable_play_cookies!
Final issue is with the rss template...How do you call the song_id? or item id? What is the correct call
Do I still need the variable $item. I've tried this {$item.song_id}, and this {$item.item_id} and a few other variations
Try $item._item_id
Hope this helps!