VideoCore-Inactive
VideoCore-Inactive copied to clipboard
How to give streamKey value ?
@jgh- I'm using video core 0.1.12. My problem : How to give stream key name to rtmp url. if i given below stream key , everything is done.
[_session startRtmpSessionWithURL:@"rtmp://server.tv/appname"
andStreamKey:@"123456789012/45894"];
otherwise
In that above link, Not playing live streaming.
[_session startRtmpSessionWithURL:@"rtmp://server.tv/appname" andStreamKey:@"123456789012/45894/47452"]; please help me..