begeekmyfriend / yasea

RTMP live streaming client for Android
MIT License
4.87k stars 1.32k forks source link

Is it possible to include a custom message in an RTMP packet header? #820

Closed stefanjaspers closed 3 years ago

stefanjaspers commented 3 years ago

I need to be able to send custom data along with an RTMP packet. I was wondering if the RTMP protocol supports a way to do this.

begeekmyfriend commented 3 years ago

You might check the SimpleRTMP package source and try your own solution. I am no longer in Android development.