mirror of
https://github.com/wader/fq.git
synced 2025-01-07 23:04:30 +03:00
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
|
def _rtmp__help:
|
||
|
{ notes: "Current only supports plain RTMP (not RTMPT or encrypted variants etc) with AMF0 (not AMF3).",
|
||
|
links: [
|
||
|
{url: "https://rtmp.veriskope.com/docs/spec/"},
|
||
|
{url: "https://rtmp.veriskope.com/pdf/video_file_format_spec_v10.pdf"}
|
||
|
]
|
||
|
};
|