Open Neuroforge opened 6 years ago
I found this project https://github.com/chrippa/python-librtmp It works, no problem Then I found your problem
This project : https://github.com/af83/webcam-streaming
<embed src="webcam.swf"
flashvars="server=rtmp://localhost/live&stream=plop"
bgcolor="#ffffff"
width="500"
height="500"
name="haxe"
quality="high"
align="middle"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
Therefore, your stream address should be composed like this
flashvars="server=rtmp://localhost/live&stream=STREAM_NAME"
Hello,
I have setup a stream using https://github.com/af83/webcam-streaming to send a webcam to the rtmp server....
This is reflected in the output of the RTMP server.
I now want to read this with librtmp in Python.
Python
Output from RTMP server
The stream is not found.
So I've tried alternatives....