Dynamic rtmp streaming with jwplayer
问题 I am trying to publish dynamic RTMP stream with javascript and php. I want to get stream name from url and publish the stream on my web player (jwplayer) like xxx.com/watch.php?chanel=music I want to use the music as my stream name and want to show the stream with my jwplayer. Suppose my rtmp hosting is rtmp://xx.yy.zz.yy:1987/live Now I want to get the stream name music from the url and publish the full stream rtmp://xx.yy.zz.yy:1987/live/music through jwplayer dynamically. if someone hit