-
The client receive `Crtl+C` should delete the resource
https://github.com/binbat/live777/blob/425d72ea79a9a67e5960574b0657fca91aed732e/src/main.rs#L62
-
Generating an SRT stream with FFmpeg and in listener mode works intermittently. Steps to reproduce:
Start an FFmpeg to generate an input source:
```
ffmpeg -f lavfi -re -i testsrc=size=1280x720:r…
-
For WHIP: https://www.ietf.org/archive/id/draft-ietf-wish-whip-01.html#section-4.4
For WHEP: https://www.ietf.org/id/draft-murillo-whep-02.html#section-4.4
## For example:
### mediamtx
htt…
-
I got the server run with: cargo run --release
and client with: gst-launch-1.0 videotestsrc ! videoconvert ! vp9enc ! rtpvp9pay ! whipsink whip-endpoint="http://localhost:3000/whip/777"
Both the …
-
## Which version are you using?
v0.23.7
## Which operating system are you using?
- [x] Linux amd64 standard
- [ ] Linux amd64 Docker
- [ ] Linux arm64 standard
- [ ] Linux arm64 …
-
Hi~ I am developing cloudflare webRTC now. I get the playback url from cloudflare WHEP output, and I try to use this player with WHEP type, the video playing with low-lantency and well, however the pl…
-
May I have an example Gstreamer pipeline for my Broadcast Box server?
Something like:
```
/Library/Frameworks/GStreamer.framework/Versions/1.0/bin/gst-launch-1.0 videotestsrc ! "video/x-raw,siz…
-
After running the docker commands, I am not able to get preview of the file at port 8000. Also the webpage dosent open on port 8000
Please refer the images attached below.
-
When testing with a sample SRT stream from Docker, we noticed that it might fail to play out in some cases on Ubuntu:
1. Generate SRT stream with Docker
`docker run --rm --name=testsrc -p 1234:123…
-
I am using esbuild 0.19.3
What is happening:
In a simple React project that imports a library, which imports React:
**React is getting imported twice as per this --analyze=verbose output**
```
…