rejetto forum

Author Topic: Replacing RAWR Templates' player with HTML 5 or VLC player?  (Read 12343 times)

Offline bmartino1

  • Tireless poster
  • ****
  • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
ok... then i would recommend a vlc stream server:

ok h.265 is aviable via codec:
http://www.videolan.org/developers/x265.html

overview - setup:
http://www.videolan.org/vlc/streaming.html

http://www.howtogeek.com/118075/how-to-stream-videos-and-music-over-the-network-using-vlc/

you can also tie in the vlc web player into hfs.....

at that point hfs would need the codec defined...
mimetype info:
https://www.ietf.org/mail-archive/web/media-types/current/msg00588.html
https://mailman.videolan.org/pipermail/vlc-devel/2014-October/099806.html
https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format
https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding

etc file format > video/hevc
Code: [Select]
*.mkv > video/hevc
You may also need to call the source codec:
http://stackoverflow.com/questions/5672833/where-is-a-complete-list-of-mime-types-with-codecs-for-the-html5-source-attribut

Code: [Select]
<source src='url' type='mime/type; codec="codec-name"' />
will look into getting a file and test with the video player html and get back to you, this seems easily done with defining the mimetyoe and teling the html source to use x codec...


call html call vlc web plugin:
https://wiki.videolan.org/Documentation:WebPlugin/
https://wiki.videolan.org/Simple_Stream_VLC_to_Website/
http://stackoverflow.com/questions/14375767/embedding-vlc-plugin-on-html-page

Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing

Follow members gave a thank to your post:


Thank-o-Matic 3.0 By Adk Team