File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
410Add H266 (VVC) support with output to a .266 file.
511Tested with https://github.com/jimm98y/SharpRealTimeStreaming which uses the SharpRTSP Library
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ An example of most API features can be found at [examples/demo.js](examples/demo
3636connect to a RTSP Stream and dump H264, H265, AV1 and AAC contents to a file.
3737For 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
4141To testthe output file with a video player you can use FFMPEG's ffplay command
4242``` ffplay outfile.264 ```
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments