java - Debug stream to Twitch ingest server -


i'm implementing rtmp client in java streams twitch server via rtmp api.

i've double checked server keeps on closing connection reason. there way can debug this?

i'm able stream facebook live same code fine. if helps, twitch server closes connection after connect('app') request, seen in wireshark logs.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -