691
HFS ~ HTTP File Server / Re: serving video files
« on: September 09, 2014, 02:36:25 PM »
If you use generator up top and want the "flash players" offline: it is available:
https://drive.google.com/file/d/0B9u5dgydfOEuai1pSEJfMFRDb3M/edit?usp=sharing
---html samble code:
<!-- http://sandbox.thewikies.com/vfe-generator/ -->
<p>Playlist - M3U file</p>
<!-- create a m3u xspf file http://www.xspf.org/xspf-v0.html -->
<br />
<object type="application/x-shockwave-flash" width="700"
height="500" data="player.zip/Players/XSPF/xspf_player.swf?playlist_url=Path to you playlist.xspf">
<param name="bgcolor" value="#E6E6E6"/>
<param name="movie"
value="xspf_player.swf?playlist_url=playlist.xspf"/>
</object>
<br />
<p>video here</p>
<object type="application/x-shockwave-flash" data="Path to player.zip/flowplayer-3.2.18.swff" width="700" height="500">
<param name="movie" value="Path to player.zip/flowplayer-3.2.18.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':[{'url':'Your video here(encoded...)','autoPlay':false}]}" />
<!-- example of encoded 'http%3A%2F%2F192.168.1.254%2Fvideo%2Ftitle.mp4', -->
<!-- example path: 'http://192.168.1.254/video/title.mp4' -->
<span title="No video playback capabilities, please download the video below">Video</span>
</object>
<br />
https://drive.google.com/file/d/0B9u5dgydfOEuai1pSEJfMFRDb3M/edit?usp=sharing
---html samble code:
<!-- http://sandbox.thewikies.com/vfe-generator/ -->
<p>Playlist - M3U file</p>
<!-- create a m3u xspf file http://www.xspf.org/xspf-v0.html -->
<br />
<object type="application/x-shockwave-flash" width="700"
height="500" data="player.zip/Players/XSPF/xspf_player.swf?playlist_url=Path to you playlist.xspf">
<param name="bgcolor" value="#E6E6E6"/>
<param name="movie"
value="xspf_player.swf?playlist_url=playlist.xspf"/>
</object>
<br />
<p>video here</p>
<object type="application/x-shockwave-flash" data="Path to player.zip/flowplayer-3.2.18.swff" width="700" height="500">
<param name="movie" value="Path to player.zip/flowplayer-3.2.18.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':[{'url':'Your video here(encoded...)','autoPlay':false}]}" />
<!-- example of encoded 'http%3A%2F%2F192.168.1.254%2Fvideo%2Ftitle.mp4', -->
<!-- example path: 'http://192.168.1.254/video/title.mp4' -->
<span title="No video playback capabilities, please download the video below">Video</span>
</object>
<br />