Is there such? thanks in advance
Closed due to the fact that off-topic participants BOPOH , ermak0ff , Visman , ThisMan , Max Mikheyenko 10 Oct '15 at 17:16 .
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
- " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - BOPOH, ermak0ff, Visman, ThisMan, Max Mikheyenko
- Not all phones support html5 or flash so I doubt that there is a sense of fooling around over it! - Palmervan
- What to do tada? - vinnie
2 answers
I think you need to go by maintaining all possible options. Well, if you really need it.
- html5 video tag, may need to re-encode clips to the appropriate format.
- flash player, iphone immediately disappears, yes.
- link to the file, for viewing on the internal player of the phone.
Look for examples of the implementation of each of the items on the net, there are plenty of them. All the same it is necessary to test on specific devices ...
Depending on what the phone can or cannot do, the visitor will almost certainly be able to see the video somehow.
- link to the file, for viewing on the internal player of the phone. HOW TO DO IT??? - vinnie
- <a href="file.mp4"> look at the internal phone player </a> - Yura Ivanov
- BEGINS TO DOWNLOAD, NOT TO PLAYBACK - vinnie
- it should be. after downloading, the user will be prompted to open the file in the corresponding program (if there are several of them, then select which one). PS capslock press. - Yura Ivanov
- And you can not immediately do so without downloading? More precisely, immediately play to be - vinnie
As far as I know, neither flash nor html5 video do not lose 3gp, but about mp4 you can get wide support for devices (he can switch to flash if there is no support for html5 video) using jPlayer . You can also simply convert 3gp on the server to another format supported by the player.
- How can I convert on the server? - vinnie
- using programs like ffmpeg, mencoder, if you have your own server and you can put them. If not, then I'm afraid in any way. Here is a good youtubeclone.wordpress.com/2007/05/26/… tutorial - rnd_d