Skip to main content
2 votes
0 answers
73 views

I'm trying to get live video from DJI Goggles3. Most likely transmission performs over this interface Interface Descriptor: bLength 9 bDescriptorType 4 ...
Eugene Litvin's user avatar
0 votes
1 answer
105 views

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()); ...
Nyacreeps's user avatar
-1 votes
1 answer
61 views

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 ...
kmc's user avatar
  • 7
Best practices
1 vote
1 replies
114 views

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 ...
Shaun Hossain's user avatar
1 vote
0 answers
72 views

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 ...
IRenGI's user avatar
  • 11
2 votes
1 answer
120 views

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 ...
Aditya Deshpande's user avatar
0 votes
0 answers
48 views

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 ...
b.h janith shashiprabarth's user avatar
1 vote
0 answers
115 views

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 ...
Michael Ogundipe's user avatar
1 vote
1 answer
160 views

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/...
AL-zami's user avatar
  • 9,214
0 votes
0 answers
61 views

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 ...
Andrej Tibenský's user avatar
0 votes
0 answers
85 views

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 ...
auetic's user avatar
  • 31
0 votes
0 answers
83 views

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 ...
Bogdan Leitan's user avatar
0 votes
1 answer
180 views

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 ...
Amir Roox's user avatar
  • 349
0 votes
0 answers
51 views

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=...
mujtaba-io's user avatar
0 votes
0 answers
95 views

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 ...
Shivam Srivastava's user avatar

15 30 50 per page
1
2 3 4 5
572