- Posts: 6
- Thank you received: 0
Cannot streaming
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
12 years 6 months ago #6545
by rosty31
Cannot streaming was created by rosty31
Hello guys.
Your player looks like what i need.
I need streaming videos in your player from another streaming server.
I put crossdomain.xml without touching it on root.
I install Free JW player, i have joomla 2.5
I try put streaming link in module option, select Sigle file ... result:error loading player,No playable source....
I put .xml file with content in root and set patch to this xml playlist... result:error loading player,No playable source....
Then I put own html as module and i put this
<div id='player'></div>
<script type='text/javascript'>
jwplayer("player").setup({
playlist: [{
image: "/assets/myPoster.jpg",
sources: [{
file: " 88.212.10.27:81/streams/stv1.m3u8 "
},{
file: " 88.212.10.27:81/streams/markiza.m3u8 "
}]
}],
primary: "flash"
});
</script>
result::error loading player,No playable source....
If I put file 2 some mp4 it show me error> Cannot connect to streaming server
I had trying many streaming servers and result the same.
I had also trying put this:
<script type='text/javascript'>
jwplayer("player").setup({
file: " 88.212.10.27:81/streams/stv1.m3u8 ",
primary: "flash"
});
</script>
Same result.
Please help me.
Thank you
Your player looks like what i need.
I need streaming videos in your player from another streaming server.
I put crossdomain.xml without touching it on root.
I install Free JW player, i have joomla 2.5
I try put streaming link in module option, select Sigle file ... result:error loading player,No playable source....
I put .xml file with content in root and set patch to this xml playlist... result:error loading player,No playable source....
Then I put own html as module and i put this
<div id='player'></div>
<script type='text/javascript'>
jwplayer("player").setup({
playlist: [{
image: "/assets/myPoster.jpg",
sources: [{
file: " 88.212.10.27:81/streams/stv1.m3u8 "
},{
file: " 88.212.10.27:81/streams/markiza.m3u8 "
}]
}],
primary: "flash"
});
</script>
result::error loading player,No playable source....
If I put file 2 some mp4 it show me error> Cannot connect to streaming server
I had trying many streaming servers and result the same.
I had also trying put this:
<script type='text/javascript'>
jwplayer("player").setup({
file: " 88.212.10.27:81/streams/stv1.m3u8 ",
primary: "flash"
});
</script>
Same result.
Please help me.
Thank you
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
12 years 6 months ago #6546
by admin
Replied by admin on topic Cannot streaming
Hello,
Could you provide a link where the player is used ?
Could you provide a link where the player is used ?
Please Log in or Create an account to join the conversation.
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 6 months ago #6547
by rosty31
Replied by rosty31 on topic Cannot streaming
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
12 years 6 months ago #6548
by admin
Replied by admin on topic Cannot streaming
1 - Can you please use our module an not you own html code, we only support our own extension.
2 - Did you have only m3u8 file to stream ?
2 - Did you have only m3u8 file to stream ?
Please Log in or Create an account to join the conversation.
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 6 months ago #6549
by rosty31
Replied by rosty31 on topic Cannot streaming
Ok. I dissabled my HTML and I enabled JW player module. I set source as Single File and URL for strreaming is
88.212.10.27:81/streams/ta3.m3u8
. Most of my streaming is m3u8. But if you want I can put another. Is it possible to stream this link with your player? Link on stream server should be ok and it can stream over Internet..
Please Log in or Create an account to join the conversation.
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 6 months ago - 12 years 6 months ago #6550
by rosty31
Replied by rosty31 on topic Cannot streaming
Im sending you screenshoot.
Last edit: 12 years 6 months ago by rosty31. Reason: adding picture
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
12 years 6 months ago #6551
by admin
Replied by admin on topic Cannot streaming
Two issus :
1 - For HLS streaming you have to put a crossdomain file where the streaming file (the m3u8 file) is located, there is no such file on your server :
88.212.10.27:81/crossdomain.xml
88.212.10.27/crossdomain.xml
see details here :
www.longtailvideo.com/support/jw-player/28844/crossdomain-file-loading
2 - HLS stream is support only with html5 devices (like Ipad, iphone...) for desktop browser under flash it can work but only with JW player premium.
www.longtailvideo.com/support/jw-player/28856/using-apple-hls-streaming
1 - For HLS streaming you have to put a crossdomain file where the streaming file (the m3u8 file) is located, there is no such file on your server :
88.212.10.27:81/crossdomain.xml
88.212.10.27/crossdomain.xml
see details here :
www.longtailvideo.com/support/jw-player/28844/crossdomain-file-loading
2 - HLS stream is support only with html5 devices (like Ipad, iphone...) for desktop browser under flash it can work but only with JW player premium.
www.longtailvideo.com/support/jw-player/28856/using-apple-hls-streaming
The following user(s) said Thank You: rosty31
Please Log in or Create an account to join the conversation.
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 6 months ago #6552
by rosty31
Replied by rosty31 on topic Cannot streaming
Thank you
Probably I missed this articles about JWplayer.
So only possible streaming from another stream server with JWplayer free is RTMP & HLS for Ithinks with crossdomain file. Ok.
Is there more differences between free and licensed versions specialy for streaming?
Mayby I will buy...
Probably I missed this articles about JWplayer.
So only possible streaming from another stream server with JWplayer free is RTMP & HLS for Ithinks with crossdomain file. Ok.
Is there more differences between free and licensed versions specialy for streaming?
Mayby I will buy...
Please Log in or Create an account to join the conversation.
- rosty31
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 6 months ago #6553
by rosty31
Replied by rosty31 on topic Cannot streaming
I want using this stream server:
www.antiktech.com/software-iptv-solutions/juice-media-streamer#streaming_mutual_features_info
Is it ok using JWplayer?
www.antiktech.com/software-iptv-solutions/juice-media-streamer#streaming_mutual_features_info
Is it ok using JWplayer?
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
12 years 6 months ago #6554
by admin
Replied by admin on topic Cannot streaming
As long your server support HLS and have correctly the crossdomain file, yes it will be support
for compare difference between version of JW player see here :
www.joomlarulez.com/subscrition-plan-map.html
for compare difference between version of JW player see here :
www.joomlarulez.com/subscrition-plan-map.html
The following user(s) said Thank You: rosty31
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds
Random
-
HTML playlist
Faq 30.Jul -
Shopping Page
Uncategorised 17.Apr -
AMP Advanced Plugin
Latest 01.Aug -
Forum Rules
Forum Faq 08.Mar -
youtube playlist
Faq 02.May
Popular
-
JW Player Advanced
15.Apr -
Shopping Page
17.Apr -
-
-
Subscription Plan Map
19.Jul
Recently Updated
-
JW Player Advanced
Latest 15.Apr -
-
Subscription Plan Map
Faq 19.Jul -
-
Bento Advanced Plugin
Latest 26.Dec
Copyright © 2026 Joomla RuleZ. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
Disclaimer
Joomlarulez and this site is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.

