Closed GoogleCodeExporter closed 9 years ago
Your call is failing because there is no stream yet; create the stream and it
will be assigned an id, which may or may not be 4.
Original comment by mondain
on 31 Oct 2013 at 3:14
The call is failing because Red5 doesn't actually create the stream until it
receives a Play/Publish call, but some clients are sending their createStream
packets on a channel that does not yet have a matching stream.
In this case, Red5 should respond to this call on Stream ID 0, rather than
discarding the packets.
Attached is a small patch to rtmpdump/librtmp that reproduces the issue.
Original comment by nchadw...@brightcove.com
on 31 Oct 2013 at 8:51
Attachments:
I'm all for adding this functionality if you're fairly certain it should work
this way. I see you're from brightcove, so I assume you have more insight that
I do.
Original comment by mondain
on 31 Oct 2013 at 9:00
This issue was closed by revision r4730.
Original comment by mondain
on 31 Oct 2013 at 11:09
Original issue reported on code.google.com by
nchadw...@brightcove.com
on 30 Oct 2013 at 9:14Attachments: