1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Commit graph

50 commits

Author SHA1 Message Date
Daniel Neto
2946eb2739 https://github.com/WWBN/AVideo/issues/9639 2024-11-27 13:25:05 -03:00
Daniel Neto
079c461e07 Update 2024-10-25 14:28:50 -03:00
Daniel Neto
1a9e95ee7e Update 2024-10-25 13:52:27 -03:00
Daniel Neto
91bd907111 Update nginx to protect the live, and also this https://github.com/WWBN/AVideo/issues/9538 2024-10-25 09:07:12 -03:00
Daniel Neto
a5bac95df4 Update 2024-01-22 13:08:06 -03:00
Daniel Neto
3ab4539834 Update 2023-10-30 10:02:59 -03:00
Daniel Neto
b92016cffd Update 2023-06-14 21:17:32 -03:00
Daniel
602ca1128e Git update 2022-03-17 11:43:59 -03:00
Daniel
24a25e4f41 Fix git update 2022-03-14 14:44:06 -03:00
Daniel
2a9630258f https://github.com/WWBN/AVideo/issues/6345#issuecomment-1067056556
Also check the lang in case insensitive
2022-03-14 14:28:38 -03:00
Daniel
95d14ebe0b https://github.com/WWBN/AVideo/issues/5847 2021-12-03 10:55:09 -03:00
Daniel
49732d0748 Schedule description unlimited 2021-10-21 17:31:00 -03:00
DanielnetoDotCom
4ba52319ff Get correct live on the live panel 2021-05-24 22:36:16 -03:00
DanielnetoDotCom
d73a25997b manual recording 2021-05-24 14:36:32 -03:00
DanielnetoDotCom
2b91f7bfec Fix invalid parameter "localhost" 2021-05-05 08:56:57 -03:00
akhilleusuggo
063db5d4af
Update nginx.conf 2021-05-04 17:29:40 +03:00
DanielnetoDotCom
419def6940 I removed the -re because I got this error
Option re (read input at native frame rate) cannot be applied to output url 20 -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Error parsing options for output file 20.
2021-05-04 10:08:34 -03:00
DanielnetoDotCom
6f4d1c16f5 The .ts files must have a expiration as well 2021-05-03 17:38:39 -03:00
Daniel Neto
ef531af8b8
Merge pull request #5042 from WWBN/akhilleusuggo-patch-12
Update nginx.conf
2021-04-29 15:19:07 -03:00
akhilleusuggo
1b39617697
Update nginx.conf
mp3 is not what rtmp-nginx page recommends , but mp3 does work as expected.
If issues happens , then the default option should be .audio.flv
2021-04-29 20:15:49 +03:00
akhilleusuggo
a4cda533eb
Update nginx.conf 2021-04-29 19:45:04 +03:00
DanielnetoDotCom
fe8f097620 https://github.com/WWBN/AVideo/issues/4999#issuecomment-827749835 2021-04-28 09:01:52 -03:00
akhilleusuggo
f71271fda7
remove unnecessary repeated ffmpeg flags 2021-04-26 20:01:28 +03:00
DanielnetoDotCom
e749b66008 https://github.com/WWBN/AVideo/issues/4999 2021-04-26 10:19:02 -03:00
akhilleusuggo
76bcaefc51
Update nginx.conf
-hls_time is really bad on most of the script encoder that we have in this project . I think developers doesn't understand it well . This value has no meaning what so ever and the script will give errors on playlist and in cases completally ignore it ! 
1- You can't set hls_time without indicating a valid GOP ( -g )
2- GOP must be your output frame rate * 2
3- The hls_time must be GOP/FrameRates=hls_time

Example ;  
-r 60 -g 120 -hls_time 2  ( valid values )
-r 60 -g 240 -hls_time 4 (valid value , HIGH latency stream )
-r 30 -g 30 -hls_time 1 ( valid value , LOW latency stream )

-r 20 -g 48 -hls_time 6 ( wrong values , a lot of buffering and weird/unstable hls_playlist , if not completely ignored . The seek bar gonna just be confused ).

modification based on your information ; 
https://trac.ffmpeg.org/wiki/EncodingForStreamingSites
https://github.com/arut/nginx-rtmp-module/wiki/Directives#buflen
https://trac.ffmpeg.org/wiki/Limiting%20the%20output%20bitrate
2021-02-05 13:54:05 +02:00
DanielnetoDotCom
546c3e6761 Categories page
PlayO page
2021-01-29 09:41:47 -03:00
DanielnetoDotCom
4a6a343b1a Improving the nginx.conf 2020-11-16 09:24:27 -03:00
qome
569a3f1dce
Update nginx.conf 2020-11-15 00:44:41 -06:00
daniel
5db857b422 https://github.com/WWBN/AVideo/issues/2636#issuecomment-586584216
Version 8.5 to have the filesize for each video
2020-02-15 09:28:27 -03:00
daniel
fe9cf346c8 Fix on publish 2020-02-07 17:59:23 -03:00
daniel
400ab5d239 Rebranding 2019-12-02 12:17:41 -03:00
daniel
3a9ff3fb66 2019-05-08 13:25:07 -03:00
daniel
b60f9cc760 Add DVR support 2019-04-23 10:20:27 -03:00
daniel
68caeb912d Adding a playlist plugin that gives you more options over your content 2019-02-01 17:55:50 -03:00
daniel
0c3f4473af adding secure method 2019-01-31 07:23:06 -03:00
daniel
a31a9d175e add an option to do not let users remove channel filter 2018-11-03 12:41:14 -03:00
daniel
ff872a4771 If the video comes from the channel it will keep showing the channel videos 2018-11-03 08:53:34 -03:00
daniel
1f20b5dafb Add an option to remove the liveusers counter 2018-11-02 12:11:35 -03:00
daniel
2422a7dea7 2018-10-31 08:51:24 -03:00
daniel
f3428b6572 2018-10-30 17:43:58 -03:00
daniel
ff8bdcec05 Enable or disable some left menu 2018-10-30 10:56:53 -03:00
daniel
c01349aee1 https://github.com/DanielnetoDotCom/YouPHPTube/issues/1190
Remove the required from personalInfo
2018-10-29 21:47:24 -03:00
daniel
596c7e7ac1 2018-10-29 09:03:28 -03:00
daniel
bf44e3dfa8 2018-10-27 10:48:24 -03:00
daniel
05fa54a165 2018-10-25 13:29:42 -03:00
daniel
7e98d3045e Making player ready for HLS 2017-09-23 12:42:50 -03:00
daniel
7abd525ff9 Making player ready for HLS 2017-09-22 23:34:50 -03:00
daniel
ef94a83298 Making player ready for HLS 2017-09-22 21:18:49 -03:00
daniel
e0eef1073b Working on HLS 2017-09-22 20:25:13 -03:00
daniel
e53c89a0d6 Config example for RTMP server 2017-09-20 10:12:46 -03:00