Skip to content

Commit 63a9194

Browse files
committed
3.0.8
1 parent e8d1a8a commit 63a9194

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Next Release
22

3+
# 3.0.8 - 15th January 2027
4+
Add caching Digest Authentication code from Leone25 Enrico
5+
Fix bug causing an error with Panasonic Cameras returning RTP/AVP/UDP in SETUP
6+
Add -t to the example demo.js to pick the RTP transport (-t udp or -t tcp)
7+
Handle multiple WWW-Authenticate responses (which is valid) and pick Digest over Basic
8+
39
# 3.0.7 - 13th January 2027
410
Add H266 (VVC) support with output to a .266 file.
511
Tested with https://github.com/jimm98y/SharpRealTimeStreaming which uses the SharpRTSP Library

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ An example of most API features can be found at [examples/demo.js](examples/demo
3636
connect to a RTSP Stream and dump H264, H265, AV1 and AAC contents to a file.
3737
For example
3838
```node examples\demo.js rtsp://myhostname/stream1```
39-
```node examples\demo.js -u username -p password rtsp://myhostname/stream1```
39+
```node examples\demo.js -u username -p password -t tcp rtsp://myhostname/stream1```
4040

4141
To testthe output file with a video player you can use FFMPEG's ffplay command
4242
```ffplay outfile.264```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yellowstone",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "An RTSP client for node.js.",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)