rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: bmartino1 on September 08, 2014, 03:09:50 AM

Title: serving video files
Post by: bmartino1 on September 08, 2014, 03:09:50 AM
Found this cool nifty site that might be of great help to just about any one:

http://sandbox.thewikies.com/vfe-generator/

https://web.archive.org/web/20160122050940/http://v4e.thewikies.com:80/

Fill information at the top left to video / music files you have on you hfs server and chose either "html 5" or "WHAt works for me"
Flash only!

source code and html doc ready... :)

Thank you Generator! and its creator!
Title: Re: serving video files
Post by: bmartino1 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 />
Title: Re: serving video files
Post by: bmartino1 on September 09, 2014, 02:54:09 PM
a continuation on the html side for videos with this post:
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/
Title: Re: serving video files
Post by: LeoNeeson on September 10, 2014, 08:17:40 AM
Looks great, thanks for sharing... :)