Facebook `No playable sreams found for this URl` plugin error
See original GitHub issuePlugin Issue
- This is a plugin issue and I have read the contribution guidelines.
Description
Hi, I’m trying to save livestream to file. Everytime I want to save facebook livestream, output is
error: No playable streams found on this URL: facebook.com/CarlosCastleYT/videos/2601466663503213
Reproduction steps / Explicit stream URLs to test
- $ streamlink -o “test.mp4” facebook.com/CarlosCastleYT/videos/2601466663503213 best -l debug
Log output
PS C:\Users\CDFN> streamlink -o "test.mp4" facebook.com/CarlosCastleYT/videos/2601466663503213 best -l debug
[cli][debug] OS: Windows 10
[cli][debug] Python: 3.8.3
[cli][debug] Streamlink: 1.4.1
[cli][debug] Requests(2.23.0), Socks(1.7.1), Websocket(0.57.0)
[cli][info] Found matching plugin facebook for URL facebook.com/CarlosCastleYT/videos/2601466663503213
[plugin.facebook][debug] Falling back to playlist regex
[plugin.facebook][debug] Falling back to tahoe player
error: No playable streams found on this URL: facebook.com/CarlosCastleYT/videos/2601466663503213
Additional comments, screenshots, etc.
Issue Analytics
- State:
- Created 3 years ago
- Comments:18
Top Results From Across the Web
plugins.facebook: no playable streams found #4800 - GitHub
This issue is back: error: No playable streams found on this URL..
Read more >How To Fix Error Loading Player: No Playable Sources Found ...
Google Chrome - https://www.google.com/chrome/In this video we will see how to fix error loading page no playable sources found or could not ...
Read more >Developer FAQ - Meta for Developers - Facebook
YesNo. Permalink. Why does my ad preview return a "Disallowed Post Link" error ? This is happening because your app has the Stream...
Read more >krathalan/wtwitch#9: "<user>'s stream does not support quality ...
I get this error when trying to look at an stream: ... Found matching plugin twitch for URL https://www.twitch.tv/anderzel error: No playable streams...
Read more >[JW Player for Flash & HTML5 Video] Support - page 3
Error Loading Player No Sources Found ... How to add JW player to my wordpress website? not JWplayer plug in ... HTML5 Shoutcast...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It might be a few line fix. I’ll take a look this weekend. Running
gives me this output:
from previous debuggings, this
.mpd
file is the one that we need to tap into the video live stream. So this should be doable! FB probably just change up something in their structure that does not make this regex true anymore.to get a live url from fb, go to https://fb.gg, then click any live stream, then click the view so you’re on a webpage that has a url of roughly
facebook.com/username/videos/123456789videoID
. DO NOT RUN THIS ON A NON-LIVE VIDEO, as that is not the problem of this issue.I’m also consistently getting
No playable streams found for this URl
for any Facebook live streams, with the samefalling back
verbose debug logs