srs icon indicating copy to clipboard operation
srs copied to clipboard

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

Results 395 srs issues
Sort by recently updated
recently updated
newest added

Fixed by [feature/h265](https://github.com/ossrs/srs/tree/feature/h265) _Originally posted by @winlinvip in https://github.com/ossrs/srs/issues/465#issuecomment-903200743_ 为啥我们的H265视频用srs的H265分支 播放不了,H264的视频可以播放 是因为SRS支持H265,但是各个浏览器不支持 是否可以开发浏览器相关插件

在 使用 prometheus 的时候,我们场景是,对每个视频流,统计 bitrate, fps 等信息,实时采集信息,我们的 prometheus 是自己部署的,受限于单机的存储容量,然后用 granafa 进行展示。 使用中,发现数据量太大,prometheus 容易遇到性能上的瓶颈,想讨论一下, prometheus 在使用的过程中是否,只适合采集全集的信息,不适合 针对每个流进行状态的监控。

Discussion

视频推流部分时间是1s20多帧,部分时间2-3s1帧,这部分2-3s才推送1帧的会播放失败 **Description(描述)** 2-3s才推送1帧的视频流,能录制,webrtc能实时播放,但是录制的视频会播放失败,推送5分钟,播放一瞬间。 1. SRS Version(版本): `4.0.212` 1. SRS Log(日志): 附件 1. SRS Config(配置): ``` listen 13425; max_connections 1000; daemon on; srs_log_tank file; http_server { enabled on; listen 13423; #...

WebRTC

The SRS HTTP API and Stream listen at different ports, so we must use a HTTP proxy if listen at a single HTTP or HTTPS port. > Translation: 目前SRS的HTTP API和Stream设计是分离的,为了支持API侦听在单独的端口,但是在简单的场景下使用比较麻烦,必须依赖外部的HTTP代理才能吧API和Stream在一个端口上使用。...

Enhancement
Feature

**Description(描述)** > 只要使用FFmpeg内置opus,就一定爆音,这个可以重现; > Patch Commit ID: https://github.com/ossrs/srs/commit/8d61c2a064315dfa83d5b29e1068cef00d192561 > SRS Version(版本): `develop`v5.0.36 1. 编译FFmpeg * 使用FFmpeg内置opus:`--enable-decoder=opus --enable-encoder=opus` * 使用libopus库:`--enable-libopus` 2. SRS Config(配置): ``` listen 1935; max_connections 1000; daemon off; srs_log_tank...

Bug

现在国内都在大力推广国产化硬件、操作系统,SRS是有有支持的计划?

Enhancement
help wanted

# LOONGARCH 龙芯已经适配的多媒体开源项目[Media](http://www.loongnix.cn/index.php/Media): * 音视频应用开发框架、音视频编解码项目:FFmpeg、X264、OpenH264、libvpx、libyuv * 基础压缩解压缩、图片编解码和图形渲染项目:zlib、libpng、libjpeg-turbo、pixman、skia * 信号处理、线性代数库等高性能数学库:OpenBLAS 、FFT 如果要用龙芯服务器做视频云,还缺个流媒体服务器。 ## [Build Loongarch SRS in Qemu](https://github.com/ossrs/srs/issues/2689#qemu) 龙芯有qemu镜像可以在本机跑起来,下面是操作步骤。 首先,下载qemu环境,mac下执行下面的命令,其他系统参考[这里](https://www.qemu.org/download/#macos): ```bash brew install qemu ``` 然后,下载龙芯的iso镜像,还在路上,请稍等。。。 ## LOONGSON 3A5000/3B5000 [龙芯3A5000/3B5000](https://www.loongson.cn/productShow/32) 龙芯3A5000/3B5000是面向个人计算机、服务器等信息化领域的通用处理器,基于龙芯自主指令系统(LoongArch®)的LA464微结构,并进一步提升频率,降低功耗,优化性能。在与龙芯3A4000处理器保持引脚兼容的基础上,频率提升至2.5GHz,功耗降低30%以上,性能提升50%以上。龙芯3B5000在龙芯3A5000的基础上支持多路互连。...

Feature

when srs start up, format macro features.

### Feature HLS continuous mode: In this mode HLS sequence number is started from where it stopped last time. Old fragments are kept. Default is on. ### Configuration ``` vhost...

TransByAI