Forum Replies Created
-
-
9 years ago in reply to: Live streaming possible?
Hi Martin,
you were right! :)
It works like a sharm now after I’ve asked to our streaming provider to put the crossdomain.xml on their streaming server and, in order to get things working, the same file crossdomain.xml must be also hosted also on our domain root.
Thanks you very much for you help and advices!Giuseppe
9 years ago in reply to: Live streaming possible?Hi Martin,
thank you very much indeed for you prompt reply.
Well, I’ve put the crossdomain.xml file in the root directory of my domain (please see http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/crossdomain.xml) and also I’ve set the crossdomain. xml file permissions to everyone (chmod 777) but he 2nd player still cannot play the stream. Now I will leave the streaming on so that you can check.
Looking forward to hear from you then and thank you in advance,
Giuseppe9 years ago in reply to: Issues with compatibility / RMTP ServerAdditional informations:
I’ve put the following shortcodes in a test page:[fvplayer rtmp="rtmp://msh0161.stream.seeweb.it/live/" rtmp_path="stream00.sdp" autoplay="true" live="true"]
[fvplayer src="http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8" rtmp="rtmp://msh0161.stream.seeweb.it/live/" rtmp_path="stream00.sdp" autoplay="true" live="true"]
As I said in my previous posts, the first one works only on flash devices and not on iOS (as well known) and the second one works on iOS but not on flash devices.
How can I get the player working on both platforms iOS and flash devices?
Thanks
Giuseppe M.9 years ago in reply to: Issues with compatibility / RMTP ServerErrata corrige: my correct links are
rtmp://msh0161.stream.seeweb.it/live/stream00.sdp
http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8The problem is the same specified in my previous post.
Thanks for any appreciated help
Giuseppe M.9 years ago in reply to: Issues with compatibility / RMTP ServerHi Martin,
my live streaming provider gave me the following links:rtmp://msh0161.stream.seeweb.it/live//stream00.sdp
http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8
I’ve already set up these two links in the FV player but it only works on iOS and it doesn’t work on flash enable devices.
If I set only the RTMP link in the FV player it works correctly on flash based devices but, of course, it doesn’t works on iOS devices: so that how can I get the two links working together at the same time on the same player as specified in the user guide?I’m using WordPress ver 4.4.2 and FV Player WP Plugin ver 6.0.4.17 free version for now.
Thanks in advance for any appreciated help.
Giuseppe M.9 years ago in reply to: Live streaming possible?Hi,
my streaming provider gave me the following URLs:RTMP Streaming (for JW Player up to version 6):
rtmp://msh0161.stream.seeweb.it/live//stream00.sdpApple HTTP Live Streaming (for iPhone/iPad and compatible browser) http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8
Microsoft Smooth Streaming (for Microsoft/Silverlight devices)
http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/ManifestFlash HTTP Streaming (for player Flash compatible)
http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/manifest.f4mI’ve followed the guide (http://foliovision.com/player/rtmp-streams) and I’ve put both RTMP URL the m3u8 URL in the player settings but I still cannot stream correctly on PC desktop (flash enabled).
More precisely I’ve created a page with two players (please see http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/2016/04/27/test-live-streaming/ even if I most probably won’t be streaming when you will check) with two players: the first one has only the RTMP data flow and it is correctly streamed only on the PC and flash enabled devices. On the second player I’ve set up both the RTMP and the mu38 URL but this player is only streamed on iOS devices while on PC an error message is shown: We recommend that you also provide your RTMP video in MP4 format. RTMP is not compatible with HTML5 and won’t play on devices without Flash… .
How can I get both the URL (RTMP and m3u8) working together on only one player so that flash/not flash devices can pick the correct stream?
Hereafter the shortcode for the two players:
First player:
[fvplayer rtmp="rtmp://msh0161.stream.seeweb.it/live/" rtmp_path="stream00.sdp" autoplay="true" live="true"]
Second player:
[fvplayer src="http://msh0161.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8" rtmp="rtmp://msh0161.stream.seeweb.it/live/" rtmp_path="stream00.sdp" autoplay="true" live="true"]Thanks in advance for any appreciated help.
Giuseppe