Skip to content

Releases: rjsachse/ESP32-RTSPServer

1.3.5

26 Jun 06:25

Choose a tag to compare

New basic video example

1.3.4

08 May 01:38
d3772b2

Choose a tag to compare

Minor fix for NON Blocking task. Increased stack size.

1.3.3

07 Mar 23:46

Choose a tag to compare

Fixed logging
updated ReadMe.md

1.3.2

15 Feb 23:40
c6229a9

Choose a tag to compare

What's Changed

1.3.1

26 Jan 22:24
e12ea59

Choose a tag to compare

setCredentials now bool

v1.3.0

19 Jan 06:52
12412b9

Choose a tag to compare

What's Changed

  • User able to enable RTSP authentication

1.2.0

18 Jan 03:10
8eba8c5

Choose a tag to compare

What's Changed

  • Multi clients for multicast or with a define for all transports
  • Refactor the code into other files
  • Update readme - API and VLC screenshots
  • Clean up code
  • Audio now is fragmented if larger than MTU 1500
  • Non blocking for all sockets
  • Session management in main RTSP task
  • Removed client IP from session
  • Fixed subtitles FPS for multi clients
  • Update Example

1.0.1

08 Jan 20:04
a045283

Choose a tag to compare

Fixes for arduino library manager

1.1.0

11 Jan 03:16
e897f4f

Choose a tag to compare

What's Changed

  • RTSP Handling changed ready for multi clients
  • Improved TCP handling,
  • Minor bug fix in subtitles

1.0.4

10 Jan 01:31
5a3c5ee

Choose a tag to compare

What's Changed