python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Safari can't open video served on localhost through Laravel
This is my HTML:
<video id="background-video" autoplay loop muted poster="">
<source src="{{ asset('media/video/video.mp4') }}" type="video/mp4">...
O'Niel
Votes: 0
Answers: 1
Turn Mp4 File into Portrait Video
I recently programmed a bot, which uses the Twitch API to scrape Twitch videos, and then post them on YouTube. This is my youtube channel if you want to see an example: https://www.youtube.com/channel...
Promaster
Votes: 0
Answers: 1
Record remote video stream with audio using webrtc for Mac
I need a way to record the audio and video of remote peer connections.
We're using the native version of webrtc for macOS.
In the current API of webrtc, there is no way to access the audio of remote c...
Marcelo Moyano
Votes: 0
Answers: 0
UI video play Issue but works perfectly on Postman
I am not able to play MP4 (HD) video on UI received from the django backend. I am using normal javascript on UI and Django on the backend. Please find the backend code snippet:
file = FileWrapper(open...
Saurabh Saluja
Votes: 0
Answers: 1