1
votes

I have 24 hr rtmp livestream .. i need to restream it but with new html5 language because the old one needs flash player.

I have no idea about streaming .. or if this can be done or not?!!

link of rtmp live stream :

http://www.ertu.org/quran/QuranKareem.html

code source:

                    <script type="text/javascript" src="jwplayer.js"></script>
                    <script type="text/javascript">
                        jwplayer("mediaplayer").setup({
                            flashplayer: "player.swf",
                            title: "Quran Kareem",
                            file: "livestream",
                            streamer: "rtmp://liveRadio.onlinehorizons.net/Qurankareem",
                            image: "photo.jpg",
                            controlbar: "bottom",
                            width: "300",
                            bufferlength:'60',
                            height: "20",
                            autostart: "1",


                        });
                    </script>
                    <!-- END OF THE PLAYER EMBEDDING -->

Thanks

1
javascript is not javaNordiii

1 Answers

0
votes

I think you can try https://restream.io for that, then copy embed stream link and insert it to you're website