RTMP integration with JW Player
-
Hi, i am unable to configure rtmp live streaming using JW player even after searching many resources online
The live streaming address i want to use is :
rtmp://50.117.24.90/live
The same streaming address is working on this page https://hamariweb.com/dunya_news/
using below mentioned script:
<script type='text/javascript' src='/mediaplayer-5.10-licensed/jwplayer.js'></script> <div id='mediaspace'>Player</div> <script type="text/javascript"> jwplayer('mediaspace').setup({ 'flashplayer': '/mediaplayer-5.10-licensed/player.swf', 'width': '450', 'height': '300', 'image': 'https://www.hamariweb.com/pakistan-tv-channels/dunya_news.jpg', 'file': 'mp4:livestream_1.f4v', 'streamer': 'rtmp://50.117.24.90/live', 'plugins': { 'googima': { 'ad': { // First Ad: called "my_ad" 'my_ad': { 'tag': "https://googleads.g.doubleclick.net/pagead/ads?ad_type=video_flash_image&client=ca-video-pub-0231167329385289&videoad_start_delay=0&max_ad_duration=30000&channel=3784715249&description_url=http%3A%2F%2Fhamariweb.com%2Ftv%2F", 'type': "video", 'position': "pre" } } } } }); </script>
Kindly guide me how to get it working on my wordpress website.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘RTMP integration with JW Player’ is closed to new replies.