RTMP file

More
9 years 3 months ago #7486 by NH3
RTMP file was created by NH3
How can I add RTMP file to JW player?

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #7487 by admin
Replied by admin on topic RTMP file
Hello,

set the direct full stream url in the field single/playlist and set the kind of playlist to "single file".

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #7488 by NH3
Replied by NH3 on topic RTMP file
What if I have only this?

live.chnpp.gov.ua:8080/hls/mobile.m3u8

<source src="rtmp://live.chnpp.gov.ua/strmr/orig" type='rtmp/mp4' />

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #7489 by admin
Replied by admin on topic RTMP file
This is an hls stream (not a rtmp, it works only on IOs and android) :
Code:
http://live.chnpp.gov.ua:8080/hls/mobile.m3u8

This is an rtmp stream (not html5 compatible : flash only ):
Code:
rtmp://live.chnpp.gov.ua/strmr/orig


If you want to put both you will need to build a xml playlist :
Code:
<rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/"> <channel> <item> <jwplayer:source file="http://live.chnpp.gov.ua:8080/hls/mobile.m3u8" /> <jwplayer:source file="rtmp://live.chnpp.gov.ua/strmr/orig" /> </item> </channel> </rss>

or use our advanced extension as you can set the in the backend all your possibles sources in the same fields and separate it by a comma.

Please Log in or Create an account to join the conversation.

Time to create page: 0.182 seconds

Download

Purchase
Download Directory

Login Form