mirror of
https://github.com/wader/fq.git
synced 2024-12-20 20:01:59 +03:00
2c505feec8
Plan is to use it for man page etc and also some ansi renderer
22 lines
528 B
Plaintext
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
|