Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

Video Playback is not working in my gstreamer python3 command

I'm currently trying to stream,and save to file with the code below using gstreamer in python3 , the gstreamer piplines work fine in the terminal but when i use them in the python code i can ...
Ihssane Oubari's user avatar
0 votes
1 answer
61 views

play a video.m3u8 from string instead file [ LibVLCSharp ]

I am using the LibVLCSharp library to play an m3u8 file. (TS encrypted videos) I want to use a string (text of the same file) instead of m3u8 file to the code for more security. {In fact, I encrypt ...
hassan's user avatar
  • 1
0 votes
2 answers
90 views

I am not able to display and save a video from my Flir hadron camera using Gstreamer command in python3 Opencv

I'm trying to display and save my Flir Hadron camera videos using gstreamer pipelines in Python 3 OpenCV. I have a perfectly working Gstreamer pipelines that are able to display and save videos with ...
Ihssane Oubari's user avatar
0 votes
0 answers
29 views

How to take advantage of an h264 frame stream to create a video stream, saving processing?

I know it sounds lazy, but the situation really demands something practical, simple and effective. I explain: I receive a stream of data that are supposed to be h264 packets. Repetitively they come ...
Ronny Teles's user avatar
0 votes
0 answers
45 views

Is it possible to stream a image with recoding video at the same time in Flutter

I am using the Flutter-vision package for object detection and the camera package. I tried recoding a video at that same time and image streaming to detect the object but the camera plugin we can use ...
Bhavika Pal's user avatar
0 votes
0 answers
154 views

Download video from url in java

private void downloadVideo(String videoUrl, String destinationPath) throws IOException { CloseableHttpClient httpClient = HttpClients.createDefault(); HttpGet httpGet = new HttpGet(...
jasraj bedi's user avatar
0 votes
0 answers
27 views

For Web App is there a better way to pull an image from the camera?

I want to pull images from the camera, change/filter them with custom code, and display them in the browser in real time. I'd like to know the best way to retrieve the image from the camera stream so ...
shawnlg's user avatar
  • 450
0 votes
1 answer
167 views

ExopPlayer can not play some m3u8 stream but MX Player / VLC can

I am using Exoplayer to play some m3u8 files. But some of the files are getting played and some can not be played. But the MX Player / VLC player played all the files successfully. This is how I am ...
Dipon's user avatar
  • 53
0 votes
0 answers
56 views

Node JS Restream ts url

everyone. I hope you're all doing well. I'm trying to read data from a TS stream link and rebroadcast it through Node.js. I'm not sure if this is possible. I want the connection to be one, meaning ...
Attia Salamat's user avatar
5 votes
0 answers
181 views

Interrupt stream while ffmpeg processing

I receive video from server like raw stream, then I take that to ffmpeg through pipe, but if downloading interrupt for few seconds, processing fail with message: ‘Invalid NAL unit siz’ and ‘missing ...
Андрей's user avatar
0 votes
0 answers
51 views

what is stream type value of video? (isobmff)

Now I am using https://github.com/MPEGGroup/isobmff this repo for isobmff library. what is stream type value of video? (isobmff) when i make new Audio sampleDescription, objectTypeIndication = 0x40; /*...
Kundera's user avatar
  • 155
1 vote
0 answers
82 views

How to display image from Uint8list websocket flutter (live camera device)?

How to know what inside Uint8list? I have a websocket severt it stream live video or image from traffic camera . but i dont know how to display it on flutter. when i using image.memory it have an ...
Vinh Bui's user avatar
0 votes
0 answers
219 views

Stopping HTML5 video hls stream in Safari

On the web, I have a video which fetches .m3u8 playlist natively using video's src attribute. Video starts playing, everything is fine. Before playing video, I am adding an eventListener to video: ...
jacob_frankovic's user avatar
1 vote
1 answer
128 views

how to make high latency in ffmpeg?

I want to live stream with ffmpeg to YouTube, but I want to wait for it to make high latency, which is to wait for the encode for 2-3 minutes and then stream it to YouTube. How to ? I can't get an ...
Joe Cola's user avatar
  • 113
0 votes
1 answer
58 views

Stream video didn't have a duration exif

I do a website to record webcam in real-time on my server. To do this, I use Web Socket to send data of my webcam to my Node.js Server. The record is working, but my video didn't have a duration. In ...
Catif's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
26