Hello Friend! Today I'd like to show you , how to add TV online to blogger
in this tutorial we are working with RTMP stream.
First, You have to seach for TV steam url.
Second: Copy the below code to your post or page. Tha's it. Let try it.

<div id="myElement">
</div>
<script>
jwplayer("myElement").setup({
file: "rtmp stream or url",
title: "Bayon TV",
width: "100%",
height: "360",
aspectratio: "16:9",
autostart: "true",
stretching: 'exactfit',
controlbar: "over",
rtmp: {
bufferlength: 1
},
});
</script>

Dose it work? Just let me know!

Notice:
If you all do not know how to find the TV steam url , click here for more infomation.