Skip to content

Tags: uwing85213/rtsp-simple-server

Tags

v0.17.17

Toggle v0.17.17's commit message
rtmp, hls: fix wrong timestamp computation that happened at 28h28m

this was caused by a int64 overflow.

v0.17.16

Toggle v0.17.16's commit message
fix crash that happened when publishing audio with RTMP (bluenviron#810)

v0.17.15

Toggle v0.17.15's commit message
rtsp source: fix crash in case a PLAY request fails

v0.17.14

Toggle v0.17.14's commit message
Add new parameter 'runOnReady' (bluenviron#752)

This is called when a stream is ready, whether it is published or proxied.
It replaces 'runOnPublsh'.

v0.17.13

Toggle v0.17.13's commit message
hls: fix intermittent audio on iOS

v0.17.12

Toggle v0.17.12's commit message
print debug log message in case of non-critical authentication errors

v0.17.11

Toggle v0.17.11's commit message
update readme

v0.17.10

Toggle v0.17.10's commit message
rtsp server: reply with code 454 when session is not found

v0.17.9

Toggle v0.17.9's commit message
update readme

v0.17.8

Toggle v0.17.8's commit message
move test into gortsplib