I am trying to play facebook live streraming url using ffplay where i have used rtmps stream url & stream key. I have enabled openssl library and rtmps library in ffmpeg. But while running command of ffplay with stream url & key, i am getting Pull function error.
So is there any solution known please let me know.
Thank you.
That is not a valid method of playing back the video. Facebook disables RTMP pull, they only use RTMPs for push, i.e. sending video TO Facebook, not getting video FROM Facebook. There is nothing you can do to make that work.