misc

command
v0.0.0-...-bb59fc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

plain-rtmp-handshake.go provides a quick way to test a basic RTMP handshake go run plain-rtmp-handshake.go

Old Plain Handshake

This type of handshake is described everywhere (but not working with all servers):
1. client sends 0x03 and 1536 bytes of random data
2. server sends 0x03 and 1536 bytes of its own random data
3. server sends 1536 bytes of data, containing exactly what client has sent
4. client sends 1536 bytes of server-generated data back to server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL