Skip to main content

Questions tagged [video-streaming]

Video streaming is the process of delivering a video from a server to a client. This is different from simply downloading the entire video file, as the client is able to watch the video while it's being downloaded.

video-streaming
0 votes
0 answers
21 views

GStreamer pipeline writing UDP stream frames to JPEG images, but some frames have scattered pixels

I have written a C++ code using a GStreamer pipeline that takes a UDP stream as input and writes the frames into JPEG images. However, some of the output images have scattered pixels and are also ...
sonusi's user avatar
  • 1
0 votes
1 answer
25 views

How to simulate a RTSP streaming from a local mp4 file using python?

I'm working on a solution that needs to analyze RTSP video streaming from IP cameras. However, I had problems accessing these cameras via RTSP and the team provided me with some sample files (mp4 ...
Samara Prass's user avatar
0 votes
0 answers
15 views

m3u stream player freezes occasionally

I'm trying to stream .m3u from Flask server to VLC, When /stream.m3u is accessed the Flask server returns updated .m3u list with 10 .ts files, The problem is that the VLC playback freezes every about ...
Dinamo's user avatar
  • 61
-2 votes
0 answers
41 views

Streaming raw yuv as jpeg2000 over a network [closed]

Is there a mechanism to stream video over a network with video as jpeg2000 coded images? I tried to mux jpeg2000 video with aac audio in ffmpeg into mpegts, but this fails. As I understand ffmpeg ...
userDtrm's user avatar
  • 571
0 votes
0 answers
23 views

How to achieve Live Streaming functionality In Springboot where end user can Live a stream, save that and broadcast to a page? [closed]

what are the dependancy and how to configure to achieve this? I am working on an application which requires live video streaming feature. Just like Facebook, where a user can broadcast video to ...
Rajibul Islam's user avatar
-1 votes
0 answers
66 views

Low latency video streaming over local network using MediaMTX [closed]

I'm using OBS with MediaMTX to stream content to less than 5 clients within local network. All devices are capable of H265 decoding. However I am having issues with latency. RTMP/RTSP/HLS or WebRTC no ...
user26310492's user avatar
0 votes
0 answers
28 views

webrtc, video remote stream on iPhone incorrectly appears as black

I am working on webrtc to create video call between two users; I am using regular JavaScript, below is some of my JS code placed in script tag. let socket; let localStream; let peerConnections = {}; ...
conrad's user avatar
  • 96
0 votes
0 answers
38 views

WebRTC works locally, fails when deployed

I developed a Next.js website and an iPhone app that connect via WebRTC. The iPhone app streams video that can be viewed on the website. The website functions well locally, but after deploying it to ...
Post Mgla's user avatar
0 votes
0 answers
30 views

in Node.js how to dynamically crop/trim mp4 video file from AWS S3 and return it via streaming to HTML Video player

const res = await pipeline( initiateObjectStream(videoKey, start, end), response, ); I have the functionality of a webinar platform. It has a recorded video that needs to be ...
turaiev's user avatar
  • 21
0 votes
2 answers
72 views

Dash.js fetches .m4s files when setting video.currentTime and results in errors. Errors when setting video.currentTime in dash.js

Basically, I need to start playing my .mpd file from a given duration using dash.js I am able to play my .mpd file properly from start to end using dash.js in the browser. But when I want to play it ...
YadneshD's user avatar
  • 426
0 votes
1 answer
46 views

How to get a fragment of an mp4 video file from the middle, but keep the file metadata using nodejs aws

export async function* initiateObjectStream( Key: string, start: number, end: number, ): AsyncGenerator<any, any, unknown> { const streamRange = `bytes=${start}-${end}`; const ...
turaiev's user avatar
  • 21
0 votes
0 answers
29 views

Why does my link preview's thumbnail show correctly when one person share it, but not when others share it?

I'm working on a video streaming application where I generate link previews using Open Graph meta tags. When a person in my team share the link in Whatsapp, the thumbnail appears correctly, but when ...
Ankit Singh's user avatar
0 votes
0 answers
29 views

Axis camera RTSP streaming bitrate is not controllable

We are streaming our Axis camera via RTSP to Dolby for broadcasting (WHIP). We would like to limit the bitrate of the stream. We tried the "Variable Bitrate (VBR)" mode, but the bitrate is ...
abcXYZ's user avatar
  • 140
0 votes
1 answer
19 views

Create local network that allows 2 part communicate in no internet area

I findout project outsource name: OpenHD. They set up a local network that allows the ground unit to connect to the air unit (UAV), enabling app like: Qground, mission planner to see everything that's ...
thong tran duc's user avatar
0 votes
1 answer
52 views

What is the technology used to blackout a video streaming when the user is attempting to do a screenshot?

Many streaming websites, such as Netflix and Disney+, use DRM to protect their video. When the user wants to do screenshot, video recording, or share screen via video conference, the video content ...
SamTest's user avatar
  • 415

15 30 50 per page
1
2 3 4 5
580