1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 12:19:52 +03:00
fq/format/rtmp/testdata
Mattias Wadman dec433fc53 help,markdown: Fix double line breaks when converting to text
Also fix ugly last line break hack
2023-03-02 23:38:11 +01:00
..
client_stream rtmp,amf0: Add decoders 2022-04-01 13:07:20 +02:00
client_stream.fqtest xml: Allow trailing <?procinstr?> 2022-08-11 23:48:29 +02:00
ffmpeg_client_stream rtmp,amf0: Improve decoders, aac asc, chunk stream interrupt, fix amf0 ecma arrays 2022-04-04 14:42:16 +02:00
ffmpeg_client_stream.fqtest interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
ffmpeg_server_stream rtmp,amf0: Improve decoders, aac asc, chunk stream interrupt, fix amf0 ecma arrays 2022-04-04 14:42:16 +02:00
ffmpeg_server_stream.fqtest flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
help_rtmp.fqtest help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
README.md rtmp,amf0: Improve decoders, aac asc, chunk stream interrupt, fix amf0 ecma arrays 2022-04-04 14:42:16 +02:00
rtmp_sample.cap rtmp,amf0: Add decoders 2022-04-01 13:07:20 +02:00
rtmp_sample.cap.fqtest interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
server_stream rtmp,amf0: Add decoders 2022-04-01 13:07:20 +02:00
server_stream.fqtest xml: Allow trailing <?procinstr?> 2022-08-11 23:48:29 +02:00

Some files based on pcap:s from https://wiki.wireshark.org/SampleCaptures

ffmpeg_*_stream files were generated using:

ffmpeg -hide_banner -f lavfi -i sine=frequency=500:sample_rate=44100 -acodec aac -ac 2 -f flv -t 200ms -metadata streamName="test stream" -listen 1 rtmp://0.0.0.0:1935/test_stream
ffmpeg -i rtmp://localhost:1935/test_stream -f null -
tcpdump -w rtmp.pcap -i lo0
fq '.tcp_connections[1].client_stream | tobytes' rtmp.pcap > ffmpeg_client_stream
fq '.tcp_connections[1].server_stream | tobytes' rtmp.pcap > ffmpeg_server_stream