Ask Your Question

Denvera's profile - activity

2016-09-21 07:44:50 -0600 asked a question VideoWriter to rtmp by gstreamer

Hei,

I have to send opencv Mat frames to youtube channel. So i'm using rtmpsink that can accept only flv format (because there is no other alternative). I am thinking about the same scenario as creating simple .flv file by specifying CV_FOURCC('F','L','V','1') or something like that. Instead of saving to file, i will try to send on server. Can anyone comment this ?

Is there anyone that already tested this scenario ?

Thanks!