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

Why does Android work for VOD but not live streaming


I've been able to get desktop, iOS & Android working for VOD streaming at the following link:

http://cratchitandco.com/vod-test-stream/

But I can only get desktop and iOS working for live streaming per the following link:

http://cratchitandco.com/live-test-stream/

Why is that? What can I do to get the live streaming working also?

I look forward to hearing from you.

Thank you for all your help with this issue.

Cheers,
Timothy

2 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

On the first link, what does Android play? Neither RTMP or HLS are supported. And RTSP is not a recognized format that JW Player supports.

rvogel

User  
0 rated :

If you server can stream rtsp you can using something like this.

<script type="text/javascript">
if ((navigator.userAgent.indexOf('Android') != -1) ||
(navigator.userAgent.indexOf('Android') != -1)) {
window.location = "rtsp://YOURDOMAIN.com/APPLICAITON_NAME/STREAM_NAME";
}
</script>

This question has received the maximum number of answers.