Jacob Su
3e1a4e4439
Player: Fix empty img tag occupy 20px size in safari. v6.0.142 ( #4029 )
...
the html img tag occupy 20px size in safari.
427104f1da/trunk/research/players/rtc_player.html (L19)
> <img width="1011" alt="Screenshot 2024-04-17 at 9 17 07 AM"
src="https://github.com/ossrs/srs/assets/2757043/79a4edf8-5bbf-4300-8817-039088f13283 ">
(ignore the img css warning: `auto\9;` it's another problem, I will file
another PR.)
but, the empty img tag just occupy 1px size in chrome. So I guess it's a
html compatible problem.
> <img width="608" alt="Screenshot 2024-04-17 at 9 46 33 AM"
src="https://github.com/ossrs/srs/assets/2757043/40cb2eb6-3a6d-4bb7-9b17-51c5fd6d2272 ">
---------
`TRANS_BY_GPT4`
---------
Co-authored-by: winlin <winlinvip@gmail.com>
2024-07-24 11:20:56 +08:00
chundonglinlin
4a100616fc
Support build without cache to test if actions fail. v5.0.196 v6.0.96 ( #3858 )
...
By default, caching is enabled during compilation, which means that data
is cached in Docker. This helps to avoid compiling third-party
dependency libraries. However, sometimes when updating third-party
libraries, it's necessary to disable caching to temporarily verify if
the pipeline can succeed. Therefore, a configure option should be added.
When this option is enabled, the compilation cache will not be used, and
all third-party libraries will be compiled from scratch.
---------
Co-authored-by: winlin <winlinvip@gmail.com>
2023-11-01 17:47:52 +08:00
panda
30c2f50cae
Upgrade jquery from 1.10.2 to 1.12.2 ( #3571 )
...
---------
Co-authored-by: chundonglinlin <chundonglinlin@163.com>
2023-06-30 06:28:10 +08:00
winlin
310514ea94
Update players and console.
2022-05-16 22:44:21 +08:00
CommanderRoot
8a75e8a165
Replace deprecated String.prototype.substr() ( #2948 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with slice() or substring() which work similarily but aren't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-07 08:02:27 +08:00
winlin
eb339432c4
SquashSRS4: Update benchmark data.
2021-05-10 18:09:59 +08:00
winlin
becbe45bcd
SquashSRS4: Add demo for RTC
2021-05-05 13:26:25 +08:00
winlin
0b62216999
SquashSRS4: Support av1 for Chrome M90 enabled it.
2021-04-30 08:13:38 +08:00
winlin
d4a8a72388
SquashSRS4: Add console. Disable cherrypy by default.
2021-04-24 19:45:05 +08:00
winlin
529264f238
RTC: Refine player and publisher
2020-11-15 15:46:24 +08:00