1
1
mirror of https://github.com/wader/fq.git synced 2024-12-20 20:01:59 +03:00
fq/format/rtmp/testdata/help_rtmp.fqtest
Mattias Wadman 2c505feec8 help,markdown: Rewrote and made text rendering nicer
Plan is to use it for man page etc and also some ansi renderer
2023-05-08 00:07:56 +02:00

22 lines
528 B
Plaintext

$ fq -h rtmp
rtmp: Real-Time Messaging Protocol decoder
Decode examples
===============
# Decode file as rtmp
$ fq -d rtmp . file
# Decode value as rtmp
... | rtmp
Current only supports plain RTMP (not RTMPT or encrypted variants etc) with AMF0 (not AMF3).
Show rtmp streams in PCAP file
==============================
fq '.tcp_connections[] | select(.server.port=="rtmp") | d' file.cap
References
==========
- https://rtmp.veriskope.com/docs/spec/
- https://rtmp.veriskope.com/pdf/video_file_format_spec_v10.pdf