VideoCore-Inactive icon indicating copy to clipboard operation
VideoCore-Inactive copied to clipboard

How to give streamKey value ?

Open chinnuios opened this issue 9 years ago • 0 comments

@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..

chinnuios avatar Apr 12 '16 11:04 chinnuios