FFPLAY unable to facebook live stream url i.e. rtmps url

387 Views Asked by At

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.

1

There are 1 best solutions below

4
szatmary On BEST ANSWER

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.