mkvserver_mk2 icon indicating copy to clipboard operation
mkvserver_mk2 copied to clipboard

The streaming solution to end all streaming problems

Results 18 mkvserver_mk2 issues
Sort by recently updated
recently updated
newest added

I get a URL read error: -57 most of the time if I leave it running too long, sometimes if I refresh the url (with port included) specified in server2.c....

I'm trying to set up `ffmpeg` on a Raspberry Pi 3B+ to record 2 USB webcams (`/dev/video0` and `/dev/video1`) to disk and simultaneously stream them live to connected web browsers...

How can I change the port used to stream? I want to serve many files from the same server...can't do that without using a different port Thanks!

Dropped segment from prebuffer buffer. Freed buffer Checking clients, thread: 0 Checking clients, thread: 3 Checking clients, thread: 1 Checking clients, thread: 2 Error or timeout ret: -110 [http @...

helios@helios-PowerEdge-R7425:~/mkvserver_mk2$ ./server SampleVideo_360x240_30mb.mkv { "free": 16, "reserved": 0, "wait": 0, "writable": 0, "busy": 0 "buffer_full": 0 "current_read": -1 "newest_write": 0 "oldest_write": -1 } Accepting new clients... Finding video stream. Checking...

helios@helios-PowerEdge-R7425:~/mkvserver_mk2$ ./server SampleVideo_1280x720_1mb.mkv { "free": 16, "reserved": 0, "wait": 0, "writable": 0, "busy": 0 "buffer_full": 0 "current_read": -1 "newest_write": 0 "oldest_write": -1 } Accepting new clients... [mpeg4 @ 0x1e81f80] Failed...

I have tried with a local mkv and it work great. I have tried with a remote mkv (http://****.mkv) and it work great. I have an online video stream that...

``` cc -g -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -c segment.c cc -g -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -c buffer.c cc -g -Wall `pkg-config --cflags libavformat libavcodec...