VideoCore-Inactive
VideoCore-Inactive copied to clipboard
crash with my custom rtmp url
call [_session startRtmpSessionWithURL:@"rtmp://video.mudu.tv/gbnd0/eoxd1s" andStreamKey:@""];
then crash at strncpy(propVal, (char*)p, valLen);
the screenshot
I'm facing the same exact issue. Any idea?
@nyz110 I'm also facing same issue but in some of the post they are saying that they won't support this kind of format i mean suppose my url like rtmp://servername.tv/appname/streamname". This is working fine but when i give little different then It showing above Bug so may be try with what they are supported. and if you find any solution then post here it is very help full to other like me Thank you.
@bintu1234 this crash maybe come from the rtmp server make some limited,but videocore lib may not support. so just test your own rtmp url which support from your serve. also wait the videocore' owner resolve
@nyz110 which server your using I'm working with the Red5.
@bintu1234 Red5 is OK, just check your rtmp url, I think it's has nothing with the server architecture.
@nyz110 Thanks I will try
@nyz110 Am using video core 0.1.12. Every time am getting error at release stream in rtmp session.cpp file.when i run the program. please help me
@nyz110 your right t's has nothing with the server architecture. it is working but in case below rtmp is working rtmp://servername.tv/appname/1234567890/2345. when i give rtmp://servername.tv/appname/1234567890/234545655621/12345. app is crashing like in your question. now can we change the lenght of valLen. if ye please help me.
@kvkvkvk did you find any solution?