dave-p / TVHadmin-JS

A javascript front-end for Tvheadend, inspired by VDRadmin
GNU General Public License v3.0
29 stars 7 forks source link

Play fix #11

Open stpf99 opened 1 year ago

stpf99 commented 1 year ago

hi , this commit replace function for "Play" button in "What's On Now" page "download" is replaced to open stream for channel in blank web page... If you want accept and merge

dave-p commented 1 year ago

I won't be able to test this for a while, but my immediate comments are (1) that the user should be able to specify how streams are opened via the Configuration menu, and (2) the behaviour should be the same in all browsers.

stpf99 commented 1 year ago

target= _blank _self _parent _top framename

? = webtv-h264-vorbis-mp4 webtv-h264-aac-mpegts webtv-vp8-vorbis-webm webtv-vp8-vorbis-webm pass matroska

download=${c.uuid}. m3u xspf, e2

should be 3 dialog boxes with settings for listed above options or autamtize this from api if api have pressets fetch for stream type and playlist type

im not expert with how to this, 2day only learn webdesign

i tray redirect to "iframe" from first to another pinned webpage with iframe but without success

if you can add option for that ,

also i have idea to made next custom css theme with menu like in stb with background video stream

i tray to set video stream as background on whole site atop with site css background=transparent and site cintent transparent with button to hide site elements maybe to scalable logo ...

what you think about that ?

stpf99 commented 1 year ago

hi this fix is only works with profile webtv-vp8-vorbis-webm other profiles in firefox and chrome not opens player in browser

i added new row in column to play and designed new icon to download and changes existing in this code branch

dave-p commented 1 year ago

I've created a new branch "stream-profile" which lets you configure which streaming profile to use on the 'now' and 'timeline' pages. It seems to work with 'Matroska' profile but I can't test any others on my system.