If its not possible a simple no is fine. Here is what I want to do, please show me the way.
PREFACE
I use the BOTR server due to its ability to offer streams suited to the client.
GOAL
I want to offer two versions of a single uploaded BOTR video. One that plays completely and a second that plays for a shorter time, 2 minutes.
RESULTS
Good- To play the complete file I simply link to the .js file
Bad- To play a 2 min excerpt I can use the playlist feature to generate an mp4 file that I can link to. This is bad because it offers a large file regardless of the clients browser, connection etc. I've experienced too many mid-video delays while the video loads, regardless of the connection, os, etc.
The reason I assume that I'm delivered the same video to all is that the playlist generates this video linking to an mp4 file
<enclosure url="
video.joomlarulez.com/videos/awQTHuWC-0UIhlOUh.mp4
" length="61735447" type="video/mp4"/>
WHAT I PREFER
I'd like to offer a 2 min excerpt of a .js file. I'd like to do this with XML if possible. My efforts to date have yielded no results. See partial xml example below.
Thanks
Tom
<item>
<link>
www.crimescene.com/
<description>Interview with Carly Brock 2011</description>
<media:credit role="author">Crime Scene</media:credit>
<media:content url="
video.joomlarulez.com/players/gumipbvk-rxL3TJu6.js
" type="video/mp4" />
<media:thumbnail url="
www.crimescene.com/currentcase/images/st...nnegan.1987.free.jpg
" />
<jwplayer:author>Crime Scene</jwplayer:author>
<jwplayer:provider>http</jwplayer:provider>
<jwplayer:duration>10</jwplayer:duration>
</item>