-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I've tried SO MANY RTMP links, none of them worked, I even extracted this one:
rtmp://179.43.158.196:1935/stream/0f5Bo1917y0yBobZcQBIw.stream
from some website manually which is working perfectly now, but still not working, I'm getting this error:
File "C:\Python27\lib\site-packages\librtmp\rtmp.py", line 226, in create_stream
raise RTMPError("Failed to start RTMP playback")
RTMPError: Failed to start RTMP playback
And this is the code:
import librtmp
conn = librtmp.RTMP("rtmp://179.43.158.196:1935/stream/0f5Bo1917y0yBobZcQBIw.stream", live=True)
conn.connect()
data = stream.read(1024)
Metadata
Metadata
Assignees
Labels
No labels