Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Error loading media: File could not be played


Hello,
I have a problem with playing video using IE on terminal server.
for example this URL http://video.mofet.macam.ac.il/v/3599 are played OK on evrey browser but not on IE that running on Terminal server. When i'm play the video with Chrome on Terminal server it's work fine.
Terminal server details:
Microsoft Windows Server 2008 R2
IE version 10
JW Plater version 6.8.4616
Regards
Yehuda

4 Community Answers

pakdiamondtv

User  
0 rated :

#EXTINF:0, CHANNEL 5 NEWS Diamond IPTV
http://cdn.ebound.tv:1935/tv/channelfive/playlist.m3u8
#EXTINF:-1,vsh-News Diamond IPTV
http://cdn.ebound.tv:1935/tv/vsh/playlist.m3u8
#EXTINF:0, DAWN NEWS Diamond IPTV
http://cdn.ebound.tv:1935/tv/dawn/playlist.m3u8
#EXTINF:0, WAQT NEWS Diamond IPTV
http://cdn.ebound.tv:1935/tv/waqtnews/playlist.m3u8
#EXTINF:0, CAPITAL TV Diamond IPTV
http://cdn.ebound.tv:1935/tv/capitaltv/playlist.m3u8
#EXTINF:0, ROYAL NEWS TV Diamond IPTV
http://cdn.ebound.tv:1935/tv/royaltv/playlist.m3u8
#EXTINF:0, EXPRESS NEWS Diamond IPTV
http://cdn.ebound.tv:1935/tv/express/playlist.m3u8
#EXTINF:0, CITY42 Diamond IPTV
http://cdn.ebound.tv:1935/tv/city42/playlist.m3u8
#EXTINF:-1,PTV News Diamond IPTV
http://app.pakistanvision.tv:1935/live/PTVnews/player.m3u8
#EXTINF:-1,PTV World Diamond IPTV
http://app.pakistanvision.tv:1935/live/8090/player.m3u8
#EXTINF:0, SINDH TV NEWS Diamond IPTV
http://cdn.ebound.tv:1935/tv/sindhnews/playlist.m3u8
#EXTINF:0, BUSINESS PLUS Diamond IPTV
http://cdn.ebound.tv:1935/tv/businessplus/playlist.m3u8
rtmp://93.115.85.17/ARYQTV//myStream
#EXTINF:-1, Ary News Diamond IPTV
rtmp://109.163.232.58/ARYNEWS//myStream
#EXTINF:-1,channel.92 Diamond IPTV
#EXTINF:0, AAJ TV Diamond IPTV

Randy

JW Player Support Agent  
0 rated :

Hello Yehuda,

Thank you for contacting the support team. You mentioned that the video does not play for you in Term Server and IE 10. Can you potentially provide a screen grab of the console window within IE to give us an idea of what error messages you may be encountering? You can typically access this screen via the F12 key.

Randy

yehuda_h

User  
0 rated :

Hello Randy,

Here you can see screenshot for the console http://tinypic.com/r/b6ols0/8

Randy

JW Player Support Agent  
0 rated :

Hello,

I could not access the screenshot from that page. If you could provide it as an attachment, that would be ideal. In the meantime, the following steps may be useful for you:

Please review the following five scenarios that might be at play:

1) Encoding

Please make sure you are using these settings in your encoding: http://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference#video/. Some browsers are more stringent than others about encoding requirements. I typically use Handbrake (free on Mac) to encode video files.

Here are a few screenshots of my encoding settings:
http://cl.ly/image/0g1D3o3b1Z2v
http://cl.ly/image/3Z0d3y0u3F1I

2) Mime-type:

Please make sure that the request for your video is returning a proper mime-type that corresponds to your video format:
support.jwplayer.com/customer/portal/articles/1403635-media-format-reference#video

3) Hardware acceleration:

IE has a browser setting called ‘hardware acceleration’ which has been known to break some videos. You can disable hardware acceleration with our player by using ‘stagevideo’: false in your setup configuration (or you can disable the setting in your browser).

4) Mov Atom

The ‘moov’ atom in your video encoding. This is basically a piece of metadata that tells a video player when the video is ready to play. When creating web-friendly video, it is important to select a ‘web optimized’ or fast-start settings.

If you are using ffmpeg, you can use the following:
ffmpeg -i input.mp4 -codec copy -map 0 -movflags +faststart output.mp4

5) Pseudo-Streaming with Flash

If you’re serving videos to clients with older browsers that need Flash mode, you may need to enable psuedostreaming:
http://support.jwplayer.com/customer/portal/articles/1430518-pseudo-streaming-in-flash

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.