Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Crash when stopping incoming RTMP stream in FMLE #1

Open
samdbmg opened this issue Feb 26, 2012 · 5 comments
Open

Crash when stopping incoming RTMP stream in FMLE #1

samdbmg opened this issue Feb 26, 2012 · 5 comments
Assignees

Comments

@samdbmg
Copy link

samdbmg commented Feb 26, 2012

Michael,

Finally had a chance to give this a go, it looks like if I run a stream in from FMLE and then stop it with the Stop button, I get the following message printed to the console, followed crtmpserver terminating:

/opt/crtmpserver/sources/applications/flvplayback/src/rtmpappprotocolhandler.cpp:216 INVOKE: FCUnpublish
/opt/crtmpserver/sources/applications/flvplayback/src/rtmpappprotocolhandler.cpp:130 Stream teststream1 closed.
/opt/crtmpserver/sources/common/src/utils/misc/variant.cpp:591 Cast failed: <STR name="">teststream1</STR>
crtmpserver: /opt/crtmpserver/sources/common/src/utils/misc/variant.cpp:591: Variant::operator uint32_t(): Assertion `false' failed.

For added bonus oddness, if I crash FMLE it doesn't exhibit the same problem. Does this mean anything to you?

@mich181189
Copy link
Owner

No :-)

@samdbmg
Copy link
Author

samdbmg commented Apr 9, 2012

Oh well, nothing a wrapper script can't fix for now

@ghost ghost assigned mich181189 Jun 20, 2012
@mich181189
Copy link
Owner

I can't reproduce this in the newer version. Feel free to reopen if it carries on happening. It could be caused by the DB logging I havn't tested here but I doubt it.

@mich181189
Copy link
Owner

Taking (yet) another look at this,I suspect it's caused by the fact that what once returned the name of the stream being closed now seems to return 1.0 (it's a variant... ugh...) so when the stream is closed, the bit that should update the site to say that stream is offline crashes.

@mich181189
Copy link
Owner

Hmm. Maybe not...

@mich181189 mich181189 reopened this Oct 18, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants