Hasan
Hasan
Please send google-services.json file.
How do I decode it to get it as an image? **Joy4;** ```go var vd *ffmpeg.VideoDecoder vd.Decode(pkt.Data) ``` **Joy5;** ??
Hello, Do you have an example for the Chromakey Filter?
Hello, The example in the file "example_covert_flv_to_mp4.go" creates and saves a new mp4 file. I want to save it as a continuation of an existing mp4 file. Is this possible?
Do you have a chance to add exo player?
How can I set the following code with this library? `ffmpeg -i source.mp4 -filter_complex "[0:v]chromakey=0x276100:1:0.1[out]" -map "[out]" -c:v prores -pix_fmt yuva444p10le transparent.mkv -y` `ffmpeg -i transparent.mkv -i mask.mp4 -filter_complex "[0:v][1:v]overlay[out]"...
I can merge 2 different mp4 files with the code below. But I cannot do the same in RTMP. ```go package main import ( "fmt" "os" "github.com/yapingcat/gomedia/go-mp4" ) func main()...
I am sending the incoming broadcast to the RTMP Server to another client. If the incoming broadcast to the Server is interrupted, I send the fallback video until the broadcast...
I couldn't find a list of all error codes that I can handle in the Player section for the WebRTC source. There are no errors that match the following error...