Marcelo Pires

Results 7 comments of Marcelo Pires

i believe this is related to #198: ~~take a look [at ](https://github.com/faye/faye/blob/master/src/protocol/client.js#L243)~~ after reading more carefully the code it looks like that the reference client doesn't care about about the...

same bug #114

ups..., thanks a lot! this is very powerful !!

# Using OBS studio sometimes i get a data race report with -race enabled WARNING: DATA RACE Write at 0x00c420078670 by main goroutine: github.com/nareix/joy4/format/rtmp.(*Server).ListenAndServe() /home/thesyncim/gocode/src/github.com/nareix/joy4/format/rtmp/rtmp.go:107 +0x2b2 main.proxyServer() /home/thesyncim/gocode/src/github.com/thesyncim/exp/rtmp/proxy.go:79 +0xa7 main.main()...

using the code from example above i'm unable to push a stream to youtube/srs server (only go-oryx can handle the stream). wireshark file: [push_youtube.pcapng.zip](https://github.com/nareix/joy4/files/396882/push_youtube.pcapng.zip)

you can replicate the issue with: ffmpeg -re -i bbb_sunflower_1080p_60fps_normal.mp4 -c:v libx264 -b:v 2M -pix_fmt yuv420p -c:a:0 aac -strict -2 -b:a:0 480k -f flv rtmp://localhost/live/azorestv ``` go package main import...