nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

how can i publish packet to other rtmp servers #46

Closed hcwang512 closed 6 years ago

hcwang512 commented 6 years ago

hello guys, i want to use this library to receive rtmp data from one resource and publish the packet data to other rtmp servers. i use code like this:

conn, err = rtmp.Dial(url)
conn.WritePacket(packet)

but i got error connection reset by peer, and i'm sure there is no other connections. Any information would by helpful

haormj commented 4 years ago

@hcwang512 also I want to publish raw h264 to rtmp server over joy4, do you have some examples?