You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yellowstone is a library to receive video, andio and metadata from RTSP/RTP sources including Wowzaand IP Cameras. The library can parse some common video and audio transport formats and delivers the (often compressed) video and audio data to the library user, or writes it to a file. The library doe not include codec decoders.
14
+
Yellowstone is a library to receive video, andio and metadata from RTSP/RTP sources including Wowza, MediaMTX and IP Cameras. The library can parse some common video and audio transport formats and delivers the (often compressed) video and audio data to the library user, or writes it to a file. The library does not include codec decoders.
15
15
16
16
Yellowstone was co-developed by Michael Bullington and Roger Hardiman.
17
17
@@ -20,8 +20,9 @@ Yellowstone was co-developed by Michael Bullington and Roger Hardiman.
20
20
- Receive Raw RTP/AVP via UDP & TCP (interleaved)
21
21
* Basic and Digest Authentication
22
22
* Pause, Play, and Teardown (Close)
23
-
- H264/AAC transport parsing (and writing video to a .264 file)
23
+
- H264/AVC transport parsing (and writing video to a .264 file)
24
24
- H265/HEVC transport parsing (and writing video to a .265 file)
25
+
- AV1 transport parsing (and writing video to a .obu file)
25
26
- AAC transport paring (and writing audio to an .aac file)
26
27
- ONVIF Metadata parsing (and writing to an output file)
27
28
- ONVIF extensions to RTSP
@@ -31,7 +32,7 @@ Yellowstone was co-developed by Michael Bullington and Roger Hardiman.
31
32
## Examples
32
33
33
34
An example of most API features can be found at [examples/demo.js](examples/demo.js), which will
34
-
connect to a RTSP Stream and dump H264, H265 and AAC contents to a file.
35
+
connect to a RTSP Stream and dump H264, H265, AV1 and AAC contents to a file.
0 commit comments