Testing #237
closed
Test web interface on tablets
Added by Hammel about 11 years ago.
Updated about 11 years ago.
Description
The web interface for streaming web cameras needs to be fully tested on both tablets and phones. The devices to be tested are as follows.
- Galaxy Tab 2 7"
- Android phone
- iPhone
- iPad 10"
It's possible the Apple products won't work because they don't support flash. JWPlayer may switch to HTML5 instead, if I've set it up correctly.
- Status changed from New to In Progress
- Priority changed from Urgent to Immediate
- Target version changed from 1.0 - Atreides to 0.6.0
- Severity changed from 03 - Medium to 01 - Critical
Galaxy Tab 2 failed to play content. I think it's cuz flash is not supported and htm5 is not working for JWPlayer.
I let LongTailVideo's "publish" function generate the code I should need using JWPlayer 6.6. Here it is:
<div id='playerFbcfGmnfWMQq'></div>
<script type='text/javascript'>
jwplayer('playerFbcfGmnfWMQq').setup({
file: 'rtmp://192.168.101.8/flvplayback/flv:myStream.flv',
image: 'https://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
title: 'Trailer Cam',
width: '100%',
aspectratio: '16:9',
fallback: 'false',
primary: 'flash'
});
</script>
I need to try this to see if both the desktop and Galaxy Tab work with it using JWPlayer 6.6.
- % Done changed from 0 to 20
- Target version changed from 0.6.0 to 0.7.0
- Severity changed from 01 - Critical to 05 - Very Low
Support for streaming mp4 directly to tablets is being tracked in RM #239. When that is completed, this task can be re-run.
- Status changed from In Progress to Closed
- % Done changed from 20 to 100
The webcam interface now works on the desktop, android and iOS after switching to mjpg-streamer. This issue can be closed.
Also available in: Atom
PDF