is any exmple code for live streaming(youtube/facebook) by using curl RTMP

is any exmple code for live streaming(youtube/facebook) by using curl RTMP
Tagged:

Best Answer

  • SupDev1
    SupDev1 Advocate
    Answer ✓

    Something like: curl "rtmp://a.rtmp.youtube.com/live2/*******" and curl "rtmp://live-api-s.facebook.com:80/rtmp/*******"

    You can get more detailed information at developers.facebook.com and developers.google.com/youtube. Developers.refinitiv.com isn't the best place for this kind of questions.