joy5
joy5 copied to clipboard
AV toolkit
How do I decode it to get it as an image? **Joy4;** ```go var vd *ffmpeg.VideoDecoder vd.Decode(pkt.Data) ``` **Joy5;** ??
Fix EOF.
Fixes #9
hi want to publish a video to yotube live stream but i got an EOF error here example code ```go package main import ( "fmt" "github.com/nareix/joy5/format/rtmp" ) func main() {...
It worked publishing to twitch and facebook, but it failed to dail youtube. Is anyone got the same problem? ```shell avtool forwardrtmp :1935 fwd rtmp://a.rtmp.youtube.com/live2/secretkey DialFailed ```
The constant: H264SPSPPSNALU never used in code: https://github.com/nareix/joy5/blob/master/av/av.go#L15 Would you like to remove it?
joy5是一个很好的包,但没有文档或exmaple确实让我等小白很难用上这么好的包。大神能提供一下example或说明文档吗?
closes https://github.com/nareix/joy5/issues/6 Signed-off-by: Krasi Georgiev
When would you add RTSP client in joy5? I was realized joy4 has that. Is that much different in these two repos?
Hi @nareix , Thanks for working on new project. I used joy4 before. And now, it's cool to try joy5 now. However, I have some questions about joy5: - About...
MIT?