aler9
3b5efb25a3
add docker images with libcamera included ( #1110 )
2022-12-12 13:52:09 +01:00
aler9
062fb600e8
return an error when rpiCamera in used in two paths ( #1257 )
2022-12-12 11:49:11 +01:00
aler9
5319f9ed47
update readme
...
add instructions on how to compile with Raspberry Pi camera support
2022-12-09 00:46:33 +01:00
aler9
3f5c550baf
rpicamera: support libcamera 0.0.2
2022-12-08 23:50:18 +01:00
Alessandro Ros
8bee4af86a
api, metrics: add number of bytes received and sent from/to all entities ( #1235 )
...
* API: number of bytes received/sent from/to RTSP connections
* API: number of bytes received/sent from/to RTSP sessions
* API: number of bytes received/sent from/to RTMP connections
* API: number of bytes sent to HLS connections
* API: number of bytes received from paths
* metrics of all the above
2022-11-11 11:59:52 +01:00
Alessandro Ros
4ac175d3cc
api, metrics: add endpoints and metrics for RTSP connections ( #1233 )
...
new API endpoints:
* /v1/rtspconns/list
* /v1/rtspsconns/list
new metrics:
* rtsp_conns
* rtsps_conns
2022-11-09 18:31:31 +01:00
Alessandro Ros
4c96a6873e
rpicamera: allow to use the Raspberry Pi Camera with Docker ( #1212 )
2022-11-03 21:44:53 +01:00
aler9
e379bc5213
fix readme
2022-10-29 12:52:15 +02:00
Alessandro Ros
8825fddd89
Add additional Raspberry Pi Camera parameters ( #1198 )
...
* rpicamera: add rpiCameraHFlip and rpiCameraVFlip parameters
* rpicamera: add rpiCameraBrightness, rpiCameraContrast,
rpiCameraSaturation, rpiCameraSharpness, rpiCameraExposure,
rpiCameraAWB, rpiCameraDenoise, rpiCameraShutter, rpiCameraMetering,
rpiCameraGain, rpiCameraEV, rpiCameraROI, rpiCameraTuningFile
* support float values in config file
2022-10-24 15:08:30 +02:00
aler9
7f7a6e2200
switch to go 1.18 in linter and go.mod
2022-09-17 20:18:07 +02:00
aler9
3790af946f
update readme
2022-08-27 18:36:16 +02:00
Alessandro Ros
820ba067f2
support RTMPS ( #1089 )
2022-08-16 18:44:31 +02:00
Alessandro Ros
8c2b12a314
Add native support for the raspberry pi camera ( #1057 )
2022-08-16 18:44:31 +02:00
aler9
2b5661c74e
update readme
2022-08-05 18:16:07 +02:00
aler9
384078c352
update readme
2022-08-05 18:13:43 +02:00
aler9
ac0a5e9fc7
update readme
2022-08-03 09:58:26 +02:00
Farshid Tavakolizadeh
505939b835
Add example for overriding array parameter with env var ( #1039 )
2022-07-14 16:11:37 +02:00
James Atkins
6bf42d857a
Fix typo ( #1003 )
2022-06-25 20:02:34 +02:00
aler9
40aa24a6d8
update readme
2022-06-23 23:04:01 +02:00
aler9
cca377d1cc
update readme
2022-06-21 10:11:41 +02:00
aler9
9f51e281e3
merge standards
2022-06-01 12:43:24 +02:00
aler9
c0a11bd783
update IETF standards
2022-06-01 12:40:12 +02:00
aler9
ac513655f5
update links
2022-06-01 12:34:24 +02:00
aler9
22d9bdabf8
update readme
2022-05-31 19:25:00 +02:00
Alessandro Ros
e115983296
Implement Low-Latency HLS ( #938 )
...
* add hlsVariant parameter
* hls: split muxer into variants
* hls: implement fmp4 segments
* hls muxer: implement low latency mode
* hls muxer: support audio with fmp4 mode
* hls muxer: rewrite file router
* hls muxer: implement preload hint
* hls muxer: add various error codes
* hls muxer: use explicit flags
* hls muxer: fix error in aac pts
* hls muxer: fix sudden freezes with video+audio
* hls muxer: skip empty parts
* hls muxer: fix video FPS
* hls muxer: add parameter hlsPartDuration
* hls muxer: refactor fmp4 muxer
* hls muxer: fix CAN-SKIP-UNTIL
* hls muxer: refactor code
* hls muxer: show only parts of last 2 segments
* hls muxer: implementa playlist delta updates
* hls muxer: change playlist content type
* hls muxer: improve video dts precision
* hls muxer: fix video sample flags
* hls muxer: improve iphone audio support
* hls muxer: improve mp4 timestamp precision
* hls muxer: add offset between pts and dts
* hls muxer: close muxer in case of error
* hls muxer: stop logging requests with the info level
* hls muxer: rename entry into sample
* hls muxer: compensate video dts error over time
* hls muxer: change default segment count
* hls muxer: add starting gap
* hls muxer: set default part duration to 200ms
* hls muxer: fix audio-only streams on ios
* hls muxer: add playsinline attribute to video tag of default web page
* hls muxer: keep mpegts as the default hls variant
* hls muxer: implement encryption
* hls muxer: rewrite dts estimation
* hls muxer: improve DTS precision
* hls muxer: use right SPS/PPS for each sample
* hls muxer: adjust part duration dynamically
* add comments
* update readme
* hls muxer: fix memory leak
* hls muxer: decrease ram consumption
2022-05-31 19:17:26 +02:00
aler9
3fbd842ca8
update readme
2022-05-16 14:32:52 +02:00
aler9
3128ff91de
update readme
2022-05-04 09:50:05 +02:00
aler9
3e4bae5cab
add vlc/ubuntu notice
2022-05-04 09:43:19 +02:00
aler9
9c20eedaad
update opencv instructions
2022-04-21 18:25:11 +02:00
aler9
1e07636f86
change default RTSPS port ( #867 )
2022-04-16 16:24:40 +02:00
aler9
98c6cd4650
RTSP: automatically remux oversized RTP/H264 packets; drop parameter ReadBufferSize
2022-04-09 20:20:14 +02:00
aler9
569ea39c1f
README: add multicast warning
2022-04-09 11:41:00 +02:00
aler9
90d17d6a1b
remove -re flag from ffmpeg recommended command line
2022-04-08 16:15:19 +02:00
Łukasz Kępka
3cad819194
Fixed example with GStreamer usage in README
...
Added 'location' parameter to rtspsrc element in example in 'TCP transport' section
2022-03-15 12:54:58 +01:00
aler9
e1a128041e
fix GStreamer capitalization
2022-03-15 11:44:28 +01:00
aler9
4b0b78096a
update recommended systemd service ( #843 )
2022-03-08 19:17:33 +01:00
aler9
4b0d33e309
update recommended ffmpeg command line
2022-02-19 11:59:39 +01:00
aler9
1c6e20b274
add windows service howto ( #817 )
2022-02-16 18:50:04 +01:00
aler9
49449eb5ad
Add new parameter 'runOnReady' ( #752 )
...
This is called when a stream is ready, whether it is published or proxied.
It replaces 'runOnPublsh'.
2022-01-19 22:50:32 +01:00
aler9
d7bb27657c
update readme
2021-12-22 19:15:33 +01:00
aler9
11760fd79f
support external authentication ( #504 ) ( #517 )
2021-12-22 19:13:56 +01:00
aler9
1617d07ba3
do not wait for external commands to exit during runtime
...
wait for them during shutdown.
2021-12-21 12:43:45 +01:00
aler9
a67e8b13b1
remove tune=zerolatency from gstreamer recommended settings
2021-12-15 11:14:34 +01:00
aler9
398c5af969
change recommended gstreamer pipeline
2021-12-14 22:31:36 +01:00
aler9
bf8e835cab
update readme
2021-12-08 18:18:38 +01:00
aler9
c036990d3c
update readme
2021-12-06 16:27:20 +01:00
aler9
42939b9c18
update readme
2021-12-05 11:05:50 +01:00
aler9
5bdfac141d
add opencv tutorial
2021-11-26 15:44:54 +01:00
aler9
ec7f9a0d84
create 'publish to the server' section in readme
2021-11-26 14:58:51 +01:00
aler9
68a5b3ed2d
add new HLS faq
2021-11-26 14:51:54 +01:00