• 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)
  • Closed Captioning

    JW Player supports Closed Captioning with RTMP, for both live and on-demand streaming. Only a single CC track is supported and this track must be in TX3G format. Both the Wowza and Adobe media servers are capable of sending TX3G captions over RTMP.

    The first time JW Player encounters a TX3G onTextData cue, it places a CC button in the controlbar. If the user chooses to enable CC, this preference will be saved in a cookie and CC will be enabled for any subsequent videos the user watches.

Viewing 1 replies (of 1 total)
  • The topic ‘RTMP integration with JW Player’ is closed to new replies.