Тёмный

Capturing Media from HTML on Mobile Devices 

Steve Griffith - Prof3ssorSt3v3
Подписаться 101 тыс.
Просмотров 40 тыс.
50% 1

If you want to be able to capture images, video, or audio from a webpage on a mobile device, this tutorial covers exactly how to do that.
Code GIST: gist.github.com/prof3ssorSt3v...
HOSTs File Video: • How to use your HOSTS ...
String indexOf method: • indexOf and lastIndexO...
HTML5 Video Basics: • HTML5 Video
HTML5 Audio Basics: • HTML5 Audio
HTML5 Video captions and controls: • Controlling HTML5 Vide...
HTML5 Audio Effects: • Intro to JavaScript Au...
Read More on Capture: addpipe.com/blog/html5-video-...

Опубликовано:

 

17 июл 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@ryandsouza7100
@ryandsouza7100 6 лет назад
Your videos are very helpful, Steve. Keep making em.
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 6 лет назад
I will. I have hundreds of topics that I still need to make tutorials on.
@ryandsouza7100
@ryandsouza7100 6 лет назад
Steve Griffith that's awesome. My notifications are turned one. 👍
@elad3958
@elad3958 3 года назад
Thank you very much, this was a great lesson!
@monterourena
@monterourena Год назад
Awesome! Thanks!
@bhupendradas5019
@bhupendradas5019 5 лет назад
Thank u so much buddy love from india
@AndresMartinez-uk6rb
@AndresMartinez-uk6rb 2 года назад
Excelente explicación, gracias!
@ravishkumar166
@ravishkumar166 2 года назад
it helps me a lot thank you very much
@Ervinz86
@Ervinz86 4 года назад
Thanks for sharing this
@muhammedcansoy6131
@muhammedcansoy6131 Год назад
awesome and simple
@mainlykarma9900
@mainlykarma9900 2 года назад
4 years old and still very helpful! Thank you. Have you discovered any new methods since making this video?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 2 года назад
Lots more you can do now with JavaScript and media files.
@venkateshpl6925
@venkateshpl6925 3 года назад
In my web app camera not opening for the above android 9. need solution
@Henry_Nunez
@Henry_Nunez 9 месяцев назад
👍🔔
@larrybaxter4882
@larrybaxter4882 4 месяца назад
How may I ambed a SCREEN recorder with audio into my web app? I need this for user to easily report bugs, and, or request new features.
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 4 месяца назад
I talk about recording audio and video in this tutorial - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-K6L38xk2rkk.html I don't talk about the serverside part of the process where you do something with an uploaded file. In this tutorial - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ubHIayJKhac.html - I talk about using fetch to upload files.
@doddynicolas3164
@doddynicolas3164 4 года назад
how to display a blob video like
@austin7581
@austin7581 Год назад
Thank you for this. Can you point me in the direction of how to get the images to stay on the page and become visible almost like a photo blog? thank you.
@SteveGriffith-Prof3ssorSt3v3
You can upload images to the server to be saved and then they can be downloaded from any client at any time. If you want temporary local storage then - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zq2xD-xuIG4.html
@austin7581
@austin7581 Год назад
@@SteveGriffith-Prof3ssorSt3v3 thank you
@abusalem411
@abusalem411 5 лет назад
This solution only for mobile, if I wish to record mediastream from user. You have another video, for desktop. How can I combine, based on the users device? So load the correct script for desktop, and mobile?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 5 лет назад
The getUserMedia method works for both... depending on the version of the OS and browser. If they are fairly new they will support it.
@dasdunetechnologies1695
@dasdunetechnologies1695 4 года назад
nice! how to stream the video on an video element ?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 4 года назад
Like this? - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-K6L38xk2rkk.html
@themakaseh8724
@themakaseh8724 3 года назад
Can you kindly tell me if the vibrate api can be used in web5 Thanks
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
What is web5? caniuse.com/mdn-api_navigator_vibrate
@jaden2478
@jaden2478 4 года назад
is there a way to have the camera stream on the html page?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-K6L38xk2rkk.html - my video on doing exactly that
@bunnixtg4527
@bunnixtg4527 3 года назад
its possible than we can sync audio file and video file in one file with sync audio and video..?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
Not that I know of.
@armeljoelirie3797
@armeljoelirie3797 4 года назад
sir, how do you connect you phone to make the test?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 4 года назад
If you are using an Android device then connecting with USB you can examine through Chrome. If you are using iOS device then connecting with USB you can examine through Safari.
@tinpham6413
@tinpham6413 3 года назад
Can I connect my Iphone to my window 10 using Chrome, Edge,... I don't have MacBook
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
Safari is the only browser that will connect to an iphone
@srinikethsowmithri9633
@srinikethsowmithri9633 4 года назад
sir is there any way to capture directly from laptop
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 4 года назад
The screen capture API. developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture
@srinikethsowmithri9633
@srinikethsowmithri9633 4 года назад
@@SteveGriffith-Prof3ssorSt3v3 thankyou sir
@techwolfcave
@techwolfcave 3 года назад
Where do the uploaded files stored?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
There are no uploaded files here. The files are stored on the user's computer. URL.createObjectURL(input.files[0]) creates a URL that can be referenced by the HTML, until you refresh the page.
@techwolfcave
@techwolfcave 3 года назад
@@SteveGriffith-Prof3ssorSt3v3 thanks for the reply. I was just looking how to implement video recording and add it to a wordpress website.
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
@@techwolfcave you need serverside code to handle the uploads.
@chisomodimmegwa3479
@chisomodimmegwa3479 3 года назад
Sir is it possible to create a html page where i can, live video stream using my phone camera. Thank you
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
Yes... but you need to use the webrtc API and you need a streaming service on the server side to route and send the video to other people.
@chisomodimmegwa3479
@chisomodimmegwa3479 3 года назад
@@SteveGriffith-Prof3ssorSt3v3 I just want it to be a public stream were people people jist enter the link to the html server and see a live video stream. Im want to use this concept for my WiFi controlled robot
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
@@chisomodimmegwa3479 yep. Same requirements.
@chisomodimmegwa3479
@chisomodimmegwa3479 3 года назад
@@SteveGriffith-Prof3ssorSt3v3 do you have a tutorial on that or perhaps a link were I can learn more abt this
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
@@chisomodimmegwa3479 nope. Not yet.
@hacker2ish
@hacker2ish 6 лет назад
Are you planning on covering topics other than plain old javascript
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 6 лет назад
I am doing tutorials on all manner of web and mobile development. JavaScript, HTML, CSS, and Cordova are the first areas that I am focusing on. However, I've done a bunch on PHP, and some on Apache. I have a short course on GitHub. I've done some on various APIs, frameworks and libraries. React, Firebase, Vue, Mongo and other things are planned to be done over the next 6 months. I have a list of over 400 tutorials currently planned. Just have to find the time around my full time work. Check out my channel playlist page to see the areas and find the new topics as I add them.
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 6 лет назад
If you have a request or topic suggestion, I have a place to post them - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LCezax2uN3c.html
@johngalt4487
@johngalt4487 Год назад
Дякую за детальне пояснення як взаємодіяти з камерою через js
@SteveGriffith-Prof3ssorSt3v3
будь ласка
@avijeetpaul9726
@avijeetpaul9726 2 года назад
How can I upload the video to mysql ?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 2 года назад
You don't. Files can be uploaded to a server side script. The script can save the file in a directory. The filename gets put into the database.
@avijeetpaul9726
@avijeetpaul9726 2 года назад
@@SteveGriffith-Prof3ssorSt3v3 any tutorial available on this?
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 2 года назад
@@avijeetpaul9726 It depends on what server-side programming language you are talking about. I have a Playlist on PHP and another on NodeJs, another on expressJS with Nodejs. I also have a Playlist on MySql. I don't have a specific tutorial on the exact topic you are asking about.
@kanagarajpazhani1012
@kanagarajpazhani1012 3 года назад
how to run this code on mobile device
@SteveGriffith-Prof3ssorSt3v3
@SteveGriffith-Prof3ssorSt3v3 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-p9ULgJRcKYw.html
@kanagarajpazhani1012
@kanagarajpazhani1012 3 года назад
@@SteveGriffith-Prof3ssorSt3v3 thank u sir and more thing how to fixed view app for pc view as well as mobile view in js pls upload
Далее
Using FormData Objects Effectively
13:14
Просмотров 36 тыс.
Nurse's dream !! 😂😂
00:17
Просмотров 4,7 млн
How To Access Webcam In HTML Using JavaScript
6:43
Просмотров 28 тыс.
JS Touch Events on Mobile Devices
9:44
Просмотров 71 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 919 тыс.
One Click Convert Web App to Mobile Application
9:16
Intro to JavaScript Audio Effects on Webpages
15:55
Просмотров 21 тыс.
Web App vs Mobile App - Is there a difference?
7:16
Просмотров 15 тыс.