plugin-rtmp icon indicating copy to clipboard operation
plugin-rtmp copied to clipboard

RTMP协议插件,提供RTMP协议的server功能:接收rtmp推流和rtmp的播放功能

Results 14 plugin-rtmp issues
Sort by recently updated
recently updated
newest added

如题,rtmp url 在vlc,IINA 中能播放 url如:`rtmp://:/domain=31010600012000000000&resource=31010600011320001122-0&quality=2&src=1` 使用api rtmp/api/pull urlencode 过编码 也是不行,同样错误(后台能输出能看到正确的url地址) 音视频编码:H264 - MPEG-4 AVC (part 10) (avc1) / MPEG AAC Audio (mp4a)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

![image](https://user-images.githubusercontent.com/79887694/236595847-bbfde5aa-b7d0-4dcd-b83f-dd10a766eeef.png) 如上图所示,可以频繁的复现。暂时不知道怎么定位。

现象: ffmpeg -re -stream_loop -1 -i .\mark1.mp4 -c copy -f flv rtmp://localhost/live/test ffplay -i rtmp://localhost/live/test ![image](https://github.com/user-attachments/assets/b3e781f3-53bd-4e74-b805-a399c9d4368d) 但是试了下rtsp 是没问题的,有可能是什么原因?