Iphone and Safari

viorel

New Member
Hello,
There is any settings that video to work also for Iphone and also Safari browser?

Thank you,

viorel
 

viorel

New Member
Now is working also for me (I have changed to 640x480), but can you tell me please the following is v important.
- Maximum video resolution to work also for iphone & safari (including Bitrate)
- now I'm using a trial version and on mobile I get flashphoner logo sometime. This will be change when I will buy monthly subscription?

Thanks a lot!
viorel
 

Max

Administrator
Staff member
Maximum video resolution to work also for iphone & safari (including Bitrate)
Currently our players work on 5 technologies (media providers):
  • WebRTC
  • Flash
  • WebRTC plugin
  • Websocket
  • HLS
iOS Safari can play
  • Websocket
  • HLS
Websocket playback supports max resolution 640x480
If you check our Player example code, you can see
1) We detect Websocket technology
Line 24
2) We set resolution 640x480 for playback
Line 114
Therefore other streams play using initial publishing resolution.
But iOS Safari player uses custom resolution 640x480.
If you increase resolution, i.e. up to 800x600 it may cause a performance issue on your iOS Safari browser because video decoding is done on JavaScript.
now I'm using a trial version and on mobile I get flashphoner logo sometime. This will be change when I will buy monthly subscription?
Yes, the watermark is visible for Trial licenses only.
 

Max

Administrator
Staff member
OK, any recommendation for setting Bitrate at eg. 640x480?
Less bitrate is better because it ensures more smooth playback and lower latency on iOS device.
 

Max

Administrator
Staff member
We didn't test with different bitrates from RTMP.
Are you using RTMP encoder?
Try 300-500 kbps or similar values.
 
Top