diff --git a/html/poketube.ejs b/html/poketube.ejs index 3266a19a..92d6adfa 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -641,8 +641,8 @@ display: block; !important;" autoplay controls
Video id : <%=video.id%>
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %>
- Video Format :<% if (!qua) { %> 22 (720p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %> - <% if (qua === "medium") { %> 18 (320p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %>
+ Video Format :<% if (!qua) { %> 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> + <% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
PokeTubeEncryptID: <%=sha384(video.id)%>
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location
Date : <%- Date.now() %>