8,580 questions
2
votes
0
answers
73
views
DJI Goggles3 stream to PC over USB
I'm trying to get live video from DJI Goggles3.
Most likely transmission performs over this interface
Interface Descriptor:
bLength 9
bDescriptorType 4
...
0
votes
1
answer
105
views
Splitmuxsink creates files with wrong timestamp
I am trying to create a simple rolling recorder with gstreamer using splitmuxsink.
std::string getTime() {
std::time_t t = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now());
...
-1
votes
1
answer
61
views
FFmpeg doesn't detect small invalid data inputs [closed]
While writing tests for an endpoint that writes input to an FFmpeg process's stdin, I encountered an issue where FFmpeg doesn't respond when I pass small, invalid data (non-media data). It only reacts ...
Best practices
1
vote
1
replies
114
views
What is the best practice to stream video in a website?
I was watching a tutorial on cloning YouTube, and in it, they used Mux for the streaming API. Generally, when you need to stream video on a website, do you need to use a third-party API here, or is ...
1
vote
0
answers
72
views
Green video output when streaming to RTSPtoWeb using GStreamer
I’m trying to make a script in python that restream an RTSP feed that has been processed in OpenCV (where I overlay the current date and time on each frame).
After processing, I use GStreamer to ...
2
votes
1
answer
120
views
How can I make PyAV write mp4 data to an buffer (BytesIO) for RTS?
I’m working on a RTS task as part of a project.
Here’s the flow:
Receive audio chunks in real time.
Send these chunks to a video generator, which creates video frames like a talking head video based ...
0
votes
0
answers
48
views
Streaming video over a local Wi-Fi router using RTP over UDP causes pixelation and lag. But my code working correctly on some devices
I build app for stream video between two android devices.
its work with rtp over udp and some time use tcp for send SSP and PPS.
I am use MideaCodec for encoding and decoding
This app can act as Video ...
1
vote
0
answers
115
views
Agora Flutter video call works on Android but crashes instantly on iOS
I’m implementing a video call feature using Agora Flutter SDK.
Everything works fine on Android, but on iOS, the app instantly crashes when I try joining a channel.
I’m using:
agora_rtc_engine: ^6.5.3
...
1
vote
1
answer
160
views
Fetched video data using byte range http request not playing in html5 video element
Problem statement :
I have placed a movie file in a node.js server. I want to stream the movie in my browser and display
I have a node server which serves byte range request under http://localhost/...
0
votes
0
answers
61
views
Vr meta Quest streaming vision to another application real time display problem
Good afternoon everyone. I want to create 2 applications, one of which will be run on VR Metaquest 2 and the other on PC for example. I want to make the output of the VR headset of what the user sees ...
0
votes
0
answers
85
views
How to handle video playback when a VMS only exposes camera token + offset instead of absolute UTC timestamps?
I’m working on a software integration with different VMS/camera systems.
The general pattern I see is:
For live video: RTSP, or vendor-specific HTTP/RTSP endpoints.
For playback: vendor APIs that ...
0
votes
0
answers
83
views
Subtitles not visible when video is playing
I created a Node.js server which streams a video with subtitles, but the subtitles are not showing when the video is playing. If I visit ..../file.ttv, the file is being served.
How can I solve this ...
0
votes
1
answer
180
views
How to stream large MKV/MP4 files with fast seeking and iOS support without doubling storage?
I have two servers:
A hosting server running my website and a section for video downloads.
A separate IIS server used for storing movies (formats: .mkv and .mp4).
I recently added an online player ...
0
votes
0
answers
51
views
How do I make Pipecat SDK for Kotlin allow Camera Access?
I have taken code form pipecat-ai's official repo example, however, it only allows voice and doesnt send video data to gemini API. However, I want to enable camera as well. I tried setting enableCam=...
0
votes
0
answers
95
views
expo-video not rendering DAM-hosted video on iOS device (works on Android and Safari)
I’m using Expo SDK 53 and the new expo-video package to render a video hosted on a DAM (Digital Asset Management) link. While the video works correctly on Android devices and also plays in Safari ...