[TYPO3-english] Audio Streaming of Playlist.xml

Scotty C superscotty19 at yahoo.com
Tue Aug 20 11:45:11 CEST 2013


SOLVED!

The UNIVERSAL template was missing a key requirement: 
Info/Modify -> Includes -> Static Template Files from TYPO3 Extensions -> Always include before this template record.

That activated ods_jwplayer for the second-level template and everything magically works!

I feel dumb for basically using this thread as a journal, but hopefully my meanderings will help someone else :-)
-Scott.



________________________________
 From: Scotty C <superscotty19 at yahoo.com>
To: "typo3-english at lists.typo3.org" <typo3-english at lists.typo3.org>; TYPO3 English <typo3-english at lists.typo3.org> 
Sent: Tuesday, August 20, 2013 3:32:53 AM
Subject: Re: [TYPO3-english] Audio Streaming of Playlist.xml
 

Hi again,

In hacking away on this, I've found something extremely strange. I'm on the same installation of T3 4.7 with 2 different sites/domains in the tree, so they're both using the same extensions. Nothing fancy. The first (working) station has source code that looks like this:

/*<![CDATA[*/ 
<!--  
/*mmswf52133452d6f4e*/ 
var flashvars={"playlistfile":"\/fileadmin\/starfm2\/playlist.xml","repeat":"list","skin":"\/fileadmin\/starfm2\/simple.zip","allowFullScreen":"false","file":"..\/..\/..\/..\/\/","autostart":"false"};var params={"allowScriptAccess":"always"};var attributes={};swfobject.embedSWF("typo3conf/ext/ods_jwplayer_media/res/player.swf","mmswf52133452d6f4e","400","23","9","typo3/contrib/flashmedia/swfobject/expressInstall.swf",flashvars,params,attributes); 
// --> 
/*]]>*/ 



... while the other (non-working) station, using the exact same content element but in a different domain/page tree has this source code - note the swfobject.embedSWF chunk:

/*<![CDATA[*/ 
<!-- 
/*mmswf5213375b3f973*/ 
var flashvars={"playlistfile":"\/fileadmin\/starfm2\/playlist.xml","repeat":"list","skin":"\/fileadmin\/starfm2\/simple.zip","allowFullScreen":"false","autoPlay":"false","soundFile":"..\/..\/..\/\/"};var params={"quality":"high","allowScriptAccess":"sameDomain","menu":"false"};var attributes={};swfobject.embedSWF("typo3/contrib/flashmedia/player.swf","mmswf5213375b3f973","400","23","9","typo3/contrib/flashmedia/swfobject/expressInstall.swf",flashvars,params,attributes); 
// --> 
/*]]>*/ 

So, it seems that's the problem - one site is loading the full featured jwplayer extension while the other is stuck on the flashmedia player. Can anybody tell me why?

Thanks,
-Scott.




________________________________
From: Scotty C <superscotty19 at yahoo.com>
To: "typo3-english at lists.typo3.org" <typo3-english at lists.typo3.org> 
Sent: Monday, August 19, 2013 6:03:58 AM
Subject: [TYPO3-english] Audio Streaming of Playlist.xml


Hi everyone,

(Ignore my last message as the subject line had a typo)

A radio station has asked me to implement a JW Player of a playlist.xml file that they've stored in fileadmin. I used to make this work with ods_jwplayer_media but now it just shows a flash player instead of JW Player and it sticks at "Connecting...". Can anybody tell me a simple extension that will link to/read the playlist.xml file and output the audio stream?

Thanks,
-Scott.
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list