Commit Graph

28 Commits (develop)

Author SHA1 Message Date
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>
7 months ago
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>
1 year ago
panda 30c2f50cae
Upgrade jquery from 1.10.2 to 1.12.2 (#3571)
---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
2 years ago
winlin 310514ea94 Update players and console. 3 years ago
winlin efdbf37255 Squash: Move GB28181 to feature/gb28181. 5.0.4 4 years ago
winlin becbe45bcd SquashSRS4: Add demo for RTC 4 years ago
winlin 3eeeda6a12 Player: Remove jwplayer and osmf 5 years ago
winlin cd3c15ec4e Support RTC publisher. 5 years ago
kyxlx550 7950bc586e add gb28281 demo html 5 years ago
winlin 4c63319b5d Release rtc_player to ossrs.net 5 years ago
winlin 98d372bd40 Release rtc_player to ossrs.net 5 years ago
winlin 65c66592e9 Refine statistic url 5 years ago
winlin 643d06473f Refine player with statistics. 5 years ago
winlin d7a28059ed remove jwplayer and osmf 9 years ago
winlin 1ffd5fd455 rename org simple-rtmp-server to ossrs 9 years ago
winlin 018af55d65 refine the demo pages, move scripts after body. 10 years ago
winlin 115daa3cc1 migarate from winlinvip to srs org 10 years ago
winlin 4e3fe36ae2 refine http server pages. change to 0.9.51 11 years ago
winlin 5cec967931 refine the index. refine the parse_query_string, add user_query object to result 11 years ago
winlin e64a11943b extract the components of js 11 years ago
winlin cb0c7dcf2e fix the bitrate bug(in Bps), use enhanced microphone. 11 years ago
winlin 309322fd5c update the bootstrap wizard, use v2 11 years ago
winlin ee79f4a52f update the conf, add demo.srs.com, add players and players_pub, add __defaultVhost__ for rtmp 11 years ago
winlin 85515f05d3 rename the title 11 years ago
winlin 7a21427b10 override the default nginx page. jump to players page. 11 years ago
winlin 0c08942fec update the ui, add hls player 11 years ago
winlin ff4b28f4d4 extract the srs.js 11 years ago
winlin 1c04e35924 refine the ui, add osmf/jwplayer 11 years ago