zhangpeihao / gortmp

Implement RTMP protocol by golang
MIT License
523 stars 162 forks source link

Is there any way of accessing flv container? #40

Open kmlx opened 6 years ago

kmlx commented 6 years ago

Great job on this library!

I was looking for something similar to rtmpdump link from mplayer where we could programatically access containers in rtmp and your library looks promising.

One thing that's not clear: Is there any way of accessing the flv container from an rtmp stream using this library?

I see you've got the outboundStream struct in outboundstream.go link

Is there any way of accessing the underlying flv container?

zhangpeihao commented 6 years ago

Give me a link of your flv streams.